Skip to content

Commit

Permalink
Update typescript-estlint/eslint-plugin to latest version.
Browse files Browse the repository at this point in the history
- typescript-eslint/eslint-plugin 5.30.7 did not support Typescript 4.9

Signed-off-by: Roland Grunberg <[email protected]>
  • Loading branch information
rgrunber authored and datho7561 committed Nov 16, 2023
1 parent c6533df commit e08f378
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 193 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
{
"argsIgnorePattern": "^_"
}
]
],
"@typescript-eslint/no-explicit-any": "warn"
},
"overrides": [
{
Expand All @@ -34,4 +35,4 @@
}
}
]
}
}
Loading

0 comments on commit e08f378

Please sign in to comment.