Skip to content

IBMResearch/stylelint-config-ibmresearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...
  }
}

About

Stylelint shareable config for the IBM Research CSS style guide

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published