Skip to content

Commit 2497109

Browse files
fb55Copilot
andauthored
Update eslint.config.js
Co-authored-by: Copilot <[email protected]>
1 parent 4abb646 commit 2497109

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
@@ -7,7 +7,7 @@ import globals from "globals";
77

88
export default tseslint.config(
99
{
10-
ignores: ["node_modules/", "coverage/", "lib/", "docs/", "dist/"],
10+
ignores: ["node_modules/", "coverage/", "docs/", "dist/"],
1111
},
1212
eslint.configs.recommended,
1313
unicorn.configs.recommended,

0 commit comments

Comments
 (0)