Do I follow JavaScript best practices?
Closed this issue · 0 comments
pasytchangwa commented
- Add node_modules dir to your .gitignore file as all those files are not needed in your repo
- .lock files should be in the repository to avoid problems with future versions of the dependencies.