Skip to content

Commit

Permalink
Merge pull request #21 from Brightspace/Create_lit_test_config
Browse files Browse the repository at this point in the history
Create lit test config
  • Loading branch information
svanherk authored Apr 2, 2019
2 parents 0800111 + c088864 commit e0d7264
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
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.5.2",
"version": "0.5.3",
"description": "Common Brightspace eslint configs.",
"main": "index.js",
"scripts": {
Expand Down
20 changes: 20 additions & 0 deletions wct-lit-config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
module.exports = {
"extends": "./lit-config.js",
"env": {
"mocha": true,
"node": true
},
"globals": {
"assert": true,
"fixture": true,
"flush": true,
"expect": true,
"MockInteractions": true,
"sinon": true,
"WCT": true
},
"rules": {
"no-invalid-this": 0,
"prefer-arrow-callback": 0
}
};

0 comments on commit e0d7264

Please sign in to comment.