0.2.0 • Published 4 years ago

@interfacesdev/stylelint-config v0.2.0

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

stylelint-config

The interfaces team shareable config for stylelint.

Installation

Install stylelint and stylelint-order:

npm install stylelint stylelint-order --save-dev

Install the config:

npm install @interfacesdev/stylelint-config --save-dev

Usage

Set your stylelint config to:

{
  "extends": "@interfacesdev/stylelint-config"
}

Changelog