0.0.4 • Published 5 months ago

prettier-es5 v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Prettier Settings:

npm Downloads Last Year

Installation

Install this package with npm i -D prettier-es5 as a developer dependency.

Content

It adds these prettier settings to your project:

{
    "trailingComma": "es5",
    "tabWidth": 4,
    "semi": false,
    "singleQuote": true
}

Usage

In order to use this config, you need to add the following to your package.json file:

{
    ...

    "prettier": "prettier-es5",

    ...
}
0.0.4

5 months ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago