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 7171a16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/emojis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ export const EMOJI_CONFIGS = {
error: EMOJI_ERROR,
errors: EMOJI_ERROR,
recommended: '✅',
'recommended-type-checked': '☑️',
'recommended-type-checked': '☑️', // Different checkmark to indicate it's a variation of the recommended config.
strict: '🔒',
style: EMOJI_STYLE,
stylistic: EMOJI_STYLE,
ts: EMOJI_TYPESCRIPT,
type: EMOJI_TYPESCRIPT,
'type-checked': EMOJI_TYPESCRIPT,
typed: EMOJI_TYPESCRIPT,
types: EMOJI_TYPESCRIPT,
typescript: EMOJI_TYPESCRIPT,
Expand Down

0 comments on commit 7171a16

Please sign in to comment.