Skip to content

Prettier configuration file for Web Scrobbler projects

License

Notifications You must be signed in to change notification settings

web-scrobbler/prettier-config-web-scrobbler

Repository files navigation

prettier-config-web-scrobbler NPM Test

Prettier configuration file for Web Scrobbler projects.

Usage

You can install prettier-config-web-scrobbler by a following way:

> npm install --save-dev prettier-config-web-scrobbler

Then, add prettier-config-web-scrobbler to your .prettierrc.* file:

"prettier-config-web-scrobbler"

You can also reference this config in your package.json file:

{
  "name": "my-cool-library",
  "version": "9000.0.1",
  "prettier": "prettier-config-web-scrobbler"
}

License

Licensed under the MIT License.