0.2.0 • Published 4 years ago

@chaucerbao/stylelint-config v0.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Stylelint Recommended Preset

Installation

npm install --save-dev @chaucerbao/stylelint-config

Usage

Add this preset to the extends property of your .stylelintrc

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

Or this, if you want to add linting for SCSS

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