Skip to content

Commit 992afd7

Browse files
authored
Merge pull request #77 from github/update-dependencies
Update dependencies
2 parents f401bb6 + 45eacd3 commit 992afd7

File tree

5 files changed

+5823
-1493
lines changed

5 files changed

+5823
-1493
lines changed

.eslintrc.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
{
22
"root": true,
3+
"plugins": ["github"],
34
"extends": [
45
"plugin:github/browser",
6+
"plugin:github/recommended",
57
"plugin:github/typescript"
68
],
9+
"rules": {
10+
"github/no-then": "off"
11+
},
712
"overrides": [
813
{
914
"files": "test/**/*.js",
@@ -14,6 +19,7 @@
1419
"mocha": true
1520
},
1621
"rules": {
22+
"github/no-inner-html": "off",
1723
"github/unescaped-html-literal": "off"
1824
}
1925
}

0 commit comments

Comments
 (0)