tangled
alpha
login
or
join now
nobbz.dev
/
blog
0
fork
atom
Mirror of the sourcecode for my blog, original repo: https://github.com/NobbZ/blog-nobbz-dev
0
fork
atom
overview
issues
pulls
pipelines
adjust eslint ignore patterns
nobbz.dev
1 year ago
59b1f745
6ce90905
+1
-1
1 changed file
expand all
collapse all
unified
split
eslint.config.mjs
+1
-1
eslint.config.mjs
reviewed
···
11
11
eslint.configs.recommended,
12
12
...tseslint.configs.recommended,
13
13
...astro.configs.recommended,
14
14
-
{ ignores: ["dist/*", ".astro/*"] },
14
14
+
{ ignores: ["dist/*", ".astro/*", ".cache/*"] },
15
15
{ languageOptions: { globals: { astroHTML: "readonly" } } },
16
16
];