2.0.0 • Published 3 months ago

@web-scrobbler/stylelint-config v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@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.

2.0.0

3 months ago

1.0.1

7 months ago

1.0.0

7 months ago