2.0.0 • Published 6 years ago

stylelint-config-jaw v2.0.0

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

Sensible stylelint configuration

from James Wright. For my personal projects - use at own risk as fluid.

This configuration extends stylelint-config-standard and also uses stylelint-scss to provide linting for SCSS.

The rules set within this configuration are based on my personal preferences when working primarily with CSS/SCSS with BEM/ITSCSS methodology.

Installation

npm install stylelint stylelint-config-standard stylelint-scss stylelint-config-jaw --save-dev  

Usage

In .stylelintrc.json:

{
  "extends": "stylelint-config-jaw",
    "plugins": [
        "stylelint-scss"
    ]
}
2.0.0

6 years ago

1.0.0

6 years ago

0.0.1-alpha

6 years ago