diff --git a/package.json b/package.json index 44f301b2..389efe05 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,8 @@ "jsx-a11y/click-events-have-key-events": "off", "jsx-a11y/tabindex-no-positive": "off", "no-return-assign": "off", - "react/prop-types": "off" + "react/prop-types": "off", + "testing-library/no-dom-import": "off" }, "overrides": [ {