Skip to content

Commit

Permalink
Updates dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Jul 9, 2019
1 parent 9e17dbe commit 58e07e5
Show file tree
Hide file tree
Showing 5 changed files with 1,645 additions and 1,823 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"no-floating-decimal": "error",
"no-implicit-coercion": "error",
"no-implied-eval": "error",
// Turn off until https://github.com/typescript-eslint/typescript-eslint/issues/239 is fixed
// Turn off until fix for: https://github.com/typescript-eslint/typescript-eslint/issues/239
"no-inner-declarations": "off",
"no-lone-blocks": "error",
"no-lonely-if": "error",
Expand Down Expand Up @@ -79,7 +79,8 @@
"prefer-spread": "error",
"prefer-template": "error",
"quotes": ["error", "single", { "avoidEscape": true }],
"require-atomic-updates": "error",
// Turn off until fix for: https://github.com/eslint/eslint/issues/11899
"require-atomic-updates": "off",
"require-await": "error",
"semi": ["error", "always"],
"semi-style": ["error", "last"],
Expand Down

0 comments on commit 58e07e5

Please sign in to comment.