chore(.eslintrc.json package.json package-lock.json): 新增eslint
Showing
.eslintrc.json
0 → 100644
... | ... | @@ -41,6 +41,8 @@ |
"xlsx": "^0.17.1" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.4.0", | ||
"@typescript-eslint/parser": "^5.4.0", | ||
"@vue/cli-plugin-babel": "~4.5.0", | ||
"@vue/cli-plugin-router": "~4.5.0", | ||
"@vue/cli-plugin-typescript": "~4.5.0", | ||
... | ... | @@ -50,6 +52,8 @@ |
"babel-plugin-import": "^1.13.3", | ||
"commitizen": "^4.2.4", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.3.0", | ||
"eslint-plugin-vue": "^8.1.1", | ||
"husky": "^7.0.4", | ||
"less": "^3.13.1", | ||
"less-loader": "^5.0.0", | ||
... | ... |
Please
register
or
sign in
to comment