Closed tiago154 closed 4 years ago
Hi. I added eslint and put some rules according to the project.
So to validate the errors, run npm run lint
npm run lint
There is also (npm run lint:fix), where it is possible to apply corrections automatically.
npm run lint:fix
This is awesome! Thanks a lot! Taking a look now!
865
Hi. I added eslint and put some rules according to the project.
So to validate the errors, run
npm run lint
There is also (
npm run lint:fix
), where it is possible to apply corrections automatically.