0.0.1 • Published 6 years ago

stylelint-config-rowupper v0.0.1

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

Rowupper Stylelint Config

Sharable stylelint config used by Rowupper.

Install

npm install --save stylelint-config-rowupper

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