stylelint-config-web-scrobbler
v0.2.0
Published
Stylelint configuration file for Web Scrobbler projects
Downloads
50
Maintainers
Readme
stylelint-config-web-scrobbler
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.