We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adfbd96 commit b21acb7Copy full SHA for b21acb7
src/rules/order.js
@@ -643,7 +643,6 @@ module.exports = {
643
const newlinesBetweenImports = options['newlines-between'] || 'ignore';
644
const pathGroupsExcludedImportTypes = new Set(options['pathGroupsExcludedImportTypes'] || ['builtin', 'external', 'object']);
645
const alphabetize = getAlphabetizeConfig(options);
646
-
647
const distinctGroup = getDistinctGroupConfig(options.distinctGroup);
648
let ranks;
649
0 commit comments