mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
always jsx-curly-spacing
This commit is contained in:
parent
4f7a3d7eaf
commit
0440c63c66
@ -11,7 +11,7 @@
|
|||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
"comma-dangle": ["error", "never"],
|
"comma-dangle": ["error", "never"],
|
||||||
"react/jsx-curly-spacing": 0,
|
"react/jsx-curly-spacing": [2, "always"],
|
||||||
"react/forbid-prop-types": 0,
|
"react/forbid-prop-types": 0,
|
||||||
"react/jsx-filename-extension": 0,
|
"react/jsx-filename-extension": 0,
|
||||||
"react/jsx-space-before-closing": 0,
|
"react/jsx-space-before-closing": 0,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user