We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605a9f8 commit 708b5ccCopy full SHA for 708b5cc
src/rules/order.ts
@@ -1409,7 +1409,7 @@ export default createRule<[Options?], MessageId>({
1409
// because then the user potentially knows what they are doing
1410
// and the warning is not needed anymore
1411
console.warn(
1412
- 'When `followTsOrganizeImports` set to `true` in `order` and you defined your own `groups`, `followTsOrganizeImports` wont have an effect.',
+ 'If you have defined your own `groups` in `order`, `followTsOrganizeImports: true` has no effect.',
1413
)
1414
}
1415
const { groups, omittedTypes } = convertGroupsToRanks(
0 commit comments