Skip to content

Releases: s1mpson/prettier-config

v1.1.0 (💄 Semicolon, Double Quotes)

14 Dec 17:17
Compare
Choose a tag to compare

@s1mpson/prettier-config

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

What's Changed:

  • Configure Prettier to print semicolons at the ends of statements.
  • Configure Prettier to use double quotes instead of single quotes.

Full Changelog: v1.0.2...v1.1.0

v1.0.2 (📦️ JS Object Export)

27 Nov 17:17
Compare
Choose a tag to compare

@s1mpson/prettier-config

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

What's Changed:

  • Changed package export method from JSON to JS object (allows for easier import in Prettier js config files) d32942c
  • Updated README with instructions on how to configure Prettier via JS config file 1a6c8d6

Full Changelog: v1.0.1...v1.0.2

v1.0.1 (📝 Readme Badges)

10 Nov 21:48
Compare
Choose a tag to compare

prettier-config

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

What's Changed:

  • Added status badges to README

v1.0.0 (🎉 Initial Release)

09 Nov 17:47
Compare
Choose a tag to compare

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