Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-torabiv committed Jul 10, 2024
1 parent 572deaa commit 0354200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "vite",
"build": "tsc -b && vite build",
"format": "prettier --write ./src",
"lint": "eslint './src/**/*.{ts,tsx}' --report-unused-disable-directives --max-warnings 0 && prettier --write .",
"lint": "eslint './src/**/*.{ts,tsx}' --report-unused-disable-directives && prettier --write .",
"lint:fix": "eslint src --fix && pnpm format",
"lint:strict": "eslint --max-warnings=0 src",
"preview": "vite preview",
Expand Down

0 comments on commit 0354200

Please sign in to comment.