Commit 84a21415 authored by JC Brand's avatar JC Brand

Shut eslint up

parent cfb0cd09
......@@ -8,7 +8,8 @@
"globals": {
"window": true,
"sinon": true,
"define": true
"define": true,
"require": true
},
"rules": {
"lodash/prefer-lodash-method": [2, {
......
......@@ -4,6 +4,7 @@ if (typeof(require) === 'undefined') {
* We want to save the configuration in a variable so that we can reuse it in
* tests/main.js.
*/
// eslint-disable-next-line
require = { // jshint ignore:line
config: function (c) {
config = c;
......
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