Skip to content

Commit 75bab48

Browse files
authored
chore: disable testing-library/no-dom-import eslint rule (testing-library#382)
1 parent 6acbdb4 commit 75bab48

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
@@ -56,7 +56,8 @@
5656
"jsx-a11y/click-events-have-key-events": "off",
5757
"jsx-a11y/tabindex-no-positive": "off",
5858
"no-return-assign": "off",
59-
"react/prop-types": "off"
59+
"react/prop-types": "off",
60+
"testing-library/no-dom-import": "off"
6061
},
6162
"overrides": [
6263
{

0 commit comments

Comments
 (0)