We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7339f9 commit 99a6e26Copy full SHA for 99a6e26
package.json
@@ -90,6 +90,7 @@
90
"react/no-adjacent-inline-elements": "off",
91
"import/no-unassigned-import": "off",
92
"import/named": "off",
93
+ "testing-library/no-await-sync-events": "off",
94
"testing-library/no-container": "off",
95
"testing-library/no-debugging-utils": "off",
96
"testing-library/no-dom-import": "off",
0 commit comments