4.0.0 • Published 1 year ago

stylelint-config-beyond v4.0.0

Weekly downloads
214
License
MIT
Repository
bitbucket
Last release
1 year ago

stylelint-config-beyond

NPM version

Beyond's postCSS stylelint configuration to enforce our internal coding standards.

Extends stylelint-config-standard configuration.

Turns on additional rules to enforce the common stylistic conventions found within a handful of CSS style guides, including:

To see the rules that this config uses, please read the config itself.

Installation

npm install stylelint-config-beyond --save-dev

Usage

If you've installed stylelint-config-beyond locally within your project, create a new file in the root of your project .stylelintrc with these contents:

{
  "extends": "stylelint-config-beyond"
}

Changelog

License

4.0.0

1 year ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

1.1.0

3 years ago

2.0.0

3 years ago

1.0.3

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago