VSCode is natively supported and configured with recommended extensions and settings 🎉
Before creating a pull request execute the following commands:
npm run fix && npm run check && npm run build && npm run test
Install dependencies
npm ci
npm run build
npm run test
npm run test:watch
npm run check
npm run fix