Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 383cc7f

Browse files
committed
feat: add emoji for type-checked config name
1 parent 2a49eda commit 383cc7f

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)