2.0.0 • Published 2 years ago

stylelint-config-moni-web v2.0.0

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

stylelint-config-moni-web

Installation

All the dependencies have to be installed explicitly.

$ npm install --save-dev stylelint-config-moni-web stylelint stylelint-config-standard-scss

or using yarn:

$ yarn add -D stylelint-config-moni-web stylelint stylelint-config-standard-scss

Alternatively you can use install-peerdeps:

$ npm install install-peerdeps --global
$ npm install stylelint-config-moni-web --save-dev
$ install-peerdeps stylelint-config-moni-web --dev

Usage

Once the stylelint-config-moni-web package is installed, you can use it by specifying the different configs in the

{
    "extends": "stylelint-config-standard"
}