Skip to content

Commit dc4dda8

Browse files
authored
Merge pull request #16 from github/update-eslint-and-friends
Update ESlint and related dependencies
2 parents 505080d + 6df58c7 commit dc4dda8

File tree

4 files changed

+3518
-1436
lines changed

4 files changed

+3518
-1436
lines changed

.eslintrc.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2+
"root": true,
3+
"plugins": ["github"],
24
"extends": [
3-
"plugin:github/es6",
4-
"plugin:github/browser",
5-
"plugin:github/typescript"
6-
],
7-
"parser": "@typescript-eslint/parser"
5+
"plugin:github/internal",
6+
"plugin:github/recommended",
7+
"plugin:github/browser"
8+
]
89
}
9-

0 commit comments

Comments
 (0)