Skip to content

Commit 4a5400f

Browse files
renovate[bot]renovate-botJoshuaKGoldberg
authored
Update typescript-eslint monorepo to v2.29.0 (#393)
* Update typescript-eslint monorepo to v2.29.0 * Disabled new rule Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Josh Goldberg <me@joshuakgoldberg.com>
1 parent a9153b2 commit 4a5400f

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ module.exports = {
2222
"@typescript-eslint/explicit-function-return-type": "off",
2323
"@typescript-eslint/explicit-module-boundary-types": "off",
2424
"@typescript-eslint/generic-type-naming": "off",
25+
"@typescript-eslint/init-declarations": "off",
2526
"@typescript-eslint/method-signature-style": "off",
2627
"@typescript-eslint/no-explicit-any": "off",
2728
"@typescript-eslint/no-magic-numbers": "off",

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"@babel/preset-typescript": "7.9.0",
2525
"@types/jest": "25.2.1",
2626
"@types/node": "12.12.21",
27-
"@typescript-eslint/eslint-plugin": "2.28.0",
28-
"@typescript-eslint/parser": "2.28.0",
27+
"@typescript-eslint/eslint-plugin": "2.29.0",
28+
"@typescript-eslint/parser": "2.29.0",
2929
"babel-jest": "25.4.0",
3030
"eslint": "6.8.0",
3131
"eslint-config-prettier": "6.11.0",

0 commit comments

Comments
 (0)