Skip to content

Commit 273e0db

Browse files
fix(non-nullable-type-assertion-style): add rule
1 parent ced5612 commit 273e0db

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
@@ -122,6 +122,7 @@ export const settings: Linter.Config = {
122122
typedefs: true,
123123
},
124124
],
125+
"@typescript-eslint/non-nullable-type-assertion-style": "error",
125126
"@typescript-eslint/restrict-template-expressions": [
126127
"error",
127128
{

0 commit comments

Comments
 (0)