@weareenvoy/stylelint-config-envoy

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @weareenvoy/stylelint-config-envoy

Weekly Downloads

52

Version

1.0.0

License

MIT

Unpacked Size

2.28 kB

Total Files

4

Last publish

Collaborators

  • factoryaidan
  • envoy-admin