Skip to content

Commit

Permalink
chore: adjust eslint inline disables
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Aug 14, 2024
1 parent e28e191 commit df12d17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/utils/compat.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { type TSESLint, type TSESTree } from '@typescript-eslint/utils';

declare module '@typescript-eslint/utils/dist/ts-eslint/Rule' {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
export interface RuleContext<
// eslint-disable-next-line @typescript-eslint/no-unused-vars
TMessageIds extends string,
// eslint-disable-next-line @typescript-eslint/no-unused-vars
TOptions extends readonly unknown[]
> {
/**
Expand Down

0 comments on commit df12d17

Please sign in to comment.