diff --git a/package.json b/package.json index 4ee0f83496816fc2dc40c76707676d6a0c2eded4..3f39ebbe537f70712b3781db53626fce9959f80b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "example:preview": "vite preview example --port 4173", "docs:dev": "vuepress dev docs", "docs:build": "vuepress build docs", - "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" + "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --ignore-path .gitignore", + "reformat": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" }, "keywords": [], "author": "",