4.0.0 • Published 2 years ago

stylelint-config-beyond v4.0.0

Weekly downloads
214
License
MIT
Repository
bitbucket
Last release
2 years 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

2 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

1.1.0

4 years ago

2.0.0

4 years ago

1.0.3

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago