Skip to content

Commit

Permalink
ci: update lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
yiukuenchu committed Oct 31, 2024
1 parent cdbcfc8 commit 917b13b
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 @@
"prepare": "simple-git-hooks",
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint": "eslint ./src",
"preview": "vite preview",
"format": "prettier --write \"**/*.{js,ts,tsx,css,md,cjs,mjs,json,html}\"",
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,css,json,mjs,cjs,yml,yaml}\"",
Expand Down

0 comments on commit 917b13b

Please sign in to comment.