Shut eslint up

This commit is contained in:
JC Brand 2017-02-27 10:34:57 +00:00
parent cfb0cd0970
commit 84a21415f0
2 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,8 @@
"globals": {
"window": true,
"sinon": true,
"define": true
"define": true,
"require": true
},
"rules": {
"lodash/prefer-lodash-method": [2, {

View File

@ -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;