diff --git a/package.json b/package.json index dd60cb9..5dd5263 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dev": "vite", "build": "vue-tsc --noEmit && vite build", "preview": "vite preview", - "lint": "eslint . --fix --ignore-path .gitignore", + "lint": "eslint . --fix --ignore-path .gitignore --ext .ts,.vue", "prettier-format": "prettier --config .prettierrc --ignore-path .gitignore --write \"./**/*.{vue,js,ts}\"", "prepare": "husky install" },