Skip to content

refactor: improve jsx/no-leaked-conditional-rendering #92

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"bimap",
"birecord",
"clippy",
"consequents",
"declarators",
"deepmerge",
"dprint",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-react/monorepo",
"version": "0.7.4",
"version": "0.7.5",
"description": "ESLint plugin for React function components with TypeScript, built (mostly) from scratch.",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion packages/ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-react/ast",
"version": "0.7.4",
"version": "0.7.5",
"description": "AST Utility Module for Static Analysis of TypeScript",
"homepage": "https://github.com/eslint-react/eslint-react",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-react/core",
"version": "0.7.4",
"version": "0.7.5",
"description": "AST Utility Module for Static Analysis of React core API and Patterns.",
"homepage": "https://github.com/eslint-react/eslint-react",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-react/eslint-plugin-debug",
"version": "0.7.4",
"version": "0.7.5",
"description": "Debug specific rules for @eslint-react/eslint-plugin",
"homepage": "https://github.com/eslint-react/eslint-react",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-react/eslint-plugin-hooks",
"version": "0.7.4",
"version": "0.7.5",
"description": "Hooks specific rules for @eslint-react/eslint-plugin",
"homepage": "https://github.com/eslint-react/eslint-react",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-react/eslint-plugin-jsx",
"version": "0.7.4",
"version": "0.7.5",
"description": "JSX specific rules for @eslint-react/eslint-plugin",
"homepage": "https://github.com/eslint-react/eslint-react",
"bugs": {
Expand Down
Loading