Merge branch 'base' into i18n
This commit is contained in:
commit
2c17e5e028
@ -10,12 +10,11 @@ module.exports = {
|
|||||||
'plugin:vue/vue3-essential',
|
'plugin:vue/vue3-essential',
|
||||||
// eslint-plugin-import 插件, @see https://www.npmjs.com/package/eslint-plugin-import
|
// eslint-plugin-import 插件, @see https://www.npmjs.com/package/eslint-plugin-import
|
||||||
'plugin:import/recommended',
|
'plugin:import/recommended',
|
||||||
// eslint-config-airbnb-base 插件, tips: 本插件也可以替换成 eslint-config-standard
|
// eslint-config-airbnb-base 插件 已经改用 eslint-config-standard 插件
|
||||||
'airbnb-base',
|
'standard',
|
||||||
// 1. 接入 prettier 的规则
|
// 1. 接入 prettier 的规则
|
||||||
'prettier',
|
'prettier',
|
||||||
'plugin:prettier/recommended',
|
'plugin:prettier/recommended',
|
||||||
'vue-global-api',
|
|
||||||
'./.eslintrc-auto-import.json',
|
'./.eslintrc-auto-import.json',
|
||||||
],
|
],
|
||||||
overrides: [
|
overrides: [
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "unibest",
|
"name": "unibest",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"version": "1.3.0",
|
"version": "1.4.0",
|
||||||
"description": "unibest - 最好的 uniapp 开发模板",
|
"description": "unibest - 最好的 uniapp 开发模板",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "codercup",
|
"name": "codercup",
|
||||||
@ -115,15 +115,15 @@
|
|||||||
"@uni-helper/vite-plugin-uni-components": "^0.0.8",
|
"@uni-helper/vite-plugin-uni-components": "^0.0.8",
|
||||||
"@uni-helper/vite-plugin-uni-layouts": "^0.1.7",
|
"@uni-helper/vite-plugin-uni-layouts": "^0.1.7",
|
||||||
"@uni-helper/vite-plugin-uni-manifest": "^0.2.3",
|
"@uni-helper/vite-plugin-uni-manifest": "^0.2.3",
|
||||||
"@uni-helper/vite-plugin-uni-pages": "^0.2.13",
|
"@uni-helper/vite-plugin-uni-pages": "^0.2.15",
|
||||||
"@uni-helper/vite-plugin-uni-platform": "^0.0.4",
|
"@uni-helper/vite-plugin-uni-platform": "^0.0.4",
|
||||||
"@vue/runtime-core": "^3.3.13",
|
"@vue/runtime-core": "^3.3.13",
|
||||||
"@vue/tsconfig": "^0.1.3",
|
"@vue/tsconfig": "^0.1.3",
|
||||||
"autoprefixer": "^10.4.16",
|
"autoprefixer": "^10.4.16",
|
||||||
"commitlint": "^18.4.3",
|
"commitlint": "^18.4.3",
|
||||||
"eslint": "^8.56.0",
|
"eslint": "^8.56.0",
|
||||||
"eslint-config-airbnb-base": "^15.0.0",
|
|
||||||
"eslint-config-prettier": "^9.1.0",
|
"eslint-config-prettier": "^9.1.0",
|
||||||
|
"eslint-config-standard": "^17.1.0",
|
||||||
"eslint-import-resolver-typescript": "^3.6.1",
|
"eslint-import-resolver-typescript": "^3.6.1",
|
||||||
"eslint-plugin-import": "^2.29.1",
|
"eslint-plugin-import": "^2.29.1",
|
||||||
"eslint-plugin-prettier": "^5.1.0",
|
"eslint-plugin-prettier": "^5.1.0",
|
||||||
@ -152,7 +152,6 @@
|
|||||||
"vite-plugin-svg-icons": "^2.0.1",
|
"vite-plugin-svg-icons": "^2.0.1",
|
||||||
"vite-plugin-vue-setup-extend": "^0.4.0",
|
"vite-plugin-vue-setup-extend": "^0.4.0",
|
||||||
"vite-svg-loader": "^5.1.0",
|
"vite-svg-loader": "^5.1.0",
|
||||||
"vue-global-api": "^0.4.1",
|
|
||||||
"vue-i18n": "^9.10.2",
|
"vue-i18n": "^9.10.2",
|
||||||
"vue-tsc": "^1.8.25"
|
"vue-tsc": "^1.8.25"
|
||||||
}
|
}
|
||||||
|
8901
pnpm-lock.yaml
generated
8901
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user