1.1.0 • Published 6 months ago

@ferfalk/prettier-config v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@ferfalk/prettier-config

Shared Prettier configuration.

Installation

npm install --save-dev @ferfalk/prettier-config

Usage

Add the prettier property on package.json:

{
  "prettier": "@ferfalk/prettier-config"
}

Or

Create a .prettierrc file with a string:

"@ferfalk/prettier-config"

Or

To extend the configuration, create a .prettierrc.js file:

import config from '@ferfalk/prettier-config';

export default {
  ...config,
  singleQuote: false,
};

License

MIT

1.1.0

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago