Skip to content

Commit 9229201

Browse files
committed
ci: disable @typescript-eslint/no-explicit-any linter rule
Signed-off-by: Remi Cattiau <[email protected]>
1 parent f9ec975 commit 9229201

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
}],
3131
"valid-jsdoc": "warn",
3232
"semi": ["error", "always"],
33-
"quotes": ["error", "double", { "allowTemplateLiterals": true }]
33+
"quotes": ["error", "double", { "allowTemplateLiterals": true }],
34+
"@typescript-eslint/no-explicit-any": "off"
3435
}
3536
}

0 commit comments

Comments
 (0)