Skip to content

Commit a082ed2

Browse files
authored
infra(unicorn): import-style (#2901)
1 parent 9daff54 commit a082ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ module.exports = defineConfig({
3939
'prefer-exponentiation-operator': 'error',
4040
'prefer-template': 'error',
4141

42+
'unicorn/import-style': 'off', // subjective & doesn't do anything for us
4243
'unicorn/no-array-callback-reference': 'off', // reduces readability
4344
'unicorn/no-nested-ternary': 'off', // incompatible with prettier
4445
'unicorn/no-null': 'off', // incompatible with TypeScript
@@ -50,7 +51,6 @@ module.exports = defineConfig({
5051
// Each rule should be checked whether it should be enabled/configured and the problems fixed, or stay disabled permanently.
5152
'unicorn/better-regex': 'off',
5253
'unicorn/consistent-function-scoping': 'off',
53-
'unicorn/import-style': 'off',
5454
'unicorn/no-object-as-default-parameter': 'off',
5555
'unicorn/numeric-separators-style': 'off',
5656
'unicorn/prefer-export-from': 'off',

0 commit comments

Comments
 (0)