We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8fa1c commit c4ce0c2Copy full SHA for c4ce0c2
eslint.config.mjs
@@ -8,19 +8,5 @@ export default defineConfig([
8
"@typescript-eslint": (await import("@typescript-eslint/eslint-plugin"))
9
.default,
10
},
11
- ignores: [
12
- "*.md",
13
- "CHANGELOG.md",
14
- "dist/**",
15
- "node_modules/**",
16
- "coverage/**",
17
- "*.log",
18
- ],
19
- },
20
- {
21
- files: ["eslint.config.mjs"],
22
- rules: {
23
- "import/no-unresolved": "off",
24
25
26
]);
0 commit comments