@devoxa/stylelint-config

The shareable configuration for stylelint used in all Devoxa projects


Keywords
hacktoberfest
License
MIT
Install
npm install @devoxa/stylelint-config@3.0.5

Documentation

stylelint-config

The shareable configuration for stylelint used in all Devoxa projects

Package Version Build Status

InstallationUsageExtendingContributorsLicense


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):


David Reeß

💻 📖 ⚠️

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

License

MIT