Skip to content

Commit

Permalink
Merge pull request #23 from github/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
koddsson authored Apr 12, 2021
2 parents efdf8c6 + c98a71a commit 3a48da5
Show file tree
Hide file tree
Showing 8 changed files with 5,757 additions and 2,538 deletions.
10 changes: 4 additions & 6 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"extends": [
"plugin:github/browser",
"plugin:github/es6",
"plugin:github/typescript"
],
"root": true,
"plugins": ["github"],
"extends": ["plugin:github/browser", "plugin:github/recommended", "plugin:github/typescript"],
"globals": {
"TextExpanderElement": "readable"
"TextExpanderElement": "readonly"
},
"rules": {
"no-invalid-this": "off"
Expand Down
Loading

0 comments on commit 3a48da5

Please sign in to comment.