Skip to content

Commit f7c20ea

Browse files
authored
refactor: improve jsx/no-leaked-conditional-rendering (#92)
1 parent b0ee019 commit f7c20ea

File tree

17 files changed

+404
-41
lines changed

17 files changed

+404
-41
lines changed

cspell.json

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"bimap",
3030
"birecord",
3131
"clippy",
32+
"consequents",
3233
"declarators",
3334
"deepmerge",
3435
"dprint",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"description": "ESLint plugin for React function components with TypeScript, built (mostly) from scratch.",
55
"keywords": [
66
"eslint",

packages/ast/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/ast",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"description": "AST Utility Module for Static Analysis of TypeScript",
55
"homepage": "https://github.com/eslint-react/eslint-react",
66
"bugs": {

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/core",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"description": "AST Utility Module for Static Analysis of React core API and Patterns.",
55
"homepage": "https://github.com/eslint-react/eslint-react",
66
"bugs": {

packages/eslint-plugin-debug/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/eslint-plugin-debug",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"description": "Debug specific rules for @eslint-react/eslint-plugin",
55
"homepage": "https://github.com/eslint-react/eslint-react",
66
"bugs": {

packages/eslint-plugin-hooks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/eslint-plugin-hooks",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"description": "Hooks specific rules for @eslint-react/eslint-plugin",
55
"homepage": "https://github.com/eslint-react/eslint-react",
66
"bugs": {

packages/eslint-plugin-jsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/eslint-plugin-jsx",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"description": "JSX specific rules for @eslint-react/eslint-plugin",
55
"homepage": "https://github.com/eslint-react/eslint-react",
66
"bugs": {

0 commit comments

Comments
 (0)