Skip to content

Commit

Permalink
fix: update dependencies (#165)
Browse files Browse the repository at this point in the history
* fix: updated dependencies

* fix: updated eslint
  • Loading branch information
belitre authored May 28, 2020
1 parent 4e8fe56 commit 37c212a
Show file tree
Hide file tree
Showing 5 changed files with 1,900 additions and 2,853 deletions.
14 changes: 1 addition & 13 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@typescript-eslint"
],
"extends": [
"plugin:github/es6"
"plugin:github/recommended"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
Expand All @@ -30,15 +30,7 @@
"@typescript-eslint/no-require-imports": "error",
"@typescript-eslint/array-type": "error",
"@typescript-eslint/await-thenable": "error",
"@typescript-eslint/ban-ts-ignore": "error",
"camelcase": "off",
"@typescript-eslint/camelcase": [
"error",
{
"properties": "never"
}
],
"@typescript-eslint/class-name-casing": "error",
"@typescript-eslint/explicit-function-return-type": [
"error",
{
Expand All @@ -49,10 +41,6 @@
"error",
"never"
],
"@typescript-eslint/generic-type-naming": [
"error",
"^[A-Z][A-Za-z]*$"
],
"@typescript-eslint/no-array-constructor": "error",
"@typescript-eslint/no-empty-interface": "error",
"@typescript-eslint/no-explicit-any": "error",
Expand Down
Loading

0 comments on commit 37c212a

Please sign in to comment.