0.2.31 • Published 12 months ago

@smarteye/stylelint-config v0.2.31

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
12 months ago

@smarteye/stylelint-config

Stylelint configuration to be shared accross smarteye.id repositories.

Usage

Install:

$ npm install -D @smarteye/stylelint-config
or
$ yarn add --dev @smarteye/stylelint-config

Edit package.json:

{
  // ...
  "stylelint": {
    "extends": "@smarteye/stylelint-config"
  }
}