Skip to content

showbie/showbie-stylelint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: { /* … */ }
}