0.1.0 • Published 9 years ago

gulp-jadelint v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

Gulp plugin for Jadelint

npm version Dependency Status devDependency Status

Usage

var gulp = require('gulp'),
	jadelint = require('gulp-jadelint');

gulp.task('default', function () {
	return gulp
		.src('views/*.jade')
		.pipe(jadelint());
});

Configuration

[...]
	.pipe(jadelint({ 'HTMLRootRequiresLang': 'ignore' }));
[...]

Plugin will also read .jadelintrc file.

References

rrdelaney/jadelint

License

MIT