easy-lms-stylelint-config

Shareable config for stylelint.

Usage no npm install needed!

<script type="module">
  import easyLmsStylelintConfig from 'https://cdn.skypack.dev/easy-lms-stylelint-config';
</script>

README

easy-lms-stylelint-config

Shareable config for stylelint.

Follows the rules from Easy LMS SCSS Styleguide.

Usage

Set your stylelint config to:

{
  "extends": "easy-lms-stylelint-config"
}

Personal overrides

Change/override rules by adding a "rules" key to your config.

For example, to change the indentation to tabs:

{
  "extends": "easy-lms-stylelint-config",
  "rules": {
    "indentation": "tab"
  }
}

Test

Run the test with npm test