From 4a2662d0b8f914bbc567b68c724f1f34a9f8d947 Mon Sep 17 00:00:00 2001 From: Yonatan Bentzur Date: Wed, 24 Jun 2020 18:23:42 -0700 Subject: [PATCH] chore: disable testing-library/no-dom-import eslint rule --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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": [ {