Commit 34f40b4a authored by Robert Knight's avatar Robert Knight

Add 'chrome' to list of JSHint pre-defined vars

This is a global available in the extension and content scripts.
parent adf8dcf0
......@@ -12,7 +12,6 @@
"esnext": true,
"globals": {
"chrome": false,
"h": false,
"Promise": false,
"chai": false,
"sinon": false,
......@@ -31,6 +30,7 @@
"assert",
"before",
"beforeEach",
"chrome",
"context",
"describe",
"it",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment