File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,10 @@ export const settings: Linter.Config = {
48
48
"@typescript-eslint/strict-boolean-expressions" : "off" ,
49
49
"@typescript-eslint/switch-exhaustiveness-check" : "off" ,
50
50
"@typescript-eslint/unbound-method" : "off" ,
51
+ "functional/functional-parameters" : "off" ,
51
52
"functional/immutable-data" : "off" ,
52
53
"functional/no-class" : "off" ,
54
+ "functional/no-expression-statement" : "off" ,
53
55
"functional/no-let" : "off" ,
54
56
"functional/no-loop-statement" : "off" ,
55
57
"functional/no-return-void" : "off" ,
@@ -71,7 +73,6 @@ export const settings: Linter.Config = {
71
73
"sonarjs/no-extra-arguments" : "off" ,
72
74
"sonarjs/no-unused-collection" : "off" ,
73
75
"unicorn/prefer-optional-catch-binding" : "off" ,
74
- "unicorn/prefer-ternary" : "off" ,
75
76
"unicorn/prefer-top-level-await" : "off" ,
76
77
77
78
"dot-notation" : "error" ,
You can’t perform that action at this time.
0 commit comments