0.16.0 • Published 2 years ago

stylelint-config-xo-space v0.16.0

Weekly downloads
73
License
MIT
Repository
github
Last release
2 years 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