stylelint-config-xo

May 13, 2025 ยท View on GitHub

Stylelint shareable config for XO

Install

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

Usage

Add the following to your Stylelint config:

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

Related

  • stylelint-config-xo-space - Stylelint shareable config for XO with 2-space indent
  • stylelint-config-xo-scss - Stylelint shareable config for XO with Sass support
  • xo - JavaScript linter

Contents

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