npm.io
1.0.3 • Published 10 years ago

stylelint-config-bright

Licence
MIT
Version
1.0.3
Deps
0
Vulns
0
Weekly
0

stylelint-config-bright

Simple in-house styelint config used by Bright Interactive

Install

$ npm install stylelint-config-bright

Usage

Using Gulp to lint your files via postcss

var brightconfig = require('stylelint-config-bright');

gulp.task('csslint', function() {
    return gulp.src('css/file/to/lint.css')
        .pipe(postcss([stylelint(brightconfig)]));
});

Developing

The tests consist of a simple jshint lint of the javascript. To run, type:

$ npm test

License

Keywords