@eslint-react/jsx
Advanced tools
Comparing version 0.8.12-beta.2 to 0.8.12-beta.3
{ | ||
"name": "@eslint-react/jsx", | ||
"version": "0.8.12-beta.2", | ||
"version": "0.8.12-beta.3", | ||
"description": "ESLint x React's TSESTree AST utility module for static analysis of JSX.", | ||
@@ -43,6 +43,6 @@ "homepage": "https://github.com/rel1cx/eslint-react", | ||
"micro-memoize": "4.1.2", | ||
"@eslint-react/ast": "0.8.12-beta.2", | ||
"@eslint-react/shared": "0.8.12-beta.2", | ||
"@eslint-react/tools": "0.8.12-beta.2", | ||
"@eslint-react/types": "0.8.12-beta.2" | ||
"@eslint-react/ast": "0.8.12-beta.3", | ||
"@eslint-react/types": "0.8.12-beta.3", | ||
"@eslint-react/shared": "0.8.12-beta.3", | ||
"@eslint-react/tools": "0.8.12-beta.3" | ||
}, | ||
@@ -52,5 +52,5 @@ "scripts": { | ||
"build:docs": "typedoc && dprint fmt ./docs/**/*.md", | ||
"lint:publish": "bun run --bun publint", | ||
"lint:type": "bun run --bun tsc --noEmit" | ||
"lint:publish": "publint", | ||
"lint:type": "tsc --noEmit" | ||
} | ||
} |
777397