Releases: s1mpson/prettier-config
Releases · s1mpson/prettier-config
v1.1.0 (💄 Semicolon, Double Quotes)
@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)
@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)
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)
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