prettier-es5

0.0.3 • Public • Published

Prettier settings:

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",

    ...
}

Package Sidebar

Install

npm i prettier-es5

Weekly Downloads

7

Version

0.0.3

License

MIT

Unpacked Size

1.93 kB

Total Files

5

Last publish

Collaborators

  • muenzi01