Skip to content

Commit

Permalink
fix: disable no-explicit-any for LinkOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
robertu7 committed Jun 14, 2024
1 parent 7f4649a commit 04a780f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/editors/extensions/link/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export interface LinkOptions {
* @default {}
* @example { class: 'foo' }
*/
// eslint-disable-next-line @typescript-eslint/no-explicit-any
HTMLAttributes: Record<string, any>

/**
Expand Down

0 comments on commit 04a780f

Please sign in to comment.