Skip to content

Commit c4ce0c2

Browse files
committed
chore: update eslint.config.mjs
1 parent 5d8fa1c commit c4ce0c2

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

eslint.config.mjs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,5 @@ export default defineConfig([
88
"@typescript-eslint": (await import("@typescript-eslint/eslint-plugin"))
99
.default,
1010
},
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-
},
2511
},
2612
]);

0 commit comments

Comments
 (0)