Adding linter and updating gitignore

This commit is contained in:
Rodrigo Pinto 2019-12-11 21:07:26 -05:00
commit e8d0a25fc9

5
.gitignore vendored
View file

@ -11,6 +11,11 @@
# production # production
/build /build
# lint
.eslintrc.js
.prettierignore
.prettierrc
# misc # misc
.DS_Store .DS_Store
.env.local .env.local