Skip to content

Commit

Permalink
chore: fix lint and format check for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun969 committed Oct 31, 2024
1 parent 2decdb4 commit 029b4a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"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 .",
"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}\"",
"format:check": "prettier --check \"**/*.{js,ts,tsx,css,md,cjs,mjs,json,html}\"",
"test": "vitest"
},
"dependencies": {
Expand Down

0 comments on commit 029b4a5

Please sign in to comment.