Skip to content

Commit

Permalink
add lint:fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
Da-Colon committed Mar 11, 2024
1 parent 76689aa commit 04f302a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
"yup": "^1"
},
"scripts": {
"lint": "eslint . --ext .ts,.tsx --fix",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "eslint . --ext .ts,.tsx --fix",
"pretty": "prettier . --write",
"pretty:check": "prettier . --check",
"dev": "npm run graphql:build && VITE_APP_GIT_HASH=`git rev-parse HEAD` vite",
Expand Down

0 comments on commit 04f302a

Please sign in to comment.