1.0.0 • Published 1 year ago

stylelint-config-xo-space v1.0.0

Weekly downloads
73
License
MIT
Repository
github
Last release
1 year ago

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