chore: enable hoist

This commit is contained in:
Anthony Fu 2023-04-03 14:43:41 +02:00
parent 60002c33fd
commit 79b63bc0c9
2 changed files with 2 additions and 1 deletions

1
.npmrc
View File

@ -1 +1,2 @@
strict-peer-dependencies=false
shamefully-hoist=true

View File

@ -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'],