We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dcc7e0 commit 8784f41Copy full SHA for 8784f41
package.json
@@ -78,6 +78,7 @@
78
"react/no-adjacent-inline-elements": "off",
79
"import/no-unassigned-import": "off",
80
"import/named": "off",
81
+ "testing-library/no-await-sync-events": "off",
82
"testing-library/no-container": "off",
83
"testing-library/no-debugging-utils": "off",
84
"testing-library/no-dom-import": "off",
0 commit comments