0.1.0 • Published 1 year ago

@rviso/stylelint-config v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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