UNPKG

@ruedap/stylelint-config-abccss

Version:
26 lines (16 loc) 607 B
# ABCCSS Stylelint Config [![Greenkeeper badge](https://badges.greenkeeper.io/ruedap/stylelint-config-abccss.svg)](https://greenkeeper.io/) > A sharable stylelint config used by ABCCSS ## Install ``` $ npm install -D @ruedap/stylelint-config-abccss ``` ## Usage Within your [stylelint config object](http://stylelint.io/user-guide/configuration/#extends) You can extend this configuration. This will serve as a base for your config, then you can make overrides in your own config object. ```json { "extends": "@ruedap/stylelint-config-abccss" } ``` --- MIT © [ruedap](https://github.com/ruedap)