Skip to content

Commit

Permalink
fix(projects): 修复eslint规则
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Aug 15, 2022
1 parent 36f06bc commit d7f5bf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -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': [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d7f5bf3

Please sign in to comment.