From 050956d105c96a1e5e4697dd46094cfc1d016816 Mon Sep 17 00:00:00 2001 From: Beka Westberg Date: Fri, 4 Mar 2022 21:05:52 +0000 Subject: [PATCH] fix: lint --- tests/mocha/.eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" }