repldex / Repldex

https://repldex.com
MIT License
21 stars 11 forks source link

Add ESLINT action #188

Closed selectdev closed 2 years ago

selectdev commented 2 years ago

We need to add a ESLINT action to automatically format our code.

mat-1 commented 2 years ago

Correction: We're using both Prettier and Eslint to check code formatting. The command to check the code with them is npm run lint.