@eslint-react/jsx
Advanced tools
Comparing version
@@ -31,3 +31,3 @@ 'use strict'; | ||
// src/find-parent-attribute.ts | ||
function findParentAttribute(node, test = eff.returnTrue) { | ||
function findParentAttribute(node, test = eff.constTrue) { | ||
const guard = (node2) => { | ||
@@ -34,0 +34,0 @@ return node2.type === types.AST_NODE_TYPES.JSXAttribute && test(node2); |
{ | ||
"name": "@eslint-react/jsx", | ||
"version": "1.25.1-next.0", | ||
"version": "1.26.0-beta.3", | ||
"description": "ESLint React's TSESTree AST utility module for static analysis of JSX.", | ||
@@ -36,9 +36,9 @@ "homepage": "https://github.com/Rel1cx/eslint-react", | ||
"dependencies": { | ||
"@typescript-eslint/scope-manager": "^8.21.0", | ||
"@typescript-eslint/types": "^8.21.0", | ||
"@typescript-eslint/utils": "^8.21.0", | ||
"@typescript-eslint/scope-manager": "^8.22.0", | ||
"@typescript-eslint/types": "^8.22.0", | ||
"@typescript-eslint/utils": "^8.22.0", | ||
"ts-pattern": "^5.6.2", | ||
"@eslint-react/ast": "1.25.1-next.0", | ||
"@eslint-react/eff": "1.25.1-next.0", | ||
"@eslint-react/var": "1.25.1-next.0" | ||
"@eslint-react/ast": "1.26.0-beta.3", | ||
"@eslint-react/eff": "1.26.0-beta.3", | ||
"@eslint-react/var": "1.26.0-beta.3" | ||
}, | ||
@@ -45,0 +45,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
34559
-0.01%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed