Skip to content

Commit 6c61cf4

Browse files
committed
Merge branch 'main' into feat/plugin-version
2 parents a23f769 + 472282b commit 6c61cf4

File tree

3 files changed

+88
-96
lines changed

3 files changed

+88
-96
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ module.exports = {
108108
'import/no-cycle': 'off',
109109
'import/prefer-default-export': 'off',
110110
'no-restricted-exports': 'off',
111+
'import/named': 'off'
111112
},
112113
overrides: [
113114
{

0 commit comments

Comments
 (0)