2.0.0-beta.3 • Published 8 years ago

gulp-bemlinter v2.0.0-beta.3

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

bemlinter Build Status

A gulp plugin to lint bem component isolation in SCSS files.

This project is a wrapper of bemlinter project.

Quick start

npm i gulp-bemlinter --save

You can set your gulpfile.js to use gulp-bemlinter:

const gulp = require('gulp');
const bemlinter = require('gulp-bemlinter');

gulp.task('lint', () => {
  return gulp.src('styles/**/*.scss')
    .pipe(bemlinter())
    .pipe(bemlinter.format())
    .pipe(bemlinter.failOnError());
});

How to Contribute

  1. Star the project!
  2. Report a bug that you have found.
  3. Tweet or blog about bemlinter and let us know about it.
  4. Pull requests are also highly appreciated.

Author & Community

bemlinter is under MIT License. It was created & is maintained by Thomas ZILLIOX for M6Web.

2.0.0-beta.3

8 years ago

2.0.0-beta.2

8 years ago

2.0.0-beta.1

8 years ago

2.0.0-beta.0

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago