0.1.1 • Published 6 months ago

@nerkarso/prettier-config v0.1.1

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

prettier-config

Prettier configuration.

Installation

npm install -D @nerkarso/prettier-config

Usage

Add a key in your package.json file:

"prettier": "@nerkarso/prettier-config"

Or create a .prettierrc file and export a string:

@nerkarso/prettier-config

Or create a prettier.config.js file and export an object:

module.exports = {
  ...require('@nerkarso/prettier-config'),
  // Properties to be overwritten
};
0.1.1

6 months ago

0.1.0

6 months ago