Skip to content

Commit

Permalink
Add lint:prettier and lint:eslint scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunsinghofficial committed Jul 7, 2024
1 parent 248bf50 commit 33dcea7
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 @@ -8,6 +8,8 @@
"preview": "vite preview",
"test": "vitest",
"lint": "prettier --check . && eslint .",
"lint:prettier": "prettier --check .",
"lint:eslint": "eslint .",
"format": "prettier --write ."
},
"devDependencies": {
Expand Down

0 comments on commit 33dcea7

Please sign in to comment.