Skip to content

Commit 6e2519b

Browse files
committed
add eslint rule override
1 parent e96b560 commit 6e2519b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"files": ["test/**/*.ts", "scripts/**/*.ts"],
2525
"rules": {
2626
"@typescript-eslint/no-unsafe-call": "off",
27-
"@typescript-eslint/no-unsafe-assignment": "off"
27+
"@typescript-eslint/no-unsafe-assignment": "off",
28+
"@typescript-eslint/no-unsafe-argument": "off"
2829
}
2930
}
3031
]

0 commit comments

Comments
 (0)