@@ -20,11 +20,12 @@ export default {
20
20
'import/newline-after-import' : 'error' ,
21
21
'import/no-duplicates' : 'error' ,
22
22
'no-empty' : 'warn' ,
23
- 'no-extra-boolean-cast' : 'warn' ,
23
+ 'no-extra-boolean-cast' : 0 ,
24
24
'no-unused-vars' : 0 ,
25
25
'react/display-name' : 0 ,
26
26
'react/jsx-no-useless-fragment' : 'error' ,
27
27
'react/jsx-sort-props' : 'error' ,
28
+ 'react/no-unknown-property' : 'warn' ,
28
29
'react/prop-types' : 0 ,
29
30
'react/react-in-jsx-scope' : 0 ,
30
31
'react/self-closing-comp' : [
@@ -38,25 +39,30 @@ export default {
38
39
'sort-keys-fix/sort-keys-fix' : 'error' ,
39
40
'typescript-sort-keys/interface' : 'error' ,
40
41
'typescript-sort-keys/string-enum' : 'error' ,
41
- 'unicorn/explicit-length-check' : 'warn' ,
42
+ 'unicorn/catch-error-name' : 'warn' ,
43
+ 'unicorn/explicit-length-check' : 0 ,
42
44
'unicorn/filename-case' : 0 ,
43
45
'unicorn/import-style' : 0 ,
44
46
'unicorn/no-anonymous-default-export' : 0 ,
45
- 'unicorn/no-array-for-each' : 'warn' ,
47
+ 'unicorn/no-array-callback-reference' : 0 ,
48
+ 'unicorn/no-array-for-each' : 0 ,
46
49
'unicorn/no-array-reduce' : 0 ,
47
50
'unicorn/no-empty-file' : 'warn' ,
48
- 'unicorn/no-negated-condition' : 'warn' ,
51
+ 'unicorn/no-negated-condition' : 0 ,
49
52
'unicorn/no-nested-ternary' : 0 ,
50
- 'unicorn/no-null' : 'warn' ,
53
+ 'unicorn/no-null' : 0 ,
51
54
'unicorn/no-typeof-undefined' : 'warn' ,
52
- 'unicorn/no-useless-undefined' : 'warn' ,
53
- 'unicorn/prefer-code-point' : 'warn' ,
55
+ 'unicorn/no-useless-undefined' : 0 ,
56
+ 'unicorn/prefer-code-point' : 0 ,
54
57
'unicorn/prefer-logical-operator-over-ternary' : 0 ,
55
58
'unicorn/prefer-module' : 0 ,
56
- 'unicorn/prefer-spread' : 'warn' ,
59
+ 'unicorn/prefer-number-properties' : 0 ,
60
+ 'unicorn/prefer-query-selector' : 0 ,
61
+ 'unicorn/prefer-spread' : 0 ,
57
62
'unicorn/prefer-string-raw' : 0 ,
58
63
'unicorn/prefer-string-replace-all' : 'warn' ,
59
- 'unicorn/prefer-type-error' : 'warn' ,
64
+ 'unicorn/prefer-ternary' : 0 ,
65
+ 'unicorn/prefer-type-error' : 0 ,
60
66
'unicorn/prevent-abbreviations' : 0 ,
61
67
'unicorn/switch-case-braces' : 'warn' ,
62
68
'unused-imports/no-unused-imports' : 'error' ,
0 commit comments