Skip to content

builtbylane/jshint-stylish-lane

 
 

Repository files navigation

jshint-stylish Build Status

Stylish reporter for JSHint

screenshot

Compared to the default reporter:

default reporter

Install

Install with npm: npm install --save-dev jshint-stylish-lane

Getting started

Use it with:

JSHint CLI

jshint --reporter node_modules/jshint-stylish/stylish.js file.js
grunt.initConfig({
	jshint: {
		options: {
			reporter: require('jshint-stylish')
		},
		target: ['file.js']
	}
});

grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.registerTask('default', ['jshint']);

About

Lane's Stylish reporter for JSHint

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%