@wearerequired/stylelint-config v6.0.0
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@latestUsage
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' ],
};2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
