diff --git a/open-wc-testing-config.js b/open-wc-testing-config.js index 7225a5f..6261a3c 100644 --- a/open-wc-testing-config.js +++ b/open-wc-testing-config.js @@ -1,6 +1,10 @@ module.exports = { - "extends": "./lit-config.js", - "env": { - "mocha": true - } + "extends": "./lit-config.js", + "env": { + "mocha": true, + "node": true + }, + "rules": { + "no-invalid-this": 0 + } }; diff --git a/package.json b/package.json index 4111c55..e651e20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-brightspace", - "version": "0.6.6", + "version": "0.6.7", "description": "Common Brightspace eslint configs.", "main": "index.js", "scripts": {