本地
Showing
ESLINT-CHINESE-README.md
0 → 100644
README_AXIOS.md
0 → 100644
eslint-chinese-formatter.js
0 → 100644
eslint-chinese-messages.js
0 → 100644
... | ... | @@ -40,6 +40,7 @@ |
"dev:prod": "vite --mode prod", | ||
"gen-route": "sa gen-route", | ||
"lint": "eslint . --fix", | ||
"lint:chinese": "eslint . --fix --format=./eslint-chinese-formatter.js", | ||
"prepare": "simple-git-hooks", | ||
"preview": "vite preview", | ||
"release": "sa release", | ||
... | ... | @@ -98,6 +99,7 @@ |
"@vitejs/plugin-vue": "5.1.1", | ||
"@vitejs/plugin-vue-jsx": "4.0.0", | ||
"eslint": "9.8.0", | ||
"eslint-plugin-chinese": "^0.1.0", | ||
"eslint-plugin-vue": "9.27.0", | ||
"lint-staged": "15.2.7", | ||
"pnpm": "^9.7.1", | ||
... | ... |
src/service/request/axios.ts
0 → 100644
src/utils/http.ts
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment