@tanstack/eslint-plugin-query
Advanced tools
Comparing version 5.51.10 to 5.51.12
@@ -8,5 +8,5 @@ import { rules } from './rules.js'; | ||
rules: Record<RuleKey, RuleModule<any, any, any>>; | ||
configs: Record<string, ESLint.ConfigData | Linter.FlatConfig | Array<Linter.FlatConfig>>; | ||
configs: Record<'recommended' | 'flat/recommended', ESLint.ConfigData | Linter.FlatConfig | Array<Linter.FlatConfig>>; | ||
} | ||
declare const plugin: Plugin; | ||
export default plugin; |
{ | ||
"name": "@tanstack/eslint-plugin-query", | ||
"version": "5.51.10", | ||
"version": "5.51.12", | ||
"description": "ESLint plugin for TanStack Query", | ||
@@ -5,0 +5,0 @@ "author": "Eliya Cohen", |
@@ -10,3 +10,3 @@ import { rules } from './rules' | ||
configs: Record< | ||
string, | ||
'recommended' | 'flat/recommended', | ||
ESLint.ConfigData | Linter.FlatConfig | Array<Linter.FlatConfig> | ||
@@ -20,3 +20,3 @@ > | ||
}, | ||
configs: {}, | ||
configs: {} as Plugin['configs'], | ||
rules, | ||
@@ -23,0 +23,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
210669