mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 03:22:59 +08:00
enable object-shorthand
This commit is contained in:
parent
80c7583562
commit
d4d9743a7b
@ -26,7 +26,6 @@ const eslintrc = {
|
|||||||
'func-names': 0,
|
'func-names': 0,
|
||||||
'prefer-const': 0,
|
'prefer-const': 0,
|
||||||
'arrow-body-style': 0,
|
'arrow-body-style': 0,
|
||||||
'object-shorthand': 0,
|
|
||||||
'react/sort-comp': 0,
|
'react/sort-comp': 0,
|
||||||
'react/prop-types': 0,
|
'react/prop-types': 0,
|
||||||
'react/jsx-closing-bracket-location': 0,
|
'react/jsx-closing-bracket-location': 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user