We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91c590 commit 9a0ca9bCopy full SHA for 9a0ca9b
packages/eslint-plugin-query/src/index.ts
@@ -4,7 +4,7 @@ import type { RuleModule } from '@typescript-eslint/utils/ts-eslint'
4
5
type RuleKey = keyof typeof rules
6
7
-interface Plugin extends Omit<ESLint.Plugin, 'rules'> {
+export interface Plugin extends Omit<ESLint.Plugin, 'rules'> {
8
rules: Record<RuleKey, RuleModule<any, any, any>>
9
configs: {
10
recommended: ESLint.ConfigData
0 commit comments