Skip to content

StackOverflowIsBetterThanAnyAI/prettier-es5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

    ...
}

About

Custom prettier settings for the trailing comma, the tab width, semi colon usage and single quotes.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published