mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
test: disabled react/jsx-key
This commit is contained in:
parent
0ed868989d
commit
7d64967d63
@ -96,6 +96,7 @@ module.exports = {
|
|||||||
'react/require-default-props': 0,
|
'react/require-default-props': 0,
|
||||||
'react/sort-comp': 0,
|
'react/sort-comp': 0,
|
||||||
'react/display-name': 0,
|
'react/display-name': 0,
|
||||||
|
'react/jsx-key': 0,
|
||||||
'react/static-property-placement': 0,
|
'react/static-property-placement': 0,
|
||||||
'react/jsx-no-bind': 0, // Should not check test file
|
'react/jsx-no-bind': 0, // Should not check test file
|
||||||
'react/no-find-dom-node': 0,
|
'react/no-find-dom-node': 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user