We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213eb21 commit 923ffb4Copy full SHA for 923ffb4
src/rules/order.ts
@@ -1404,14 +1404,6 @@ export default createRule<[Options?], MessageId>({
1404
const { pathGroups, maxPosition } = convertPathGroupsForRanks(
1405
options.pathGroups || [],
1406
)
1407
- if (options.followTsOrganizeImports && options.groups) {
1408
- // TODO: remove warning when default of followTsOrganizeImports switched to true
1409
- // because then the user potentially knows what they are doing
1410
- // and the warning is not needed anymore
1411
- log(
1412
- '`followTsOrganizeImports: true` has no effect when custom `groups` are defined.',
1413
- )
1414
- }
1415
const { groups, omittedTypes } = convertGroupsToRanks(
1416
options.groups ||
1417
(options.followTsOrganizeImports
0 commit comments