The Hostelworld shareable config for stylelint
Extends stylelint-config-standard.
First install the following npm package:
npm install --save-dev stylelint-config-hostelworldThen add stylelint-config-hostelworld to your .stylelintrc.* extends section:
{
"extends": [
"stylelint-config-hostelworld"
],
"rules": {
// Additional, per-project rules or overrides...
}
}