Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 351 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 351 Bytes

showbie-stylelint-config

Stylelint configuration for Showbie projects.

Usage

Install the conventions by running:

npm i -D stylelint @showbie/stylelint-config

Then add the extends to your stylelint.config.js:

{
  extends: ['@showbie/stylelint-config'],
  rules: { /* … */ }
}