eslint-config
eslint-config copied to clipboard
feat: support prettierConfigs with internal default options
Description
prettierConfigs
with internal runtime default options makes users customize code format easy with the consistent format style.
For examples:
- I used to customize formatting SVG with html parser
- I also want to allow users to format
GLOB_SRC
with prettier rather than stylistic - Others possible code formatting by prettier...