Skip to content

Commit

Permalink
chore(deps): update typescript-eslint monorepo to v5.21.0 (#1459)
Browse files Browse the repository at this point in the history
* chore(deps): update typescript-eslint monorepo to v5.21.0

* Also disable parameter-properties

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Josh Goldberg <[email protected]>
  • Loading branch information
3 people authored Apr 30, 2022
1 parent 856fcdc commit ae9c9ec
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 82 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ module.exports = {
"@typescript-eslint/no-unused-vars-experimental": "off",
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/parameter-properties": "off",
"@typescript-eslint/prefer-readonly-parameter-types": "off",
"@typescript-eslint/prefer-reduce-type-parameter": "off",
"@typescript-eslint/require-array-sort-compare": "off",
Expand Down
160 changes: 80 additions & 80 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@types/lodash": "4.14.182",
"@types/minimatch": "3.0.5",
"@types/node": "17.0.18",
"@typescript-eslint/eslint-plugin": "5.20.0",
"@typescript-eslint/parser": "5.20.0",
"@typescript-eslint/eslint-plugin": "5.21.0",
"@typescript-eslint/parser": "5.21.0",
"ansi-regex": "6.0.1",
"cross-env": "7.0.3",
"eslint": "8.14.0",
Expand Down

0 comments on commit ae9c9ec

Please sign in to comment.