Stylelint
Language / Framework: CSS
Checks: 198+
Categories: Style
Channels: stable
: stylelint v13.7.2, beta
: stylelint v13.7.2, stylelint-14-15-0
: stylelint v14.15.0
The Code Climate Stylelint plugin will help you enforce consistent conventions and avoid errors in your stylesheets.
Enable the Plugin
To enable Stylelint analysis, add the following to your .codeclimate.yml
configuration file:
plugins:
stylelint:
enabled: true
More information about the CLI is available in the README here: https://github.com/codeclimate/codeclimate
Configure the Plugin
This engine requires a configuration object as described in the Stylelint documentation.
Understand the Plugin
For more information about all the checks available and their configuration options, please check out the documentation here: http://stylelint.io/.
Updated over 1 year ago