Skip to content
This repository was archived by the owner on Mar 29, 2020. It is now read-only.

Commit 3b54062

Browse files
committed
fix(base): disable import/group-exports rule
1 parent 26468e7 commit 3b54062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = {
4848
],
4949
// https://github.com/benmosher/eslint-plugin-import
5050
'import/exports-last': 'error',
51-
'import/group-exports': 'error',
51+
'import/group-exports': 'off', // false positives wit import/export syntax
5252
'import/no-anonymous-default-export': 'error',
5353
'import/no-cycle': 'off',
5454
'import/no-default-export': 'off',

0 commit comments

Comments
 (0)