Skip to content

Commit

Permalink
Update eslint typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Apr 21, 2019
1 parent 82afe5f commit 3172d94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
"@typescript-eslint/explicit-function-return-type": 0,
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-use-before-define": "off",
// "@typescript-eslint/prefer-for-of": 1, // wait for release
"@typescript-eslint/prefer-for-of": 1,
// "@typescript-eslint/no-for-in-array": 1, // requires type information
"@typescript-eslint/no-require-imports": 1,
"@typescript-eslint/no-parameter-properties": 0,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"@types/mkdirp": "^0.5.2",
"@types/node": "^11.13.6",
"@types/puppeteer": "^1.12.3",
"@typescript-eslint/eslint-plugin": "^1.6.0",
"@typescript-eslint/parser": "^1.6.0",
"@typescript-eslint/eslint-plugin": "^1.7.0",
"@typescript-eslint/parser": "^1.7.0",
"ajv": "^6.10.0",
"chai": "^4.2.0",
"cheerio": "^1.0.0-rc.2",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-12.0.12.tgz#45dd1d0638e8c8f153e87d296907659296873916"
integrity sha512-SOhuU4wNBxhhTHxYaiG5NY4HBhDIDnJF60GU+2LqHAdKKer86//e4yg69aENCtQ04n0ovz+tq2YPME5t5yp4pw==

"@typescript-eslint/eslint-plugin@^1.6.0":
"@typescript-eslint/eslint-plugin@^1.7.0":
version "1.7.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-1.7.0.tgz#570e45dc84fb97852e363f1e00f47e604a0b8bcc"
integrity sha512-NUSz1aTlIzzTjFFVFyzrbo8oFjHg3K/M9MzYByqbMCxeFdErhLAcGITVfXzSz+Yvp5OOpMu3HkIttB0NyKl54Q==
Expand All @@ -639,7 +639,7 @@
requireindex "^1.2.0"
tsutils "^3.7.0"

"@typescript-eslint/parser@1.7.0", "@typescript-eslint/parser@^1.6.0":
"@typescript-eslint/parser@1.7.0", "@typescript-eslint/parser@^1.7.0":
version "1.7.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-1.7.0.tgz#c3ea0d158349ceefbb6da95b5b09924b75357851"
integrity sha512-1QFKxs2V940372srm12ovSE683afqc1jB6zF/f8iKhgLz1yoSjYeGHipasao33VXKI+0a/ob9okeogGdKGvvlg==
Expand Down

0 comments on commit 3172d94

Please sign in to comment.