Skip to content

Commit 5f8a8a9

Browse files
committed
chore: update keywords for public packages
1 parent f262268 commit 5f8a8a9

File tree

11 files changed

+94
-79
lines changed

11 files changed

+94
-79
lines changed

examples/webpack-react-dom-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@tsconfig/node22": "22.0.0",
2626
"@tsconfig/strictest": "2.0.5",
2727
"@types/dotenv-webpack": "7.0.8",
28-
"@types/node": "^22.10.1",
28+
"@types/node": "^22.10.2",
2929
"@types/react": "^19.0.1",
3030
"@types/react-dom": "^19.0.2",
3131
"css-loader": "^7.1.2",

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
7+
"react",
78
"eslint",
8-
"eslint-plugin",
99
"eslint-react",
10-
"react",
11-
"tsx",
12-
"typescript-react"
10+
"eslint-plugin",
11+
"eslint-plugin-react-x",
12+
"eslint-plugin-react-dom",
13+
"eslint-plugin-react-web-api",
14+
"eslint-plugin-react-hooks-extra",
15+
"eslint-plugin-react-naming-convention"
1316
],
1417
"homepage": "https://github.com/rel1cx/eslint-react",
1518
"bugs": {
@@ -59,7 +62,7 @@
5962
"@swc/core": "^1.10.1",
6063
"@tsconfig/node22": "^22.0.0",
6164
"@tsconfig/strictest": "^2.0.5",
62-
"@types/node": "^22.10.1",
65+
"@types/node": "^22.10.2",
6366
"@types/react": "^19.0.1",
6467
"@types/react-dom": "^19.0.2",
6568
"@typescript-eslint/eslint-plugin": "^8.18.0",

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
"version": "1.20.0-next.1",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
6+
"react",
7+
"debug",
68
"eslint",
9+
"eslint-react",
710
"eslint-plugin",
8-
"react",
9-
"debug"
11+
"eslint-plugin-react-debug"
1012
],
1113
"homepage": "https://github.com/rel1cx/eslint-react",
1214
"bugs": {

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
"version": "1.20.0-next.1",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"keywords": [
6+
"react",
7+
"dom",
68
"eslint",
9+
"eslint-react",
710
"eslint-plugin",
8-
"react-dom",
9-
"react",
10-
"dom"
11+
"eslint-plugin-react-dom"
1112
],
1213
"homepage": "https://github.com/rel1cx/eslint-react",
1314
"bugs": {

packages/plugins/eslint-plugin-react-hooks-extra/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33
"version": "1.20.0-next.1",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"keywords": [
6+
"react",
7+
"hooks",
8+
"hooks-extra",
69
"eslint",
10+
"eslint-react",
711
"eslint-plugin",
8-
"react",
9-
"hooks"
12+
"eslint-plugin-react-hooks-extra"
1013
],
1114
"homepage": "https://github.com/rel1cx/eslint-react",
1215
"bugs": {

packages/plugins/eslint-plugin-react-naming-convention/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
"version": "1.20.0-next.1",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"keywords": [
6+
"react",
7+
"naming-convention",
68
"eslint",
9+
"eslint-react",
710
"eslint-plugin",
8-
"react",
9-
"naming-convention"
11+
"eslint-plugin-react-naming-convention"
1012
],
1113
"homepage": "https://github.com/rel1cx/eslint-react",
1214
"bugs": {

packages/plugins/eslint-plugin-react-web-api/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
"version": "1.20.0-next.1",
44
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
55
"keywords": [
6+
"react",
7+
"web-api",
68
"eslint",
9+
"eslint-react",
710
"eslint-plugin",
8-
"web-api",
9-
"react",
10-
"dom"
11+
"eslint-plugin-react-web-api"
1112
],
1213
"homepage": "https://github.com/rel1cx/eslint-react",
1314
"bugs": {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"version": "1.20.0-next.1",
44
"description": "A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.",
55
"keywords": [
6+
"react",
67
"eslint",
8+
"eslint-react",
79
"eslint-plugin",
8-
"react",
9-
"react-x",
10-
"x-platform"
10+
"eslint-plugin-react-x"
1111
],
1212
"homepage": "https://github.com/rel1cx/eslint-react",
1313
"bugs": {

packages/plugins/eslint-plugin/package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33
"version": "1.20.0-next.1",
44
"description": "The main ESLint plugin of ESLint React. Contains all the rules and presets of ESLint React.",
55
"keywords": [
6+
"react",
67
"eslint",
7-
"eslint-plugin",
88
"eslint-react",
9-
"react",
10-
"tsx",
11-
"typescript-react"
9+
"eslint-plugin",
10+
"eslint-plugin-react-x",
11+
"eslint-plugin-react-dom",
12+
"eslint-plugin-react-web-api",
13+
"eslint-plugin-react-hooks-extra",
14+
"eslint-plugin-react-naming-convention"
1215
],
1316
"homepage": "https://github.com/rel1cx/eslint-react",
1417
"bugs": {

0 commit comments

Comments
 (0)