The standard shareable config for stylelint used at Moxio.
npm install stylelint-config-moxioIf you've installed stylelint-config-moxio locally within your project, just set your stylelint config to:
{
"extends": "stylelint-config-moxio"
}If you've globally installed stylelint-config-moxio using the -g flag, then you'll need to use the absolute path to stylelint-config-moxio in your config e.g.
{
"extends": "/absolute/path/to/stylelint-config-moxio"
}Simply add a "rules" key to your config, then add your overrides and additions there.
This plugin is released under the MIT license.