diff --git a/tests/mocha/.eslintrc.json b/tests/mocha/.eslintrc.json index 08eee3328..bf87ec0bd 100644 --- a/tests/mocha/.eslintrc.json +++ b/tests/mocha/.eslintrc.json @@ -14,7 +14,8 @@ "no-unused-vars": ["off"], // Allow uncommented helper functions in tests. "require-jsdoc": ["off"], - "prefer-rest-params": ["off"] + "prefer-rest-params": ["off"], + "no-invalid-this": ["off"] }, "extends": "../../.eslintrc.json" }