Fix a bunch of layout issues
This commit is contained in:
@@ -19,9 +19,10 @@
|
||||
"__COVERAGE__" : false
|
||||
},
|
||||
"rules": {
|
||||
"key-spacing" : 0,
|
||||
"jsx-quotes" : [2, "prefer-single"],
|
||||
"object-curly-spacing" : [2, "always"],
|
||||
"space-before-function-paren": ["error", "never"]
|
||||
"key-spacing": 0,
|
||||
"jsx-quotes": [2, "prefer-single"],
|
||||
"object-curly-spacing": [2, "always"],
|
||||
"space-before-function-paren": ["error", "never"],
|
||||
"comma-dangle": ["error", "only-multiline"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user