2.0.0 • Published 2 years ago
@web-scrobbler/stylelint-config v2.0.0
@web-scrobbler/stylelint-config

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-configThen, 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.