2.0.0 • Published 6 years ago

@priver/stylelint-config v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

@priver/stylelint-config

Shareable config for stylelint. Uses rules from stylelint-order.

build status npm version npm downloads license

Installation

Install the correct versions of each package, which are listed by the command:

yarn info @priver/stylelint-config peerDependencies
# or
npm info @priver/stylelint-config peerDependencies

Then install this package:

yarn add @priver/stylelint-config --dev
# or
npm install @priver/stylelint-config --save-dev

Usage

Add the following in your .stylelintrc:

{
    "extends": "@priver/stylelint-config"
}