Skip to content

Commit

Permalink
chore: disable testing-library/no-dom-import eslint rule (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybentz committed Jun 25, 2020
1 parent 6acbdb4 commit 75bab48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -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": [
{
Expand Down

0 comments on commit 75bab48

Please sign in to comment.