Mirror of the sourcecode for my blog, original repo: https://github.com/NobbZ/blog-nobbz-dev

adjust eslint ignore patterns

Changed files
+1 -1
+1 -1
eslint.config.mjs
··· 11 11 eslint.configs.recommended, 12 12 ...tseslint.configs.recommended, 13 13 ...astro.configs.recommended, 14 - { ignores: ["dist/*", ".astro/*"] }, 14 + { ignores: ["dist/*", ".astro/*", ".cache/*"] }, 15 15 { languageOptions: { globals: { astroHTML: "readonly" } } }, 16 16 ];