eslint-config icon indicating copy to clipboard operation
eslint-config copied to clipboard

feat: support prettierConfigs with internal default options

Open yunsii opened this issue 6 months ago • 1 comments

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...

Linked Issues

Additional context

yunsii avatar Aug 25 '24 00:08 yunsii