Merge branch 'base' into tabbar
This commit is contained in:
commit
bb30afe1b6
@ -70,6 +70,9 @@ module.exports = {
|
|||||||
'no-unused-vars': 'off',
|
'no-unused-vars': 'off',
|
||||||
'no-param-reassign': 'off',
|
'no-param-reassign': 'off',
|
||||||
'@typescript-eslint/no-unused-vars': 'off',
|
'@typescript-eslint/no-unused-vars': 'off',
|
||||||
|
// 避免 `eslint` 对于 `typescript` 函数重载的误报
|
||||||
|
'no-redeclare': 'off',
|
||||||
|
'@typescript-eslint/no-redeclare': 'error',
|
||||||
},
|
},
|
||||||
// eslint-import-resolver-typescript 插件,@see https://www.npmjs.com/package/eslint-import-resolver-typescript
|
// eslint-import-resolver-typescript 插件,@see https://www.npmjs.com/package/eslint-import-resolver-typescript
|
||||||
settings: {
|
settings: {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "unibest",
|
"name": "unibest",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"version": "2.4.0",
|
"version": "2.4.1",
|
||||||
"description": "unibest - 最好的 uniapp 开发模板",
|
"description": "unibest - 最好的 uniapp 开发模板",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "codercup",
|
"name": "codercup",
|
||||||
@ -119,7 +119,7 @@
|
|||||||
"@typescript-eslint/parser": "^6.15.0",
|
"@typescript-eslint/parser": "^6.15.0",
|
||||||
"@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.15",
|
"@uni-helper/vite-plugin-uni-pages": "0.2.20",
|
||||||
"@uni-helper/vite-plugin-uni-platform": "^0.0.4",
|
"@uni-helper/vite-plugin-uni-platform": "^0.0.4",
|
||||||
"@unocss/preset-legacy-compat": "^0.59.1",
|
"@unocss/preset-legacy-compat": "^0.59.1",
|
||||||
"@vue/runtime-core": "^3.4.21",
|
"@vue/runtime-core": "^3.4.21",
|
||||||
|
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
@ -125,7 +125,7 @@ devDependencies:
|
|||||||
specifier: ^0.2.3
|
specifier: ^0.2.3
|
||||||
version: 0.2.6(vite@5.2.8)
|
version: 0.2.6(vite@5.2.8)
|
||||||
'@uni-helper/vite-plugin-uni-pages':
|
'@uni-helper/vite-plugin-uni-pages':
|
||||||
specifier: ^0.2.15
|
specifier: 0.2.20
|
||||||
version: 0.2.20(@types/lodash-es@4.17.12)(eslint-import-resolver-typescript@3.6.1)(lodash-es@4.17.21)(lodash@4.17.21)(typescript@4.9.5)
|
version: 0.2.20(@types/lodash-es@4.17.12)(eslint-import-resolver-typescript@3.6.1)(lodash-es@4.17.21)(lodash@4.17.21)(typescript@4.9.5)
|
||||||
'@uni-helper/vite-plugin-uni-platform':
|
'@uni-helper/vite-plugin-uni-platform':
|
||||||
specifier: ^0.0.4
|
specifier: ^0.0.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user