diff --git a/package.json b/package.json index 69a3298..7d63f36 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,9 @@ "build": "vite build", "serve": "vite preview", "cz": "git add . && git cz", - "prettier": "npx prettier --write .", + "format": "prettier --write ./src", + "lint": "eslint ./src --ext .vue,.js,.ts", + "lint-fix": "eslint --fix ./src --ext .vue,.js,.ts", "prepare": "husky install" }, "dependencies": {