0.3.0 • Published 4 years ago

@advclb/stylelint-config v0.3.0

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

Adventure Club Stylelint Shareable Configuration

  • SCSS support
  • Prettier support

Installation

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

Edit .stylelintrc.json:

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

For library project:

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

Copyright

2020 Guo Yunhe

License

GNU General Public License version 3