@tanstack/eslint-plugin-query
Advanced tools
Comparing version 5.51.13 to 5.51.14
{ | ||
"name": "@tanstack/eslint-plugin-query", | ||
"version": "5.51.13", | ||
"version": "5.51.14", | ||
"description": "ESLint plugin for TanStack Query", | ||
@@ -5,0 +5,0 @@ "author": "Eliya Cohen", |
@@ -252,5 +252,5 @@ import { AST_NODE_TYPES } from '@typescript-eslint/utils' | ||
// we need the fallbacks for backwards compat with eslint < 8.37.0 | ||
// eslint-disable-next-line ts/no-unnecessary-condition | ||
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition | ||
const sourceCode = context.sourceCode ?? context.getSourceCode() | ||
// eslint-disable-next-line ts/no-unnecessary-condition | ||
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition | ||
const scope = context.sourceCode.getScope(node) | ||
@@ -257,0 +257,0 @@ ? sourceCode.getScope(node) |
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
210658