Skip to content

v1.0.0 (🎉 Initial Release)

Compare
Choose a tag to compare
@s1mpson s1mpson released this 09 Nov 17:47
· 1 commit to main since this release

prettier-config

Shareable Prettier config for my projects to produce neat and readable code

Prettier Configuration:

  • Prints single quotes instead of double quotes (including inside of JSX)
  • Prints trailing commas where possible (excluding function parameters and calls)
  • Prints single attribute per line in HTML, Vue and JSX
  • Removes semicolons at the ends of statements