@okatechnology/stylelint-config

stylelint

Usage no npm install needed!

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

README

stylelint-config

Useage

create .stylelintrc.js at your project root and write the following

module.exports = {
  extends: ['@okatechnology/stylelint-config'],
}