Get app working against deployed service

This commit is contained in:
John Lyon-Smith
2018-04-08 21:25:17 -07:00
parent d674f5e7eb
commit ee836def93
9 changed files with 141 additions and 86 deletions

View File

@@ -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"
}
}