@@ -32,9 +32,9 @@ module.exports = {
32
32
"object-shorthand" : "warn" ,
33
33
"no-else-return" : "warn" ,
34
34
"react/jsx-no-useless-fragment" : "warn" ,
35
- "react/react-in-jsx-scope" : "warn " ,
36
- "react/display-name" : "warn " ,
37
- "react/prop-types" : "warn " ,
35
+ "react/react-in-jsx-scope" : "off " ,
36
+ "react/display-name" : "off " ,
37
+ "react/prop-types" : "off " ,
38
38
"react/jsx-sort-props" : [
39
39
"warn" ,
40
40
{
@@ -46,22 +46,22 @@ module.exports = {
46
46
reservedFirst : false ,
47
47
} ,
48
48
] ,
49
- "react-hooks/rules-of-hooks" : "error " ,
49
+ "react-hooks/rules-of-hooks" : "warn " ,
50
50
"react-hooks/exhaustive-deps" : "warn" ,
51
- "@typescript-eslint/explicit-function-return-type" : "warn " ,
52
- "@typescript-eslint/explicit-module-boundary-types" : "warn " ,
53
- "@typescript-eslint/explicit-member-accessibility" : "warn " ,
54
- "@typescript-eslint/indent" : 0 ,
55
- "@typescript-eslint/member-delimiter-style" : "warn " ,
56
- "@typescript-eslint/no-explicit-any" : "warn " ,
57
- "@typescript-eslint/no-var-requires" : "warn " ,
58
- "@typescript-eslint/no-use-before-define" : "warn " ,
51
+ "@typescript-eslint/explicit-function-return-type" : "off " ,
52
+ "@typescript-eslint/explicit-module-boundary-types" : "off " ,
53
+ "@typescript-eslint/explicit-member-accessibility" : "off " ,
54
+ "@typescript-eslint/indent" : "off" ,
55
+ "@typescript-eslint/member-delimiter-style" : "off " ,
56
+ "@typescript-eslint/no-explicit-any" : "off " ,
57
+ "@typescript-eslint/no-var-requires" : "off " ,
58
+ "@typescript-eslint/no-use-before-define" : "off " ,
59
59
"@typescript-eslint/consistent-type-imports" : "warn" ,
60
60
"@typescript-eslint/no-unnecessary-condition" : "warn" ,
61
61
"@typescript-eslint/no-unnecessary-type-assertion" : "warn" ,
62
62
"@typescript-eslint/no-unnecessary-type-constraint" : "warn" ,
63
- "@typescript-eslint/no-unused-vars" : "warn " ,
64
- "no-console" : "warn " ,
63
+ "@typescript-eslint/no-unused-vars" : "off " ,
64
+ "no-console" : "off " ,
65
65
"prettier/prettier" : [
66
66
"warn" ,
67
67
{
@@ -75,7 +75,7 @@ module.exports = {
75
75
} ,
76
76
] ,
77
77
"simple-import-sort/imports" : [
78
- "error " ,
78
+ "warn " ,
79
79
{
80
80
groups : [
81
81
[
@@ -96,8 +96,8 @@ module.exports = {
96
96
] ,
97
97
} ,
98
98
] ,
99
- "simple-import-sort/exports" : "error " ,
100
- "unused-imports/no-unused-imports" : "error " ,
99
+ "simple-import-sort/exports" : "warn " ,
100
+ "unused-imports/no-unused-imports" : "warn " ,
101
101
"unused-imports/no-unused-vars" : [
102
102
"warn" ,
103
103
{
0 commit comments