@advclb/stylelint-config

Adventure Club shareable stylelint configuration

Usage no npm install needed!

<script type="module">
  import advclbStylelintConfig from 'https://cdn.skypack.dev/@advclb/stylelint-config';
</script>

README

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