Skip to content

Commit f97c32b

Browse files
committed
1 parent f3bf368 commit f97c32b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

index.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,12 @@ module.exports = {
127127
'@typescript-eslint/no-misused-new': 'error',
128128
'@typescript-eslint/no-namespace': 'error',
129129
'@typescript-eslint/no-non-null-assertion': 'error',
130-
'@typescript-eslint/no-object-literal-type-assertion': 'error',
130+
'@typescript-eslint/no-object-literal-type-assertion': [
131+
'error',
132+
{
133+
allowAsParameter: true
134+
}
135+
],
131136
'@typescript-eslint/no-this-alias': [
132137
'error',
133138
{

0 commit comments

Comments
 (0)