File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ module.exports = defineConfig({
39
39
'prefer-exponentiation-operator' : 'error' ,
40
40
'prefer-template' : 'error' ,
41
41
42
+ 'unicorn/import-style' : 'off' , // subjective & doesn't do anything for us
42
43
'unicorn/no-array-callback-reference' : 'off' , // reduces readability
43
44
'unicorn/no-nested-ternary' : 'off' , // incompatible with prettier
44
45
'unicorn/no-null' : 'off' , // incompatible with TypeScript
@@ -50,7 +51,6 @@ module.exports = defineConfig({
50
51
// Each rule should be checked whether it should be enabled/configured and the problems fixed, or stay disabled permanently.
51
52
'unicorn/better-regex' : 'off' ,
52
53
'unicorn/consistent-function-scoping' : 'off' ,
53
- 'unicorn/import-style' : 'off' ,
54
54
'unicorn/no-object-as-default-parameter' : 'off' ,
55
55
'unicorn/numeric-separators-style' : 'off' ,
56
56
'unicorn/prefer-export-from' : 'off' ,
You can’t perform that action at this time.
0 commit comments