Skip to content

Commit

Permalink
Merge pull request #16 from github/update-eslint-and-friends
Browse files Browse the repository at this point in the history
Update ESlint and related dependencies
  • Loading branch information
koddsson authored Mar 11, 2021
2 parents 505080d + 6df58c7 commit dc4dda8
Show file tree
Hide file tree
Showing 4 changed files with 3,518 additions and 1,436 deletions.
12 changes: 6 additions & 6 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"root": true,
"plugins": ["github"],
"extends": [
"plugin:github/es6",
"plugin:github/browser",
"plugin:github/typescript"
],
"parser": "@typescript-eslint/parser"
"plugin:github/internal",
"plugin:github/recommended",
"plugin:github/browser"
]
}

Loading

0 comments on commit dc4dda8

Please sign in to comment.