easy-lms-stylelint-config
v1.3.0
Published
> Shareable config for stylelint.
Downloads
7
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