chore: Added additional lint command
This commit is contained in:
@@ -28,7 +28,8 @@
|
||||
"build:package": "vite build",
|
||||
"build:types": "vue-tsc --declaration --emitDeclarationOnly && tsc-alias -p tsconfig.json",
|
||||
"build:production": "npm run build:types && npm run build:package",
|
||||
"lint": "eslint --ext .ts,.vue --ignore-path .gitignore --fix src",
|
||||
"lint": "eslint --ext .ts,.vue --ignore-path .gitignore",
|
||||
"lint-fix": "eslint --ext .ts,.vue --ignore-path .gitignore --fix src",
|
||||
"clear": "rm -fr ./dist && rm -fr ./dist_types",
|
||||
"format": "prettier . --write",
|
||||
"test": "vitest",
|
||||
|
||||
Reference in New Issue
Block a user