Skip to content

Commit 923ffb4

Browse files
committed
chore: remove unnecessary log
1 parent 213eb21 commit 923ffb4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/rules/order.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1404,14 +1404,6 @@ export default createRule<[Options?], MessageId>({
14041404
const { pathGroups, maxPosition } = convertPathGroupsForRanks(
14051405
options.pathGroups || [],
14061406
)
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-
}
14151407
const { groups, omittedTypes } = convertGroupsToRanks(
14161408
options.groups ||
14171409
(options.followTsOrganizeImports

0 commit comments

Comments
 (0)