Skip to content

Commit

Permalink
adding standalone lint command (#31)
Browse files Browse the repository at this point in the history
While the frontend build operation includes linting, there was no
standalone step to lint and output what is wrong with formatting or
auto-fix code formatting issues.
  • Loading branch information
krachwal committed Feb 19, 2024
2 parents d4b0b54 + 968ee27 commit 6754cd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions react-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"lint": "eslint --fix src/**/*.ts*",
"serve": "vite preview"
},
"eslintConfig": {
Expand Down

0 comments on commit 6754cd8

Please sign in to comment.