Skip to content

Commit 708b5cc

Browse files
authored
chore: improve warning message
1 parent 605a9f8 commit 708b5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/order.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1409,7 +1409,7 @@ export default createRule<[Options?], MessageId>({
14091409
// because then the user potentially knows what they are doing
14101410
// and the warning is not needed anymore
14111411
console.warn(
1412-
'When `followTsOrganizeImports` set to `true` in `order` and you defined your own `groups`, `followTsOrganizeImports` wont have an effect.',
1412+
'If you have defined your own `groups` in `order`, `followTsOrganizeImports: true` has no effect.',
14131413
)
14141414
}
14151415
const { groups, omittedTypes } = convertGroupsToRanks(

0 commit comments

Comments
 (0)