Skip to content

Commit

Permalink
build(projects): update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Aug 15, 2022
1 parent d9324f0 commit 907cf44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
@@ -1,5 +1,5 @@
module.exports = {
extends: ['@soybeanjs/eslint-config-vue'],
extends: ['@soybeanjs'],
rules: {
'import/no-unresolved': ['error', { ignore: ['uno.css', '~icons/*', 'virtual:svg-icons-register'] }],
'import/order': [
Expand Down
1 change: 1 addition & 0 deletions .npmrc
@@ -1,3 +1,4 @@
registry=https://registry.npmmirror.com/
shamefully-hoist=true
strict-peer-dependencies=false
auto-install-peers=true
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -84,7 +84,7 @@
"@iconify/json": "^2.1.92",
"@iconify/vue": "^3.2.1",
"@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/crypto-js": "^4.1.1",
"@types/node": "^18.7.3",
Expand Down

1 comment on commit 907cf44

@vercel
Copy link

@vercel vercel bot commented on 907cf44 Aug 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.