1.0.1 • Published 6 years ago

stylelint-config-streamr v1.0.1

Weekly downloads
22
License
MIT
Repository
-
Last release
6 years ago

stylelint-config-streamr

A shared stylelint config between Streamr's web projects. Can be used for all usual kinds of .css, .pcss and .scss files.

Usage

Setup

Install the package and stylelint with

npm i -D stylelint stylelint-config-streamr

Config

In your .stylelintrc file you must extend stylelint-config-streamr:

{
  extends: [
    'stylelint-config-streamr',
  ]
}