@alleyinteractive/stylelint-config

0.0.2 • Public • Published

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.

We recommend using np to handle publishing releases and generating git tags.

Maintainers

This project is actively maintained by Alley Interactive. Like what you see? Come work with us.

Alley logo

Package Sidebar

Install

npm i @alleyinteractive/stylelint-config

Weekly Downloads

252

Version

0.0.2

License

GPL-2.0-or-later

Unpacked Size

4.65 kB

Total Files

3

Last publish

Collaborators

  • srtfisher
  • alleyops