build(projects): update eslint
This commit is contained in:
parent
d9324f07b5
commit
907cf44cc1
@ -1,5 +1,5 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
extends: ['@soybeanjs/eslint-config-vue'],
|
extends: ['@soybeanjs'],
|
||||||
rules: {
|
rules: {
|
||||||
'import/no-unresolved': ['error', { ignore: ['uno.css', '~icons/*', 'virtual:svg-icons-register'] }],
|
'import/no-unresolved': ['error', { ignore: ['uno.css', '~icons/*', 'virtual:svg-icons-register'] }],
|
||||||
'import/order': [
|
'import/order': [
|
||||||
|
1
.npmrc
1
.npmrc
@ -1,3 +1,4 @@
|
|||||||
registry=https://registry.npmmirror.com/
|
registry=https://registry.npmmirror.com/
|
||||||
shamefully-hoist=true
|
shamefully-hoist=true
|
||||||
strict-peer-dependencies=false
|
strict-peer-dependencies=false
|
||||||
|
auto-install-peers=true
|
||||||
|
@ -84,7 +84,7 @@
|
|||||||
"@iconify/json": "^2.1.92",
|
"@iconify/json": "^2.1.92",
|
||||||
"@iconify/vue": "^3.2.1",
|
"@iconify/vue": "^3.2.1",
|
||||||
"@milahu/patch-package": "^6.4.14",
|
"@milahu/patch-package": "^6.4.14",
|
||||||
"@soybeanjs/eslint-config-vue": "^0.2.8",
|
"@soybeanjs/eslint-config": "0.2.10",
|
||||||
"@types/bmapgl": "^0.0.5",
|
"@types/bmapgl": "^0.0.5",
|
||||||
"@types/crypto-js": "^4.1.1",
|
"@types/crypto-js": "^4.1.1",
|
||||||
"@types/node": "^18.7.3",
|
"@types/node": "^18.7.3",
|
||||||
|
Loading…
Reference in New Issue
Block a user