Closed calebmchenry closed 5 years ago
PR for #35
If you are using vscode you can get eslint auto fixing on save if you add this to your settings.json and install the eslint plugin.
"eslint.validate": [
"javascript",
"javascriptreact"
],
"eslint.autoFixOnSave": true,
Added eslint config and integrated it with prettier. Updated
Navbar.js
to be a function component like the other files.