mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
chore: update .eslintrc
This commit is contained in:
parent
632cd36e63
commit
b0ed0fb0ec
@ -26,6 +26,11 @@
|
||||
"react/prefer-es6-class": 0,
|
||||
"react/jsx-closing-bracket-location": 0,
|
||||
"react/jsx-no-bind": 0,
|
||||
"space-before-function-paren": 0
|
||||
"space-before-function-paren": 0,
|
||||
"object-curly-spacing": 0,
|
||||
"no-param-reassign": 0,
|
||||
"max-len": 0,
|
||||
"object-shorthand": 0,
|
||||
"quote-props": 0
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user