Skip to content

Commit

Permalink
resolve eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederickEngelhardt committed Apr 18, 2020
1 parent ff4082d commit d86f125
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/util/isTouchable.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ export default function isTouchable(
id: '',
options: [],
report: () => {},
getSourceCode: () => ({
text: '',
}),
}
) {
const { options } = context;
Expand Down

0 comments on commit d86f125

Please sign in to comment.