Skip to content

Commit af1c98b

Browse files
committed
Merge branch 'main' into no-misused-use-memo
2 parents 07bcf8d + 1623d61 commit af1c98b

File tree

105 files changed

+689
-682
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+689
-682
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.4
1+
2.2.5-beta.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "2.2.4",
3+
"version": "2.2.5-beta.0",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/core",
3-
"version": "2.2.4",
3+
"version": "2.2.5-beta.0",
44
"description": "ESLint React's ESLint utility module for static analysis of React core APIs and patterns.",
55
"homepage": "https://github.com/Rel1cx/eslint-react",
66
"bugs": {

packages/plugins/eslint-plugin-react-debug/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-debug",
3-
"version": "2.2.4",
3+
"version": "2.2.5-beta.0",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-dom",
3-
"version": "2.2.4",
3+
"version": "2.2.5-beta.0",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-dom/src/rules/no-dangerously-set-innerhtml-with-children.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
title: no-dangerously-set-innerhtml-with-children
33
---
44

5-
**Full Name in `eslint-plugin-react-dom`**
5+
**Full Name in `@eslint-react/eslint-plugin`**
66

77
```plain copy
8-
react-dom/no-dangerously-set-innerhtml-with-children
8+
@eslint-react/dom/no-dangerously-set-innerhtml-with-children
99
```
1010

11-
**Full Name in `@eslint-react/eslint-plugin`**
11+
**Full Name in `eslint-plugin-react-dom`**
1212

1313
```plain copy
14-
@eslint-react/dom/no-dangerously-set-innerhtml-with-children
14+
react-dom/no-dangerously-set-innerhtml-with-children
1515
```
1616

1717
**Presets**

packages/plugins/eslint-plugin-react-dom/src/rules/no-dangerously-set-innerhtml.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
title: no-dangerously-set-innerhtml
33
---
44

5-
**Full Name in `eslint-plugin-react-dom`**
5+
**Full Name in `@eslint-react/eslint-plugin`**
66

77
```plain copy
8-
react-dom/no-dangerously-set-innerhtml
8+
@eslint-react/dom/no-dangerously-set-innerhtml
99
```
1010

11-
**Full Name in `@eslint-react/eslint-plugin`**
11+
**Full Name in `eslint-plugin-react-dom`**
1212

1313
```plain copy
14-
@eslint-react/dom/no-dangerously-set-innerhtml
14+
react-dom/no-dangerously-set-innerhtml
1515
```
1616

1717
**Presets**

packages/plugins/eslint-plugin-react-dom/src/rules/no-find-dom-node.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
title: no-find-dom-node
33
---
44

5-
**Full Name in `eslint-plugin-react-dom`**
5+
**Full Name in `@eslint-react/eslint-plugin`**
66

77
```plain copy
8-
react-dom/no-find-dom-node
8+
@eslint-react/dom/no-find-dom-node
99
```
1010

11-
**Full Name in `@eslint-react/eslint-plugin`**
11+
**Full Name in `eslint-plugin-react-dom`**
1212

1313
```plain copy
14-
@eslint-react/dom/no-find-dom-node
14+
react-dom/no-find-dom-node
1515
```
1616

1717
**Presets**

packages/plugins/eslint-plugin-react-dom/src/rules/no-flush-sync.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
title: no-flush-sync
33
---
44

5-
**Full Name in `eslint-plugin-react-dom`**
5+
**Full Name in `@eslint-react/eslint-plugin`**
66

77
```plain copy
8-
react-dom/no-flush-sync
8+
@eslint-react/dom/no-flush-sync
99
```
1010

11-
**Full Name in `@eslint-react/eslint-plugin`**
11+
**Full Name in `eslint-plugin-react-dom`**
1212

1313
```plain copy
14-
@eslint-react/dom/no-flush-sync
14+
react-dom/no-flush-sync
1515
```
1616

1717
**Presets**

packages/plugins/eslint-plugin-react-dom/src/rules/no-hydrate.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
title: no-hydrate
33
---
44

5-
**Full Name in `eslint-plugin-react-dom`**
5+
**Full Name in `@eslint-react/eslint-plugin`**
66

77
```plain copy
8-
react-dom/no-hydrate
8+
@eslint-react/dom/no-hydrate
99
```
1010

11-
**Full Name in `@eslint-react/eslint-plugin`**
11+
**Full Name in `eslint-plugin-react-dom`**
1212

1313
```plain copy
14-
@eslint-react/dom/no-hydrate
14+
react-dom/no-hydrate
1515
```
1616

1717
**Features**

0 commit comments

Comments
 (0)