Skip to content

Commit d86f125

Browse files
resolve eslint error
1 parent ff4082d commit d86f125

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/util/isTouchable.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ export default function isTouchable(
2323
id: '',
2424
options: [],
2525
report: () => {},
26+
getSourceCode: () => ({
27+
text: '',
28+
}),
2629
}
2730
) {
2831
const { options } = context;

0 commit comments

Comments
 (0)