@weareenvoy/stylelint-config-envoy
v1.0.0
Published
Default stylelint config used by the ENVOY web team.
Downloads
155
Readme
ENVOY stylelint Config
Default stylelint config used by the ENVOY web team.
Installing
Go to your project root:
cd /path/to/my/node/project
Install:
npx install-peerdeps @weareenvoy/stylelint-config-envoy --dev
Using
Set your stylelint config to:
{
'extends': '@weareenvoy/stylelint-config-envoy'
}
To extend the config, simply add a rules
key to the config file and add/modify rules as necessary:
{
'extends': '@weareenvoy/stylelint-config-envoy',
'rules': {
'some-rule': true
}
}