Skip to content

Commit 9e75e5e

Browse files
authored
test: fix unused ignore in the ESLint config (#393)
1 parent b53dd30 commit 9e75e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ export default [
66
...tseslint.configs.recommended,
77
...tseslint.configs.stylistic,
88
{
9-
ignores: [".*", "coverage", "dist"],
9+
ignores: [".*", "dist"],
1010
},
1111
];

0 commit comments

Comments
 (0)