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 @@ -38,6 +38,7 @@ module.exports = defineConfig({
38
38
'prefer-exponentiation-operator' : 'error' ,
39
39
'prefer-template' : 'error' ,
40
40
41
+ 'unicorn/no-array-callback-reference' : 'off' , // reduces readability
41
42
'unicorn/no-nested-ternary' : 'off' , // incompatible with prettier
42
43
'unicorn/no-null' : 'off' , // incompatible with TypeScript
43
44
'unicorn/no-zero-fractions' : 'off' , // deactivated to raise awareness of floating operations
@@ -49,7 +50,6 @@ module.exports = defineConfig({
49
50
'unicorn/better-regex' : 'off' ,
50
51
'unicorn/consistent-function-scoping' : 'off' ,
51
52
'unicorn/import-style' : 'off' ,
52
- 'unicorn/no-array-callback-reference' : 'off' ,
53
53
'unicorn/no-await-expression-member' : 'off' ,
54
54
'unicorn/no-object-as-default-parameter' : 'off' ,
55
55
'unicorn/numeric-separators-style' : 'off' ,
You can’t perform that action at this time.
0 commit comments