Skip to content

Hostelworld/stylelint-config-hostelworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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