Skip to content
Snippets Groups Projects
Commit 8b5e6594 authored by Martin Hunt's avatar Martin Hunt Committed by Marijn Haverbeke
Browse files

[lint addon] add support for jshint globals option

`options` with a `globals` key as defined in a standard `.jshintrc` is actually separated into two arguments to the `JSHINT` function in the `jshint` cli: `https://github.com/gameclosure/jshint/blob/master/src/cli.js#L487`.  This forwards `options.globals` properly to `JSHINT`.
parent e0cf6f8d
No related branches found
Tags v2.14
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment