Skip to content

Commit c48d9ce

Browse files
committed
chore: turn off no-explicit-any for tests
1 parent f329429 commit c48d9ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/.eslintrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"env": {
33
"jest": true
4+
},
5+
"rules": {
6+
"@typescript-eslint/no-explicit-any": "off"
47
}
58
}

0 commit comments

Comments
 (0)