0.2.1 • Published 3 years ago
@smarteye/prettier-config v0.2.1
@smarteye/prettier-config
Prettier preset to be shared accross smarteye.id repositories.
Usage
Install:
$ npm i -D @smarteye/prettier-config
or
$ yarn add -D @smarteye/prettier-configUpdate package.json:
{
// ...
"prettier": "@smarteye/prettier-config"
}Ignore File
Unfortunately, Prettier does not have a way to extend a shared .prettierignore file so the one in this repo must be copied and pasted in to a new .prettierignore file at the root of your project.