Skip to content

Commit 3a48da5

Browse files
authored
Merge pull request #23 from github/update-dependencies
Update dependencies
2 parents efdf8c6 + c98a71a commit 3a48da5

8 files changed

+5757
-2538
lines changed

.eslintrc.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
{
2-
"extends": [
3-
"plugin:github/browser",
4-
"plugin:github/es6",
5-
"plugin:github/typescript"
6-
],
2+
"root": true,
3+
"plugins": ["github"],
4+
"extends": ["plugin:github/browser", "plugin:github/recommended", "plugin:github/typescript"],
75
"globals": {
8-
"TextExpanderElement": "readable"
6+
"TextExpanderElement": "readonly"
97
},
108
"rules": {
119
"no-invalid-this": "off"

0 commit comments

Comments
 (0)