依赖更新,eslint重设
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | @@ -66,11 +66,16 @@ | ... | @@ -66,11 +66,16 @@ |
| "@typescript-eslint/eslint-plugin": "^4.26.0", | "@typescript-eslint/eslint-plugin": "^4.26.0", | ||
| "@typescript-eslint/parser": "^4.26.0", | "@typescript-eslint/parser": "^4.26.0", | ||
| "eslint": "^7.27.0", | "eslint": "^7.27.0", | ||
| "eslint-config-prettier": "^8.3.0", | |||
| "eslint-plugin-prettier": "^3.4.0", | |||
| "eslint-plugin-vue": "^7.14.0", | |||
| "glob": "^7.1.7", | "glob": "^7.1.7", | ||
| "mocha": "^8.4.0", | "mocha": "^8.4.0", | ||
| "prettier": "^2.3.2", | |||
| "ts-loader": "^9.2.2", | "ts-loader": "^9.2.2", | ||
| "typescript": "^4.3.2", | "typescript": "^4.3.2", | ||
| "vscode-test": "^1.5.2", | "vscode-test": "^1.5.2", | ||
| "vue-eslint-parser": "^7.10.0", | |||
| "webpack": "^5.38.1", | "webpack": "^5.38.1", | ||
| "webpack-cli": "^4.7.0" | "webpack-cli": "^4.7.0" | ||
| }, | }, | ||
| ... | ... |
Please
register
or
sign in
to comment