Releases: StackOverflowIsBetterThanAnyAI/prettier-es5
Releases · StackOverflowIsBetterThanAnyAI/prettier-es5
v0.0.4
clearer installation guide
Full Changelog: stable...v0.0.4
v0.0.3
This package adds these prettier settings:
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true
}
In order to use this config, you need to add the following to your package.json file:
{
...
"prettier": "prettier-es5",
...
}
Full Changelog: https://github.com/StackOverflowIsBetterThanAnyAI/prettier-es5/commits/stable