MCPcopy
hub / github.com/TanStack/query / Plugin

Interface Plugin

packages/eslint-plugin-query/src/index.ts:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5type RuleKey = keyof typeof rules
6
7export interface Plugin extends Omit<ESLint.Plugin, 'rules'> {
8 rules: Record<RuleKey, RuleModule<any, any, any>>
9 configs: {
10 recommended: ESLint.ConfigData
11 'flat/recommended': Array<Linter.Config>
12 }
13}
14
15export const plugin: Plugin = {
16 meta: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…