Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 553 Bytes

readme.md

File metadata and controls

24 lines (16 loc) · 553 Bytes

stylelint-config-xo-space

Stylelint shareable config for XO with 2-space indent

Install

npm install --save-dev stylelint-config-xo-space

Usage

Add this to your Stylelint config:

{
	"extends": "stylelint-config-xo-space"
}

Related