Add CSS linting to your Broccoli tree.
npm install broccoli-csslintAdd CSS linting to your Broccoli tree.
```
npm i broccoli-csslint
`javascript`
var cssLint = require('broccoli-csslint');
var tree = cssLint(someTree);
For linting options refer to the official CSSLint documentation.
Additionally this plugin provides the ability to define exclude-list in the .csslintrc file.
``
npm i && npm t
MIT
1. Fork it
2. Create your feature branch (git checkout -b my-new-feature)git commit -am 'Add some feature'
3. Commit your changes ()git push origin my-new-feature`)
4. Push to the branch (
5. Create new Pull Request
* gulp-csslint: Used as a reference for CSSLint.
* broccoli-jshint: Adapted this plugin's code for csslinting.
Crafted with <3 by John Otander (@4lpine).