Skip to content

Commit ae9c9ec

Browse files
renovate[bot]renovate-botJoshuaKGoldberg
authored
chore(deps): update typescript-eslint monorepo to v5.21.0 (#1459)
* chore(deps): update typescript-eslint monorepo to v5.21.0 * Also disable parameter-properties Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Josh Goldberg <me@joshuakgoldberg.com>
1 parent 856fcdc commit ae9c9ec

File tree

3 files changed

+83
-82
lines changed

3 files changed

+83
-82
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ module.exports = {
5252
"@typescript-eslint/no-unused-vars-experimental": "off",
5353
"@typescript-eslint/no-unused-vars": "off",
5454
"@typescript-eslint/no-use-before-define": "off",
55+
"@typescript-eslint/parameter-properties": "off",
5556
"@typescript-eslint/prefer-readonly-parameter-types": "off",
5657
"@typescript-eslint/prefer-reduce-type-parameter": "off",
5758
"@typescript-eslint/require-array-sort-compare": "off",

package-lock.json

Lines changed: 80 additions & 80 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
@@ -30,8 +30,8 @@
3030
"@types/lodash": "4.14.182",
3131
"@types/minimatch": "3.0.5",
3232
"@types/node": "17.0.18",
33-
"@typescript-eslint/eslint-plugin": "5.20.0",
34-
"@typescript-eslint/parser": "5.20.0",
33+
"@typescript-eslint/eslint-plugin": "5.21.0",
34+
"@typescript-eslint/parser": "5.21.0",
3535
"ansi-regex": "6.0.1",
3636
"cross-env": "7.0.3",
3737
"eslint": "8.14.0",

0 commit comments

Comments
 (0)