0.1.4 • Published 3 years ago

stylelint-pencil v0.1.4

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

stylelint-pencil

Set of Stylelint rules

Stylelint Ecosystem

Install

npm install -D stylelint-pencil

or

yarn add -D stylelint-pencil

Usage

Add this config to your .stylelintrc or stylelint config inside package.json:

{
  "extends": [
    "stylelint-pencil"
  ]
}