Skip to content

Commit

Permalink
Added script for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
antowaddle committed Jan 13, 2025
1 parent 0f0a7a3 commit 75b7265
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@
"cypress:run:mock:coverage": "cypress run --coverage",
"cypress:run:mock:coverage:parallel": "cypress run --coverage",
"test:unit": "cd ./frontend && npm run test:unit",
"test:lint": "eslint --max-warnings 0 --ext .js,.ts,.jsx,.tsx ./src",
"test:fix": "run-s test:fix-backend test:fix-frontend",
"lint-test": "cd ./backend && npm run test:lint && cd ../frontend && npm run test:lint",
"test:fix-backend": "cd ./backend && npm run test:fix",
"test:fix-frontend": "cd ./frontend && npm run test:fix"
},
Expand Down

0 comments on commit 75b7265

Please sign in to comment.