1.1.2 • Published 4 years ago

@bhadurian/prettier-config v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@bhadurian/prettier-config

My personal Prettier config.

Install

For use with Prettier >= 2.4.0.

$ npm install --save-dev @bhadurian/prettier-config

Usage

Add a key in your package.json file:

"prettier": "@bhadurian/prettier-config"

OR

Edit .prettierrc.json:

"@bhadurian/prettier-config"

Override options

Use .prettierrc.js file and export an object:

module.exports = {
    ...require('@bhadurian/prettier-config'),
    semi: false,
};
1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago