You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If none of those curated emojis match the config name, we could fallback to checking for any other match in a complete dictionary of emojis based on the standard keywords associated with each emoji.
Potential libraries to help with finding the best emoji for a given config name:
bmish
changed the title
Consider full list of emojis when deciding what emoji to use for a config
Consider all emojis when deciding what emoji to use for a config
Jan 18, 2023
We currently have a list of default emojis for common config names:
eslint-doc-generator/lib/emojis.ts
Lines 5 to 28 in 5446459
If none of those curated emojis match the config name, we could fallback to checking for any other match in a complete dictionary of emojis based on the standard keywords associated with each emoji.
Potential libraries to help with finding the best emoji for a given config name:
Note that the user can always use to the
--config-emoji
option to change or remove the auto-assigned emoji.Separately, we could also add some more default emojis, for things like common frontend frameworks.
The text was updated successfully, but these errors were encountered: