Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 593 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 593 Bytes

stylelint-config-ibmresearch

Stylelint shareable config for the IBM Research CSS style guide.

Installation

npm install --save-dev stylelint stylelint-config-ibmresearch

Usage

Once the stylelint-config-ibmresearch package is installed, you can use it by specifying stylelint-config-ibmresearch in the extends section of your Stylelint configuration.

{
  "extends": "stylelint-config-ibmresearch",
  "rules": {
    // Additional, per-project rules...
  }
}