1.1.0 • Published 5 years ago

stylelint-config-mvps v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

stylelint-config-mvps

StyleLint sharable config for strict linting of CSS for MVPS.

Installation

Install this config package & StyleLint:

$ npm install --save-dev stylelint stylelint-config-mvps

Usage

This set of configs is meant to be extended on a per-project basis as necessary using StyleLint's shareable configs feature.

To start, simply add extends: ["stylelint-config-mvps"] to your .stylelintrc:

{
  "extends": ["stylelint-config-mvps"]
}