Skip to content

Commit

Permalink
chore(scripts): add flags to lint and organize format script
Browse files Browse the repository at this point in the history
  • Loading branch information
allbertuu committed Jan 30, 2024
1 parent 9bada17 commit 0c2c5b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"release:dry": "semantic-release --dry-run",
"test": "vitest",
"format": "prettier --write .",
"lint": "eslint . --fix",
"format:check": "prettier --write .",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --fix",
"prepare": "husky install"
},
"dependencies": {
Expand Down

0 comments on commit 0c2c5b1

Please sign in to comment.