Skip to content

Commit

Permalink
Fix ESLint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Apr 30, 2024
1 parent bb9945e commit 9f1c8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/errorEmpty/options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @type {import('remark-mermaidjs').RemarkMermaidOptions} */
export default {
// eslint-disable-next-line @typescript-eslint/no-empty-function
// eslint-disable-next-line no-empty-function
errorFallback() {}
}

0 comments on commit 9f1c8b0

Please sign in to comment.