Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 58d79b9

Browse files
authored
Update lint from package.json
1 parent 6149211 commit 58d79b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@
6464
"dev": "concurrently \"pnpm dev:layout\" \"pnpm dev:tailwind\"",
6565
"dev:layout": "vite",
6666
"dev:tailwind": "pnpm postcss css/app.css -o css/build.css --watch",
67-
"lint": "tsc",
67+
"lint": "eslint --cache --ignore-path .gitignore --max-warnings 0 .",
68+
"lint:prettier": "prettier --cache --check --ignore-path .gitignore --ignore-path .prettierignore .",
69+
"lint:tsc": "tsc",
70+
"prettier": "pnpm lint:prettier --write",
6871
"preview": "vite preview"
6972
},
7073
"version": "1.0.0"

0 commit comments

Comments
 (0)