Skip to content

Commit df708bc

Browse files
committed
chore: disable ESLint error
1 parent 746416b commit df708bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pure.js

+2
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ Object.keys(dtlFireEvent).forEach((key) => {
112112
}
113113
})
114114

115+
/* eslint-disable import/export */
116+
115117
export * from '@testing-library/dom'
116118

117119
export {

0 commit comments

Comments
 (0)