File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -45,14 +45,14 @@ module.exports = defineConfig({
45
45
'unicorn/no-null' : 'off' , // incompatible with TypeScript
46
46
'unicorn/no-zero-fractions' : 'off' , // deactivated to raise awareness of floating operations
47
47
'unicorn/number-literal-case' : 'off' , // incompatible with prettier
48
+ 'unicorn/numeric-separators-style' : 'off' , // "magic numbers" may carry specific meaning
48
49
'unicorn/prefer-ternary' : 'off' , // ternaries aren't always better
49
50
50
51
// TODO @Shinigami 92 2023-09-23: The following rules currently conflict with our code.
51
52
// Each rule should be checked whether it should be enabled/configured and the problems fixed, or stay disabled permanently.
52
53
'unicorn/better-regex' : 'off' ,
53
54
'unicorn/consistent-function-scoping' : 'off' ,
54
55
'unicorn/no-object-as-default-parameter' : 'off' ,
55
- 'unicorn/numeric-separators-style' : 'off' ,
56
56
'unicorn/prefer-export-from' : 'off' ,
57
57
'unicorn/prefer-string-slice' : 'off' ,
58
58
'unicorn/prevent-abbreviations' : 'off' ,
You can’t perform that action at this time.
0 commit comments