Skip to content
Snippets Groups Projects
Unverified Commit a15a97a4 authored by Michael Kriese's avatar Michael Kriese Committed by GitHub
Browse files

chore: prepare for typescript-eslint major (#12553)

parent 7afc2b75
No related branches found
No related tags found
No related merge requests found
...@@ -95,6 +95,7 @@ module.exports = { ...@@ -95,6 +95,7 @@ module.exports = {
// TODO: fix me // TODO: fix me
'@typescript-eslint/no-unsafe-return': 0, '@typescript-eslint/no-unsafe-return': 0,
'@typescript-eslint/no-unsafe-call': 0, '@typescript-eslint/no-unsafe-call': 0,
'@typescript-eslint/no-unsafe-argument': 0, // thousands of errors :-/
'@typescript-eslint/restrict-template-expressions': [ '@typescript-eslint/restrict-template-expressions': [
1, 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment