2.0.3 • Published 2 years ago

@oakfinch/prettier-config v2.0.3

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

prettier-config

Shared base Prettier config for @oakfinch projects


license TypeScript

latest release on npm latest release on github


github


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
};
2.0.3

2 years ago

2.0.2

2 years ago

1.1.14

3 years ago

2.0.0

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago