@tanstack/eslint-plugin-query
Advanced tools
Comparing version 5.8.4 to 5.10.0
export { } | ||
export { } |
export { } | ||
export { } |
export { } | ||
export { } |
export { } | ||
export { } |
import { AST_NODE_TYPES, TSESTree, TSESLint } from '@typescript-eslint/utils'; | ||
import TSESLintScopeManager from '@typescript-eslint/scope-manager'; | ||
import { RuleContext } from '@typescript-eslint/utils/dist/ts-eslint'; | ||
@@ -23,3 +22,3 @@ | ||
functionNode: TSESTree.Node; | ||
reference: TSESLintScopeManager.Reference; | ||
reference: TSESLint.Scope.Reference; | ||
scopeManager: TSESLint.Scope.ScopeManager; | ||
@@ -26,0 +25,0 @@ }): boolean; |
@@ -13,2 +13,2 @@ import { ESLintUtils, TSESTree } from '@typescript-eslint/utils'; | ||
export { EnhancedCreate, detectTanstackQueryImports }; | ||
export { type EnhancedCreate, detectTanstackQueryImports }; |
{ | ||
"name": "@tanstack/eslint-plugin-query", | ||
"version": "5.8.4", | ||
"version": "5.10.0", | ||
"description": "ESLint plugin for TanStack Query", | ||
@@ -5,0 +5,0 @@ "author": "Eliya Cohen", |
import { AST_NODE_TYPES } from '@typescript-eslint/utils' | ||
import { uniqueBy } from './unique-by' | ||
import type { TSESLint, TSESTree } from '@typescript-eslint/utils' | ||
import type TSESLintScopeManager from '@typescript-eslint/scope-manager' | ||
import type { RuleContext } from '@typescript-eslint/utils/dist/ts-eslint' | ||
@@ -146,3 +145,3 @@ | ||
functionNode: TSESTree.Node | ||
reference: TSESLintScopeManager.Reference | ||
reference: TSESLint.Scope.Reference | ||
scopeManager: TSESLint.Scope.ScopeManager | ||
@@ -149,0 +148,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
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
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
375258
5761