0.2.0 • Published 5 years ago
stylelint-config-web-scrobbler v0.2.0
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-scrobblerThen, 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.