MLH / mlh-hackathon-nodejs-mongodb-starter

MIT License
2 stars 3 forks source link

Eslint setup #11

Closed kachengieong closed 4 years ago

kachengieong commented 4 years ago

close #9 I installed eslint, eslint-config-airbnb-base, and eslint-plugin-import to the development dependencies and also add "extends": "airbnb-base" to .eslintrc to get the eslint airbnb setup with eslint. I also add the script for it in the package.json.

mkcode commented 4 years ago

Great work. Let's also fix all of the eslint errors in this PR