0.2.0 • Published 6 years ago

stylelint-config-hostelworld v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

stylelint-config-hostelworld

Build Status npm npm

The Hostelworld shareable config for stylelint

Extends stylelint-config-standard.

Installation

First install the following npm package:

npm install --save-dev stylelint-config-hostelworld

Then add stylelint-config-hostelworld to your .stylelintrc.* extends section:

{
  "extends": [
      "stylelint-config-hostelworld"
  ],
  "rules": {
      // Additional, per-project rules or overrides...
  }
}

License

MIT