12.0.0 • Published 4 years ago

stylelint-config-kensho v12.0.0

Weekly downloads
37
License
MIT
Repository
github
Last release
4 years ago

stylelint-config-kensho

Build Status

This Stylelint config extends the standard config with a few customizations to support our CSS infrastructure, which uses postcss and CSS modules for JS interoperability.

Usage

To use the config, install stylelint and this config as development dependencies:

$ npm i -D stylelint stylelint-config-kensho

Add a .stylelintrc.yml (or equivalent) which extends the config:

extends: stylelint-config-kensho

Add an npm script in package.json to run the linter on all CSS files:

{
  "scripts": {
    "lint:css": "stylelint 'src/**/*.css'"
  }
}
12.0.0

4 years ago

11.0.0

4 years ago

10.0.0

4 years ago

9.0.0

5 years ago

8.0.0

5 years ago

7.0.0

6 years ago

6.0.0

6 years ago

5.0.0

7 years ago

4.0.0

7 years ago

3.0.0

7 years ago

2.0.0

7 years ago

1.0.0

7 years ago