Skip to content

Commit dddc7ce

Browse files
authored
Merge pull request #10 from github/update-developer-dependencies
Update developer dependencies
2 parents 6258580 + a71cfe6 commit dddc7ce

File tree

3 files changed

+5667
-1474
lines changed

3 files changed

+5667
-1474
lines changed

.eslintrc.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
{
2-
"extends": [
3-
"plugin:github/browser",
4-
"plugin:github/recommended",
5-
"plugin:github/typescript"
6-
],
2+
"root": true,
3+
"extends": ["plugin:github/browser", "plugin:github/recommended", "plugin:github/typescript"],
74
"rules": {
85
"@typescript-eslint/no-explicit-any": "off"
96
},
107
"globals": {
11-
"FileAttachmentElement": "readable"
8+
"FileAttachmentElement": "readonly"
129
},
1310
"overrides": [
1411
{

0 commit comments

Comments
 (0)