@oakfinch/prettier-config
v2.0.3
Published
Shared base prettier config for @oakfinch projects
Downloads
14
Readme
prettier-config
Shared base Prettier config for @oakfinch projects
NOTE
This package is used by @oakfinch/eslint-config
via
eslint-plugin-prettier
.
If you're using @oakfinch/eslint-config
and don't need to add any custom
prettier configuration, you do not need this package.
Installation
Using npm
:
npm install -D @oakfinch/prettier-config
Using yarn
:
yarn add -D @oakfinch/prettier-config
Usage
.prettierrc.js
module.exports = {
...require("@oakfinch/prettier-config"),
// your rules here
};