Skip to content

Commit

Permalink
revert: remove yml/yaml format support and restore lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
yiukuenchu committed Oct 31, 2024
1 parent 692568b commit 63c1a4f
Show file tree
Hide file tree
Showing 2 changed files with 1,471 additions and 4,372 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"prepare": "simple-git-hooks",
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint ./src",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"format": "prettier --write \"**/*.{js,ts,tsx,css,md,cjs,mjs,json,html,yml,yaml}\"",
"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}\"",
"test": "vitest"
},
Expand Down
Loading

0 comments on commit 63c1a4f

Please sign in to comment.