fix(projects): 修复eslint规则
This commit is contained in:
parent
36f06bc899
commit
d7f5bf3373
@ -1,5 +1,5 @@
|
||||
module.exports = {
|
||||
extends: ['@soybeanjs'],
|
||||
extends: ['@soybeanjs/eslint-config-vue'],
|
||||
rules: {
|
||||
'import/no-unresolved': ['error', { ignore: ['uno.css', '~icons/*', 'virtual:svg-icons-register'] }],
|
||||
'import/order': [
|
||||
|
@ -84,7 +84,7 @@
|
||||
"@iconify/json": "^2.1.87",
|
||||
"@iconify/vue": "^3.2.1",
|
||||
"@milahu/patch-package": "^6.4.14",
|
||||
"@soybeanjs/eslint-config": "0.2.7",
|
||||
"@soybeanjs/eslint-config-vue": "^0.2.8",
|
||||
"@types/bmapgl": "^0.0.5",
|
||||
"@types/crypto-js": "^4.1.1",
|
||||
"@types/node": "^18.6.4",
|
||||
|
Loading…
Reference in New Issue
Block a user