Skip to content

Commit 0ba5757

Browse files
authored
Add emoji for additional type-checked config name variations (#521)
1 parent 2a49eda commit 0ba5757

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/emojis.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,15 @@ export const EMOJI_CONFIGS = {
1515
error: EMOJI_ERROR,
1616
errors: EMOJI_ERROR,
1717
recommended: '✅',
18+
'recommended-type-aware': '☑️',
1819
'recommended-type-checked': '☑️',
1920
strict: '🔒',
2021
style: EMOJI_STYLE,
2122
stylistic: EMOJI_STYLE,
2223
ts: EMOJI_TYPESCRIPT,
2324
type: EMOJI_TYPESCRIPT,
25+
'type-aware': EMOJI_TYPESCRIPT,
26+
'type-checked': EMOJI_TYPESCRIPT,
2427
typed: EMOJI_TYPESCRIPT,
2528
types: EMOJI_TYPESCRIPT,
2629
typescript: EMOJI_TYPESCRIPT,

0 commit comments

Comments
 (0)