stylelint-config-xo-space

May 13, 2025 ยท View on GitHub

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

  • stylelint-config-xo - Stylelint shareable config for XO with tab indent
  • xo - JavaScript linter

Contents

  1. 1Install
  2. 2Usage
  3. 3Related