Skip to content

Commit 6058e9b

Browse files
committed
release: 1.22.2-next.9
1 parent ea4d8c8 commit 6058e9b

File tree

19 files changed

+17
-37
lines changed

19 files changed

+17
-37
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.22.2-beta.8
1+
1.22.2-next.9

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": "1.22.2-beta.8",
3+
"version": "1.22.2-next.9",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [

packages/core/docs/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181
- [isInitializedFromReact](functions/isInitializedFromReact.md)
8282
- [isInsideCreateElementProps](functions/isInsideCreateElementProps.md)
8383
- [isInsideReactHook](functions/isInsideReactHook.md)
84-
- [isInsideReactHookCall](functions/isInsideReactHookCall.md)
8584
- [isInsideRenderMethod](functions/isInsideRenderMethod.md)
8685
- [isInversePhase](functions/isInversePhase.md)
8786
- [isMemo](functions/isMemo.md)

packages/core/docs/functions/isInsideReactHookCall.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

packages/core/docs/functions/isReactHookCall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Check if the given node is a React Hook call by its name.
1414

1515
### node
1616

17-
`CallExpression`
17+
`Node`
1818

1919
The node to check.
2020

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": "1.22.2-beta.8",
3+
"version": "1.22.2-next.9",
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": "1.22.2-beta.8",
3+
"version": "1.22.2-next.9",
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": "1.22.2-beta.8",
3+
"version": "1.22.2-next.9",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-hooks-extra/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-hooks-extra",
3-
"version": "1.22.2-beta.8",
3+
"version": "1.22.2-next.9",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-naming-convention/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-naming-convention",
3-
"version": "1.22.2-beta.8",
3+
"version": "1.22.2-next.9",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)