diff --git a/package.json b/package.json index 38b15f7..3f17c41 100644 --- a/package.json +++ b/package.json @@ -29,8 +29,8 @@ "build:package": "vite build", "build:types": "vue-tsc --declaration --emitDeclarationOnly && tsc-alias -p tsconfig.json", "build:production": "npm run build:package && npm run build:types", - "lint": "eslint --ext .ts,.vue --ignore-path .gitignore", - "lint-fix": "eslint --ext .ts,.vue --ignore-path .gitignore --fix src", + "lint": "eslint . --ext .js,.ts,.vue --ignore-path .gitignore", + "lint-fix": "eslint . --fix --ext .js,.ts,.vue --ignore-path .gitignore", "clear": "rm -fr ./dist && rm -fr ./dist_types", "format": "prettier . --write", "test": "vitest",