Skip to content

v0.0.3

Compare
Choose a tag to compare
@StackOverflowIsBetterThanAnyAI StackOverflowIsBetterThanAnyAI released this 05 Jul 13:10
· 7 commits to main since this release

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