1.0.2 • Published 9 years ago

gulp-fixmyjs v1.0.2

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

gulp-fixmyjs

NPM version Build Status Coverage Status Dependency Status

fixmyjs plugin for gulp

Usage

First, install gulp-fixmyjs as a development dependency:

npm install --save-dev gulp-fixmyjs

Then, add it to your gulpfile.js:

var fixmyjs = require("gulp-fixmyjs");

gulp.src("./src/*.js")
	.pipe(fixmyjs({
		// JSHint settings here
	}))
	.pipe(gulp.dest("./src"));

API

fixmyjs(options)

options.legacy

Type: Boolean, Default: false

Enables legacy mode

options.lookup

Type: Boolean, Default: true

Enables looking up the .jshintrc configuration file

JSHint options

Any of the JSHint options will be passed to fixmyjs, and would get precedence over .jshintrc file

License

MIT License

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.4

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago