We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ccfd3 commit 5087b15Copy full SHA for 5087b15
eslint.config.mts
@@ -1,3 +1,4 @@
1
+// @ts-ignore
2
import js from "@eslint/js";
3
import globals from "globals";
4
import tseslint from "typescript-eslint";
@@ -10,5 +11,5 @@ export default defineConfig([
10
11
extends: ["js/recommended"],
12
languageOptions: { globals: globals.browser },
13
},
- tseslint.configs.recommended, // @ts-ignore
14
+ tseslint.configs.recommended,
15
]);
tsconfig.json
@@ -1,4 +1,5 @@
{
+ "exclude": ["eslint.config.mts"],
// Visit https://aka.ms/tsconfig to read more about this file
"compilerOptions": {
5
// File Layout
0 commit comments