Skip to content

Commit 03fe5ea

Browse files
committed
chore: adjust eslint inline disables
1 parent ef92e55 commit 03fe5ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/utils/compat.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import { type TSESLint, type TSESTree } from '@typescript-eslint/utils';
22

33
declare module '@typescript-eslint/utils/dist/ts-eslint/Rule' {
4-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
54
export interface RuleContext<
5+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
66
TMessageIds extends string,
7+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
78
TOptions extends readonly unknown[]
89
> {
910
/**

0 commit comments

Comments
 (0)