@tanstack/eslint-plugin-query
Advanced tools
Comparing version 4.29.8 to 4.29.9
@@ -33,3 +33,3 @@ import type { TSESLint, TSESTree } from '@typescript-eslint/utils'; | ||
isValidReactComponentOrHookName(identifier: TSESTree.Identifier | null): boolean; | ||
getReactComponentOrHookAncestor(context: Readonly<RuleContext<string, readonly unknown[]>>): TSESTree.ArrowFunctionExpression | TSESTree.FunctionDeclaration | TSESTree.FunctionExpression | undefined; | ||
getFunctionAncestor(context: Readonly<RuleContext<string, readonly unknown[]>>): TSESTree.Node | undefined; | ||
getReferencedExpressionByIdentifier(params: { | ||
@@ -36,0 +36,0 @@ node: TSESTree.Node; |
{ | ||
"name": "@tanstack/eslint-plugin-query", | ||
"version": "4.29.8", | ||
"version": "4.29.9", | ||
"description": "ESLint plugin for TanStack Query", | ||
@@ -5,0 +5,0 @@ "author": "Eliya Cohen", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
368506
1212