Skip to content

Commit 54bf708

Browse files
build: ignore explicit any and jest expect
1 parent c415995 commit 54bf708

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/eslint-config/library.js

+2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ module.exports = {
3131
rules: {
3232
"@typescript-eslint/consistent-type-definitions": "off",
3333
"@typescript-eslint/require-await": "warn",
34+
"@typescript-eslint/no-explicit-any": "warn",
3435
"@typescript-eslint/no-unnecessary-condition": "warn",
36+
"jest/expect-expect": "warn",
3537
"react/jsx-sort-props": "warn",
3638
"unicorn/filename-case": "off",
3739
eqeqeq: "off",

0 commit comments

Comments
 (0)