1.0.3 • Published 8 years ago

stylelint-config-bright v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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