| @@ -18,27 +18,6 @@ | |||||
| "path": "node_modules/cz-git" | "path": "node_modules/cz-git" | ||||
| } | } | ||||
| }, | }, | ||||
| "lint-staged": { | |||||
| "*.{js,ts}": [ | |||||
| "eslint --fix", | |||||
| "prettier --write" | |||||
| ], | |||||
| "*.{cjs,json}": [ | |||||
| "prettier --write" | |||||
| ], | |||||
| "*.{vue,html}": [ | |||||
| "eslint --fix", | |||||
| "prettier --write", | |||||
| "stylelint --fix" | |||||
| ], | |||||
| "*.{scss,css}": [ | |||||
| "stylelint --fix", | |||||
| "prettier --write" | |||||
| ], | |||||
| "*.md": [ | |||||
| "prettier --write" | |||||
| ] | |||||
| }, | |||||
| "dependencies": { | "dependencies": { | ||||
| "@vueuse/core": "^9.1.1", | "@vueuse/core": "^9.1.1", | ||||
| "@wangeditor/editor": "^5.0.0", | "@wangeditor/editor": "^5.0.0", | ||||