0.3.2 • Published 2 years ago

@drmikecrowe/stylelint-config v0.3.2

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

Personal configs

Credit: Forked from ntnyq

StyleLint config

Usage

Install

$ npm i @drmikecrowe/stylelint-config -D
# OR
$ yarn add @drmikecrowe/stylelint-config -D

Extend this config

in .stylelintrc.yml

extends:
  - @drmikecrowe/stylelint-config

in package.json

{
    "stylelint": {
        "extends": ["@drmikecrowe/stylelint-config"]
    }
}