Skip to content

Blocss/stylelint-config-blocss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stylelint-config-blocss

The blocss shareable config for stylelint

Installation

npm install stylelint-config-blocss --save-dev
yarn add stylelint-config-blocss --save

Usage

If you've installed stylelint-config-blocss locally within your project, just set your stylelint config to:

{
  "extends": "stylelint-config-blocss"
}