3.0.5 • Published 4 months ago

@devoxa/stylelint-config v3.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
4 months ago

Installation

yarn add --dev stylelint @devoxa/stylelint-config

Usage

To enable the rules, add a stylelint property in your package.json. See the stylelint configuration docs for more details.

"stylelint": {
  "extends": "@devoxa/stylelint-config"
},

It is also recommended to add the following script to your package.json for easy usage.

"lint": "stylelint --ignore-path='.gitignore' '{src,tests}/**/*.scss'"

Additionally, it is recommended to install the VS Code Extension to get in-editor warnings & formatting support.

Extending

This configuration is not intended to be changed, but if you have a setup where modification is required, it is possible. See the stylelint docs for more details.

Contributors

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

License

MIT

3.0.4

4 months ago

3.0.5

4 months ago

3.0.3

8 months ago

3.0.2

9 months ago

3.0.1

10 months ago

3.0.0

2 years ago

2.0.0

3 years ago

1.0.3

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago