@rviso/stylelint-config
v0.1.0
Published
stylelint config
Downloads
5
Readme
RViso Stylelint Config
This package provides RViso's .stylelintrc.json as an extensible shared config.
Installation
npm install --save-dev @rviso/stylelint-config
Usage
Add the following to your .stylelintrc.json:
{
"extends": "@rviso/stylelint-config"
}