Get app working against deployed service
This commit is contained in:
@@ -20,9 +20,10 @@
|
||||
},
|
||||
"rules": {
|
||||
"key-spacing": 0,
|
||||
"jsx-quotes": [2, "prefer-single"],
|
||||
"object-curly-spacing": [2, "always"],
|
||||
"space-before-function-paren": ["error", "never"],
|
||||
"comma-dangle": ["error", "only-multiline"]
|
||||
"comma-dangle": ["error", "only-multiline"],
|
||||
"jsx-quotes": "off",
|
||||
"quotes": "off"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user