Alley Stylelint Configuration
A set of stylelint configuration rules that extends the stylelint-config-sass-guidelines intended for use with SCSS syntax.
This stylelint config:
Installation
$ npm install @alleyinteractive/stylelint-config --save-dev
Usage
If you've installed @alleyinteractive/stylelint-config
locally within your project, just set your stylelint
config to:
{
"extends": "@alleyinteractive/stylelint-config"
}
Extending the config
Simply add a "rules"
key to your config and add your overrides there.
For example, to change the block-no-empty
to false and turn off the block-no-empty
rule:
{
"extends": "@alleyinteractive/stylelint-config",
"rules": {
"block-no-empty": false,
}
}
Dependencies
This configuration has peer dependencies of stylelint and stylelint-config-sass-guidelines.
Changelog
0.0.1 – Initial release
Development Process
This package is developed as part of the Alley Scripts project on GitHub. The project is organized as a monorepo using npm workspaces and individual packages are published to npm under the @alleyinteractive organization.
Contributing
You can contribute to this project in several ways:
Releases
This project adheres to the Semantic Versioning 2.0.0 specification. All major, minor, and patch releases are published to npm and tagged in the repo. We will maintain separate branches for each minor release (e.g. block-editor-tools/0.1) to manage patch releases while keeping future development in the main
branch.
Maintainers
This project is actively maintained by Alley Interactive. Like what you see? Come work with us.
