stylelint-config-wandi
v1.1.1
Published
Wandi StyleLint configuration
Downloads
1
Readme
stylelint-config-wandi
Wandi StyleLint configurations
Install
To install the configuration, you just have to run the following command :
npm install --save-dev stylelint-config-wandi
How to use
In your StyleLint configuration file (we assume you use JS format in this
documentation, please refer to
StyleLint documentation
to see other supported formats), add the following extends
property :
module.exports = {
extends: "stylelint-config-wandi"
}