File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -72,9 +72,7 @@ module.exports = {
7272 rules : {
7373 "arrow-body-style" : "error" ,
7474 curly : [ "error" , "multi-line" ] ,
75- "default-case" : "off" ,
7675 eqeqeq : [ "error" , "always" , { null : "ignore" } ] ,
77- "guard-for-in" : "off" ,
7876 "id-match" : "error" ,
7977 "no-caller" : "error" ,
8078 "no-cond-assign" : "error" ,
@@ -100,7 +98,6 @@ module.exports = {
10098 ...typescriptBase ,
10199 "@typescript-eslint/array-type" : [ "error" , { default : "array-simple" } ] ,
102100 "@typescript-eslint/ban-types" : [ "error" , { types : { null : null } } ] ,
103- // "@typescript-eslint/explicit-function-return-type": ["error", { allowExpressions: true }],
104101 "@typescript-eslint/no-namespace" : [ "error" , { allowDeclarations : true } ] ,
105102 "@typescript-eslint/no-require-imports" : "off" ,
106103 "@typescript-eslint/no-unnecessary-condition" : "off" ,
You can’t perform that action at this time.
0 commit comments