Skip to content

Commit

Permalink
feat: add emoji for type-checked config name
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Feb 26, 2024
1 parent 2a49eda commit 383cc7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/emojis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@ export const EMOJI_CONFIGS = {
error: EMOJI_ERROR,
errors: EMOJI_ERROR,
recommended: '✅',
'recommended-type-aware': '☑️',
'recommended-type-checked': '☑️',
strict: '🔒',
style: EMOJI_STYLE,
stylistic: EMOJI_STYLE,
ts: EMOJI_TYPESCRIPT,
type: EMOJI_TYPESCRIPT,
'type-aware': EMOJI_TYPESCRIPT,
'type-checked': EMOJI_TYPESCRIPT,
typed: EMOJI_TYPESCRIPT,
types: EMOJI_TYPESCRIPT,
typescript: EMOJI_TYPESCRIPT,
Expand Down

0 comments on commit 383cc7f

Please sign in to comment.