We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 502fcea commit c36196dCopy full SHA for c36196d
lib/rules/unicorn.js
@@ -15,4 +15,15 @@ export default {
15
"checkFilenames": false
16
}
17
],
18
+ // https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/filename-case.md
19
+ 'unicorn/filename-case': 'off',
20
+ // https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/import-style.md
21
+ 'unicorn/import-style': [
22
+ 'warn',
23
+ {
24
+ checkImport: false,
25
+ },
26
+ ],
27
+ // https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-abusive-eslint-disable.md
28
+ 'unicorn/no-abusive-eslint-disable': 'warn',
29
0 commit comments