Skip to content

Releases: StackOverflowIsBetterThanAnyAI/prettier-es5

v0.0.4

07 Mar 12:39
Compare
Choose a tag to compare

clearer installation guide

Full Changelog: stable...v0.0.4

v0.0.3

05 Jul 13:10
Compare
Choose a tag to compare

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