1.1.1 • Published 7 years ago

stylelint-config-wandi v1.1.1

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

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"
}