Skip to content

Commit

Permalink
curtain some of the rules that are reoccuring - those should be fixed…
Browse files Browse the repository at this point in the history
… by releasing rules individually
  • Loading branch information
boranx committed Aug 1, 2022
1 parent 4e5877c commit b669ef6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ module.exports = {
}
}
],
"@typescript-eslint/require-await": "warn",
"@typescript-eslint/no-floating-promises": "warn",
"@typescript-eslint/no-unsafe-call": "warn",
"@typescript-eslint/no-unsafe-return": "warn",
"@typescript-eslint/no-unsafe-argument": "warn",
"@typescript-eslint/no-unsafe-assignment": "warn",
"@typescript-eslint/no-misused-promises": "warn",
"@typescript-eslint/restrict-template-expressions": "warn",
"@typescript-eslint/no-unsafe-assignment": "warn",
"@typescript-eslint/no-unsafe-member-access": "off",
Expand Down

0 comments on commit b669ef6

Please sign in to comment.