fac19 / week5-EIJO

Recipes database app
https://cookvid-19.herokuapp.com/
0 stars 2 forks source link

would love if you talked about this in presentation #46

Open VatsKan opened 4 years ago

VatsKan commented 4 years ago

These are things i was confused about/dont know about and I would love if you talked about it in your presentation.

oliverjam commented 4 years ago

@VatsKan .vscode/settings.json is where VS Code stores settings for the project. I think sometimes it gets created by VS Code automatically, then committed by accident. You can use it to make sure everyone has the same settings across the project if you want.

The eslintrc.js is to configure the ESLint linter. This is a tool that checks your code as you write and warns you when you make mistakes. I highly recommend you set it up for every project:

https://github.com/foundersandcoders/master-reference/blob/master/coursebook/week-5/linter.md