0.3.1 • Published 4 years ago

stylelint-config-advclb v0.3.1

Weekly downloads
1
License
GPL-3.0
Repository
github
Last release
4 years ago

Adventure Club Stylelint Shareable Configuration

npm install --save-dev prettier stylelint stylelint-config-advclb

Edit .stylelintrc.json:

{
  "extends": ["stylelint-config-advclb"]
}

For library project:

{
  "extends": ["stylelint-config-advclb", "stylelint-config-advclb/library"]
}