mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
chore(package.json): add lint script
This commit is contained in:
parent
51f99b94ef
commit
d7932a8f28
1
.eslintignore
Normal file
1
.eslintignore
Normal file
@ -0,0 +1 @@
|
||||
dist
|
@ -1,2 +1,3 @@
|
||||
dist
|
||||
CHANGELOG.md
|
||||
pnpm-lock.yaml
|
||||
|
@ -8,6 +8,7 @@
|
||||
"build": "vite build",
|
||||
"dev": "vite",
|
||||
"format": "prettier -w .",
|
||||
"lint": "eslint --fix .",
|
||||
"prepare": "husky install",
|
||||
"serve": "vite preview"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user