Skip to content

Commit 8325578

Browse files
renovate[bot]renovate-botJoshuaKGoldberg
authored
Update typescript-eslint monorepo to v3.1.0 (#593)
* Update typescript-eslint monorepo to v3.1.0 * Disabled naming-convention rule Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Josh Goldberg <me@joshuakgoldberg.com>
1 parent 049b6f9 commit 8325578

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
@@ -23,6 +23,7 @@ module.exports = {
2323
"@typescript-eslint/explicit-function-return-type": "off",
2424
"@typescript-eslint/explicit-module-boundary-types": "off",
2525
"@typescript-eslint/generic-type-naming": "off",
26+
"@typescript-eslint/naming-convention": "off",
2627
"@typescript-eslint/init-declarations": "off",
2728
"@typescript-eslint/method-signature-style": "off",
2829
"@typescript-eslint/no-explicit-any": "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
@@ -28,8 +28,8 @@
2828
"@types/glob": "7.1.1",
2929
"@types/jest": "25.2.3",
3030
"@types/node": "12.12.21",
31-
"@typescript-eslint/eslint-plugin": "3.0.0",
32-
"@typescript-eslint/parser": "3.0.0",
31+
"@typescript-eslint/eslint-plugin": "3.1.0",
32+
"@typescript-eslint/parser": "3.1.0",
3333
"babel-jest": "26.0.1",
3434
"eslint": "7.1.0",
3535
"husky": "4.2.5",

0 commit comments

Comments
 (0)