We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e654e1d commit 54bf1eaCopy full SHA for 54bf1ea
1 file changed
eslint.config.mjs
@@ -1,7 +1,6 @@
1
// @ts-check
2
import eslint from "@eslint/js";
3
import eslintPluginAstro from "eslint-plugin-astro";
4
-import astroParser from "astro-eslint-parser";
5
import jsxA11y from "eslint-plugin-jsx-a11y";
6
import reactHooks from "eslint-plugin-react-hooks";
7
import sonarjs from "eslint-plugin-sonarjs";
@@ -58,10 +57,6 @@ export default defineConfig([
58
57
},
59
{
60
files: ["**/*.astro"],
61
- languageOptions: {
62
- // Ensure Astro files are parsed with the Astro parser, not the TS program parser.
63
- parser: astroParser,
64
- },
65
rules: {
66
"@typescript-eslint/no-explicit-any": "error",
67
"@typescript-eslint/no-misused-promises": "off",
0 commit comments