Skip to content

Commit cdc5980

Browse files
committed
chore: ignore prefer-in-document until we fix it
1 parent 65652c5 commit cdc5980

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363
"import/prefer-default-export": "off",
6464
"import/no-unassigned-import": "off",
6565
"import/no-useless-path-segments": "off",
66-
"no-console": "off"
66+
"no-console": "off",
67+
"jest-dom/prefer-in-document": "off"
6768
}
6869
},
6970
"eslintIgnore": [

0 commit comments

Comments
 (0)