@chaucerbao/stylelint-config

v0.2.0
A preset of recommended Stylelint rules

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"]
}
npm i @chaucerbao/stylelint-config

Metadata

  • ISC
  • Whatever
  • Alvin Chan
  • released 7/17/2020

Downloads

Maintainers