@@ -56,22 +56,23 @@ export const settings: Linter.Config = {
56
56
"import/no-unresolved" : "off" ,
57
57
"init-declarations" : "off" ,
58
58
"jsdoc/require-jsdoc" : "off" ,
59
- "no-console" : "off" ,
60
- "no-empty" : "off" ,
61
- "no-invalid-this" : "off" ,
62
- "no-undef" : "off" ,
63
- "no-useless-return" : "off" ,
64
59
"n/handle-callback-err" : "off" ,
65
60
"prefer-const" : "off" ,
66
61
"prettier/prettier" : "off" ,
67
62
"sonarjs/no-extra-arguments" : "off" ,
68
63
"sonarjs/no-unused-collection" : "off" ,
69
64
"unicorn/prefer-optional-catch-binding" : "off" ,
70
65
"unicorn/prefer-top-level-await" : "off" ,
71
-
72
- "dot-notation" : "error" ,
73
- "no-implied-eval" : "error" ,
74
- "require-await" : "error" ,
66
+ "unicorn/switch-case-braces" : "off" ,
67
+ "no-console" : "off" ,
68
+ "no-empty" : "off" ,
69
+ "no-invalid-this" : "off" ,
70
+ "no-undef" : "off" ,
71
+ "no-useless-return" : "off" ,
72
+ "dot-notation" : "off" ,
73
+ "no-empty-function" : "off" ,
74
+ "no-throw-literal" : "off" ,
75
+ "no-unused-vars" : "off" ,
75
76
} ,
76
77
} ,
77
78
] ,
0 commit comments