We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57ef18 commit 875bb0cCopy full SHA for 875bb0c
src/plugins/typescript.ts
@@ -86,6 +86,7 @@ export const settings: Linter.Config = {
86
trailingUnderscore: "forbid",
87
},
88
],
89
+ "@typescript-eslint/no-invalid-void-type": "error",
90
"@typescript-eslint/no-throw-literal": "error",
91
"@typescript-eslint/no-unnecessary-condition": "error",
92
"@typescript-eslint/no-unsafe-assignment": "off",
0 commit comments