Skip to content

Commit

Permalink
Merge pull request #285 from gruntjs/v2.0.0
Browse files Browse the repository at this point in the history
v2.0.0.
  • Loading branch information
vladikoff committed Sep 23, 2018
2 parents d9212b7 + 2fce871 commit ed84ab8
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
9 changes: 4 additions & 5 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
v1.2.0:
date: 2016-07-22
v2.0.0:
date: 2018-09-22
changes:
- Bump minor JSHint version.
- Bump other deps.
- drops node 0.10 and 4.
- Bump devDependencies.
- Drop Node.js < 6 support.
v1.1.0:
date: 2016-11-23
changes:
Expand Down
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# grunt-contrib-jshint v1.2.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-jshint.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jshint) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/j04ik7qgx21ixyfw/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-jshint/branch/master)
# grunt-contrib-jshint v2.0.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-jshint.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jshint) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/j04ik7qgx21ixyfw/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-jshint/branch/master)

> Validate files with JSHint
Expand Down Expand Up @@ -118,7 +118,14 @@ options: {
Type: `String`
Default: `null`

Specify a filepath to output the results of a reporter. If `reporterOutput` is specified then all output will be written to the given filepath instead of printed to stdout.
Specify a filepath to output the results of a reporter. If `reporterOutput` is specified then all output will be written to the given filepath instead of printed to stdout.

###### reporterOutputRelative

Type: `Boolean`
Default: `true`

Results of a reporter will use a relative filepath to `reporterOutput`. If set to `false` then filepaths will appear relative to the current folder. Unless `reporterOutput` is not set this option will not have any effect.

### Usage examples

Expand Down Expand Up @@ -212,7 +219,7 @@ grunt.initConfig({

## Release History

* 2016-07-22   v1.2.0   Bump minor JSHint version. Bump other deps. drops node 0.10 and 4.
* 2018-09-22   v2.0.0   Bump devDependencies. Drop Node.js < 6 support.
* 2016-11-23   v1.1.0   Fix relative output Bump minor version
* 2016-02-16   v1.0.0   Replace String prototype colors with chalk. Update Grunt peerDep to `>=0.4.0`.
* 2016-01-17   v0.12.0   Update to JSHint ~2.9.0.
Expand Down Expand Up @@ -254,4 +261,4 @@ grunt.initConfig({

Task submitted by ["Cowboy" Ben Alman](http://benalman.com/)

*This file was generated on Sat Sep 08 2018 10:30:26.*
*This file was generated on Sat Sep 22 2018 08:57:29.*
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-contrib-jshint",
"description": "Validate files with JSHint",
"version": "1.2.0",
"version": "2.0.0",
"author": {
"name": "Grunt Team",
"url": "https://gruntjs.com/"
Expand Down

0 comments on commit ed84ab8

Please sign in to comment.