JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2287
  • Score
    100M100P100Q104975F
  • License MIT

Stylelint shareable config for XO with 2-space indent

Package Exports

  • stylelint-config-xo-space

Readme

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"
}