We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4825173 commit c6a2452Copy full SHA for c6a2452
packages/eslint-config/library.js
@@ -31,6 +31,6 @@ module.exports = {
31
rules: {
32
"@typescript-eslint/consistent-type-definitions": "off",
33
"@typescript-eslint/require-await": "warn",
34
- "unicorn/filename-case": "warn",
+ "unicorn/filename-case": "off",
35
},
36
};
0 commit comments