Skip to content

Commit 875bb0c

Browse files
fix(no-invalid-void-type): add rule
1 parent c57ef18 commit 875bb0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/typescript.ts

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ export const settings: Linter.Config = {
8686
trailingUnderscore: "forbid",
8787
},
8888
],
89+
"@typescript-eslint/no-invalid-void-type": "error",
8990
"@typescript-eslint/no-throw-literal": "error",
9091
"@typescript-eslint/no-unnecessary-condition": "error",
9192
"@typescript-eslint/no-unsafe-assignment": "off",

0 commit comments

Comments
 (0)