1.3.1 • Published 3 years ago

@oleg-ch/prettier-config v1.3.1

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

@oleg-ch/prettier-config

Base Prettier config.

Installation

yarn add -D @oleg-ch/prettier-config

Usage

In case you want to overwrite this prettier config with your own rules, create .prettierrc.js file in the root of your project:

module.exports = {
    ...require('@oleg-ch/prettier-config'),
    // add your overrides here
}

If you only want to apply this config, then create .prettierrc.yml with the following contents:

'@oleg-ch/prettier-config'

Read more at Prettier config docs