Skip to content

Commit

Permalink
Merge pull request #19 from Brightspace/dbatiste/lit-config-globals
Browse files Browse the repository at this point in the history
Dbatiste/lit config globals
  • Loading branch information
dbatiste authored Mar 8, 2019
2 parents eaa93ad + f06276a commit 741ec6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lit-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ module.exports = {
"lit", "html"
],
"globals": {
"D2L": false
"D2L": false,
"Promise": false
},
"rules": {
"strict": [2, "never"],
Expand Down
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.0",
"version": "0.5.1",
"description": "Common Brightspace eslint configs.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 741ec6b

Please sign in to comment.