stylelint-config-ibmresearch
v0.16.0
Published
Stylelint shareable config for the IBM Research CSS style guide
Readme
stylelint-config-ibmresearch
Stylelint shareable config for the IBM Research CSS style guide.
Installation
npm install --save-dev stylelint stylelint-config-ibmresearchUsage
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...
}
}