Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 992 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 992 Bytes

@web-scrobbler/stylelint-config NPM Test

Stylelint configuration file for Web Scrobbler projects.

Usage

You can install @web-scrobbler/stylelint-config in the following way:

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

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

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

License

Licensed under the MIT License.