Skip to content

Commit 8784f41

Browse files
committed
Fix lint
1 parent 1dcc7e0 commit 8784f41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"react/no-adjacent-inline-elements": "off",
7979
"import/no-unassigned-import": "off",
8080
"import/named": "off",
81+
"testing-library/no-await-sync-events": "off",
8182
"testing-library/no-container": "off",
8283
"testing-library/no-debugging-utils": "off",
8384
"testing-library/no-dom-import": "off",

0 commit comments

Comments
 (0)