@weareenvoy/stylelint-config-envoy
v1.0.0
Published
Default stylelint config used by the ENVOY web team.
Readme
ENVOY stylelint Config
Default stylelint config used by the ENVOY web team.
Installing
Go to your project root:
cd /path/to/my/node/projectInstall:
npx install-peerdeps @weareenvoy/stylelint-config-envoy --devUsing
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
}
}