0.2.0 • Published 4 years ago

stylelint-config-web-scrobbler v0.2.0

Weekly downloads
38
License
MIT
Repository
github
Last release
4 years ago

stylelint-config-web-scrobbler NPM Test

Stylelint configuration file for Web Scrobbler projects.

Usage

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

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

Then, add stylelint-config-web-scrobbler to the extends array in your .stylelintrc.* file.

{
  "extends": [
    "some-other-config-you-use",
    "stylelint-config-web-scrobbler"
  ]
}

License

Licensed under the MIT License.