6.0.0 • Published 3 months ago

@wearerequired/stylelint-config v6.0.0

Weekly downloads
293
License
GPL-2.0-or-later
Repository
github
Last release
3 months ago

required (S)CSS Coding Standard

required coding standard for (S)CSS, based on the rules provided by @wordpress/stylelint-config.

Installation

This package is an stylelint shareable configuration and requires stylelint and @wordpress/stylelint-config to be installed. To install this config and the peerDependencies run:

npx install-peerdeps --dev @wearerequired/stylelint-config@latest

Usage

To opt-in to the default configuration, extend your own project's stylelint.config.js file:

module.exports = {
	extends: [ '@wearerequired/stylelint-config' ],
};

SCSS Preset

In addition to the default preset, there is also a SCSS preset. This preset extends both @wearerequired/stylelint-config and stylelint-config-recommended-scss.

module.exports = {
	extends: [ '@wearerequired/stylelint-config/scss' ],
};

a required open source product - let's get in touch

6.0.0

3 months ago

6.0.0-RC.0

3 months ago

6.0.0-alpha.1

3 months ago

5.0.0

1 year ago

4.0.0-beta.1

1 year ago

4.0.0

1 year ago

3.0.0-beta.0

2 years ago

3.0.0

2 years ago

3.0.0-alpha.0

2 years ago

2.2.0

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

2.0.0-rc.3

3 years ago

2.0.0-rc.2

3 years ago

2.0.0-rc.1

3 years ago

2.0.0-rc.0

3 years ago

2.0.0-beta.0

3 years ago

1.6.0

3 years ago

1.5.1

4 years ago

1.5.1-alpha.0

4 years ago

1.5.0

4 years ago

1.5.0-beta.2

4 years ago

1.5.0-beta.4

4 years ago

1.5.0-beta.3

4 years ago

1.5.0-beta.5

4 years ago

1.5.0-alpha.1

4 years ago