@oakfinch/prettier-config
v2.0.3
Published
Shared base prettier config for @oakfinch projects
Downloads
13
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-configUsing yarn:
yarn add -D @oakfinch/prettier-configUsage
.prettierrc.js
module.exports = {
...require("@oakfinch/prettier-config"),
// your rules here
};