This project is aimed to provide an empty VS Code project with easily installable ESLint and Prettier extensions that come with pre-configured AirBnB configuration. Both of these extensions is a must-have if you develop a web application that uses Javascript (front-end or back-end).
- Prettier is an opinionated code formatter. It supports many languages and integrates with most code editors
- ESLint is a program that runs through your Javascript code and analyzes it for potential errors.
- Visual Studio Code