We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
type-checked
1 parent 2a49eda commit 0ba5757Copy full SHA for 0ba5757
lib/emojis.ts
@@ -15,12 +15,15 @@ export const EMOJI_CONFIGS = {
15
error: EMOJI_ERROR,
16
errors: EMOJI_ERROR,
17
recommended: '✅',
18
+ 'recommended-type-aware': '☑️',
19
'recommended-type-checked': '☑️',
20
strict: '🔒',
21
style: EMOJI_STYLE,
22
stylistic: EMOJI_STYLE,
23
ts: EMOJI_TYPESCRIPT,
24
type: EMOJI_TYPESCRIPT,
25
+ 'type-aware': EMOJI_TYPESCRIPT,
26
+ 'type-checked': EMOJI_TYPESCRIPT,
27
typed: EMOJI_TYPESCRIPT,
28
types: EMOJI_TYPESCRIPT,
29
typescript: EMOJI_TYPESCRIPT,
0 commit comments