one way of approaching nav

This commit is contained in:
Jake McDermott
2018-10-11 11:31:37 -04:00
parent b2ebbc6a0a
commit b31edef9b2
32 changed files with 4286 additions and 2335 deletions

View File

@@ -24,6 +24,7 @@
"window": true,
},
"rules": {
"camelcase": "off",
"arrow-parens": "off",
"comma-dangle": "off",
"indent": ["error", 2, {
@@ -45,5 +46,7 @@
"object-curly-newline": "off",
"space-before-function-paren": ["error", "always"],
"no-trailing-spaces": ["error"],
"react/prefer-stateless-function": "off",
"react/prop-types": "off",
}
}