Skip to content

Commit

Permalink
Fix open wc testing config (#30)
Browse files Browse the repository at this point in the history
* adding node and no-invalid-this for visual-diff tests

* increasing version
  • Loading branch information
dlockhart authored Feb 3, 2020
1 parent 4b3434a commit 08b8262
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions open-wc-testing-config.js
Original file line number Diff line number Diff line change
@@ -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
}
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 08b8262

Please sign in to comment.