feat: ✨ use prettier to enhance fmt function
Showing
此差异已折叠。
| ... | @@ -8,6 +8,9 @@ | ... | @@ -8,6 +8,9 @@ |
| "lint": "vue-cli-service lint" | "lint": "vue-cli-service lint" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@babel/parser": "^7.15.8", | |||
| "@typescript-eslint/typescript-estree": "^5.0.0", | |||
| "angular-html-parser": "^1.8.0", | |||
| "axios": "^0.21.4", | "axios": "^0.21.4", | ||
| "babel-runtime": "^6.26.0", | "babel-runtime": "^6.26.0", | ||
| "code-formatter": "0.0.1", | "code-formatter": "0.0.1", | ||
| ... | @@ -30,6 +33,9 @@ | ... | @@ -30,6 +33,9 @@ |
| "moment": "^2.29.1", | "moment": "^2.29.1", | ||
| "php-array-reader": "^1.3.0", | "php-array-reader": "^1.3.0", | ||
| "phparr": "^0.2.0", | "phparr": "^0.2.0", | ||
| "postcss-less": "^5.0.0", | |||
| "postcss-scss": "^4.0.1", | |||
| "prettier": "^2.4.1", | |||
| "properties-to-json": "^0.1.7", | "properties-to-json": "^0.1.7", | ||
| "qrcode": "^1.4.4", | "qrcode": "^1.4.4", | ||
| "qrcode-parser": "^1.2.0", | "qrcode-parser": "^1.2.0", | ||
| ... | ... |
想要评论请 注册 或 登录