A starter project to enforce code-quality and formatting rules in your JavaScript code.
🚀 TypeScript for linting
✅ ESLint to keep your code in check
✨ Prettier to make stuff prettiest
🤘 VS code integration so you don't have to worry about all of this none-sense
- Install LTS version of Nodejs: https://nodejs.org/
- Install VSCode: https://code.visualstudio.com/
-
Install the recommended plugins if asked for.
-
In menubar check File, Auto Save
-
Install the dependencies:
npm install