Skip to content

Commit

Permalink
Add lint auto fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
StuckiSimon committed Aug 25, 2024
1 parent f82d82d commit 0bbfafa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion strahl-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"lint": "eslint src/"
"lint": "eslint src/",
"lint:fix": "eslint --fix src/"
},
"exports": {
".": {
Expand Down

0 comments on commit 0bbfafa

Please sign in to comment.