Skip to content

Commit c6a2452

Browse files
build: turn off filename case check
1 parent 4825173 commit c6a2452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config/library.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ module.exports = {
3131
rules: {
3232
"@typescript-eslint/consistent-type-definitions": "off",
3333
"@typescript-eslint/require-await": "warn",
34-
"unicorn/filename-case": "warn",
34+
"unicorn/filename-case": "off",
3535
},
3636
};

0 commit comments

Comments
 (0)