0.0.2 • Published 6 years ago

stylelint-config-baseline v0.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

Baseline Stylelint Config

Sharable stylelint config used by Baseline.

Install

npm install --save stylelint-config-baseline

Usage

Within your stylelint config object You can extend this configuration. This will serve as a base for your config, then you can make overrides in your own config object.

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