Open aendra-rininsland opened 6 years ago
This adds a command to package.json for when developing VVT locally:
npm run lint:all
This will run linting on everything. If you run:
npm run lint:all -- --fix
...It will attempt to fix issues.
I'm halfway tempted to make linting fail CI so that we stop committing unlinted code...
This adds a command to package.json for when developing VVT locally:
npm run lint:all
This will run linting on everything. If you run:
npm run lint:all -- --fix
...It will attempt to fix issues.
I'm halfway tempted to make linting fail CI so that we stop committing unlinted code...