Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 2a49eda commit 383cc7fCopy full SHA for 383cc7f
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