File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,18 +27,18 @@ module.exports = {
27
27
} ,
28
28
} ,
29
29
rules : {
30
- "prettier/prettier" : "error " ,
30
+ "prettier/prettier" : "off " ,
31
31
"react/react-in-jsx-scope" : "off" ,
32
32
"react/prop-types" : "off" ,
33
33
"react/no-unknown-property" : "off" ,
34
34
"react/display-name" : "off" ,
35
- "@typescript-eslint/no-unused-vars" : "off " ,
36
- "@typescript-eslint/no-explicit-any" : "off " ,
35
+ "@typescript-eslint/no-unused-vars" : "warn " ,
36
+ "@typescript-eslint/no-explicit-any" : "warn " ,
37
37
"@typescript-eslint/no-var-requires" : "off" ,
38
38
"@typescript-eslint/no-require-imports" : "off" ,
39
39
"@typescript-eslint/ban-ts-comment" : "off" ,
40
40
"@typescript-eslint/no-empty-object-type" : "off" ,
41
- "no-console" : "off " ,
41
+ "no-console" : "warn " ,
42
42
"no-undef" : "off" ,
43
43
"no-useless-escape" : "off" ,
44
44
"no-prototype-builtins" : "off" ,
You can’t perform that action at this time.
0 commit comments