File tree 3 files changed +3
-3
lines changed
eslint-plugin/src/configs
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export default [
44
44
" react-x/no-default-props" : " error" ,
45
45
" react-x/no-direct-mutation-state" : " error" ,
46
46
" react-x/no-duplicate-jsx-props" : " warn" ,
47
- " react-x/no-duplicate-key" : " error " ,
47
+ " react-x/no-duplicate-key" : " warn " ,
48
48
" react-x/no-forward-ref" : " warn" ,
49
49
" react-x/no-implicit-key" : " warn" ,
50
50
" react-x/no-missing-key" : " error" ,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export const rules = {
31
31
"@eslint-react/no-default-props" : "error" ,
32
32
"@eslint-react/no-direct-mutation-state" : "error" ,
33
33
"@eslint-react/no-duplicate-jsx-props" : "warn" ,
34
- "@eslint-react/no-duplicate-key" : "error " ,
34
+ "@eslint-react/no-duplicate-key" : "warn " ,
35
35
"@eslint-react/no-forward-ref" : "warn" ,
36
36
"@eslint-react/no-implicit-key" : "warn" ,
37
37
"@eslint-react/no-missing-component-display-name" : "warn" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export const rules = {
23
23
"@eslint-react/no-default-props" : "error" ,
24
24
"@eslint-react/no-direct-mutation-state" : "error" ,
25
25
"@eslint-react/no-duplicate-jsx-props" : "warn" ,
26
- "@eslint-react/no-duplicate-key" : "error " ,
26
+ "@eslint-react/no-duplicate-key" : "warn " ,
27
27
"@eslint-react/no-forward-ref" : "warn" ,
28
28
"@eslint-react/no-implicit-key" : "warn" ,
29
29
"@eslint-react/no-missing-key" : "error" ,
You can’t perform that action at this time.
0 commit comments