stylelint-config-xld
v1.0.4
Published
Stylelint config ready to be used in xlite-dev projects
Downloads
2
Readme
stylelint-config-xld
Installation
npm i stylelint-config-xld -D
Usage
Add the config to your .stylelintrc
:
{
"extends": "stylelint-config-xld"
}
or .stylelintrc.js
:
module.exports = {
extends: 'stylelint-config-xld',
}