-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Lets say I have this configuration
'rules': {
'import-helpers/order-imports': ['error',
{
newlinesBetween: 'always',
groups: ['module', ['/aaa/', '/bbb/', '/ccc/']],
},
],
},
import {...} from '@external-module';
import {...} from '../ccc/'; // <= It doesn't complain about this line. It suppose to be placed after '/bbb/'.
import {...} from '../aaa/';
import {...} from '../bbb/';
import {...} from '../../somewhere/local';
Metadata
Metadata
Assignees
Labels
No labels