8000 chore: disable non null assertion completely · rx-angular/rx-angular@ce873ae · GitHub
[go: up one dir, main page]

Skip to content

Commit ce873ae

Browse files
committed
chore: disable non null assertion completely
1 parent 98a447e commit ce873ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/template/.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"@angular-eslint/no-input-rename": "off",
24-
"@typescript-eslint/no-non-null-assertion": "warn"
24+
"@typescript-eslint/no-non-null-assertion": "off"
2525
}
2626
},
2727
{

0 commit comments

Comments
 (0)
0