Skip to content

Commit

Permalink
chore: enable hoist
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 3, 2023
1 parent 60002c3 commit 79b63bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
strict-peer-dependencies=false
shamefully-hoist=true
2 changes: 1 addition & 1 deletion packages/eslint-config-basic/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ module.exports = {
'import/no-mutable-exports': 'error',
'import/no-unresolved': 'off',
'import/no-absolute-path': 'off',
'import/newline-after-import': ['error', { 'count': 1 }],
'import/newline-after-import': ['error', { count: 1 }],

// Common
'semi': ['error', 'never'],
Expand Down

0 comments on commit 79b63bc

Please sign in to comment.