Skip to content

Commit 1f8a40b

Browse files
committed
Merge branch 'esm-only' of https://github.com/fb55/encoding-sniffer into esm-only
2 parents cbe671f + 2497109 commit 1f8a40b

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)