Change color scales to rainbow (#449)

* rainbow

* eslint

* remove comments
This commit is contained in:
Colin Megill
2018-11-15 18:17:55 -08:00
committed by GitHub
parent 1a5f49239a
commit ef80c8df2a
4 changed files with 38 additions and 12 deletions
+2 -1
View File
@@ -34,7 +34,8 @@ module.exports = {
"object-curly-newline": ["error", { consistent: true }],
"react/prop-types": [0],
"space-before-function-paren": "off",
"function-paren-newline": "off"
"function-paren-newline": "off",
"prefer-destructuring": ["error", { object: true, array: false }]
},
overrides: [
{