1.0.0 • Published 4 years ago

@weareenvoy/stylelint-config-envoy v1.0.0

Weekly downloads
8
License
MIT
Repository
github
Last release
4 years ago

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
	}
}
1.0.0

4 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago