@eslint-react/eslint-plugin 2.9.0 → 2.9.1-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -53,6 +53,7 @@
53
53
  - [`eslint-plugin-react-web-api`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-web-api) - Rules for interacting with Web APIs.
54
54
  - [`eslint-plugin-react-hooks-extra`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-hooks-extra) - Extra React Hooks rules.
55
55
  - [`eslint-plugin-react-naming-convention`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-naming-convention) - Naming convention rules.
56
+ - [`eslint-plugin-react-rsc`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-rsc) - Rules for React Server Components.
56
57
 
57
58
  > [!NOTE]\
58
59
  > Don't know which one to use? See our [FAQ](https://eslint-react.xyz/docs/faq#which-one-should-i-use-unified-plugin-or-individual-plugins) for guidance.
@@ -127,6 +128,8 @@ export default defineConfig(
127
128
  Enable rules for `"react-dom"`.
128
129
  - `web-api`\
129
130
  Enable rules for interacting with Web APIs.
131
+ - `rsc`\
132
+ - Enable rules for React Server Components.
130
133
 
131
134
  ### General Purpose
132
135
 
@@ -168,6 +171,8 @@ export default defineConfig(
168
171
  Disable rules in the `dom` preset.
169
172
  - `disable-web-api`\
170
173
  Disable rules in the `web-api` preset.
174
+ - `disable-rsc`\
175
+ Disable rules in the `rsc` preset.
171
176
  - `disable-experimental`\
172
177
  Disable rules that have an "🧪 Experimental" feature flag.
173
178
  - `disable-type-checked`\
package/dist/index.js CHANGED
@@ -25,7 +25,7 @@ var __exportAll = (all, symbols) => {
25
25
  //#endregion
26
26
  //#region package.json
27
27
  var name$19 = "@eslint-react/eslint-plugin";
28
- var version = "2.9.0";
28
+ var version = "2.9.1-beta.1";
29
29
 
30
30
  //#endregion
31
31
  //#region src/configs/dom.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "2.9.0",
3
+ "version": "2.9.1-beta.1",
4
4
  "description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
5
5
  "keywords": [
6
6
  "react",
@@ -45,14 +45,14 @@
45
45
  "@typescript-eslint/types": "^8.54.0",
46
46
  "@typescript-eslint/utils": "^8.54.0",
47
47
  "ts-api-utils": "^2.4.0",
48
- "@eslint-react/eff": "2.9.0",
49
- "@eslint-react/shared": "2.9.0",
50
- "eslint-plugin-react-dom": "2.9.0",
51
- "eslint-plugin-react-hooks-extra": "2.9.0",
52
- "eslint-plugin-react-naming-convention": "2.9.0",
53
- "eslint-plugin-react-rsc": "2.9.0",
54
- "eslint-plugin-react-web-api": "2.9.0",
55
- "eslint-plugin-react-x": "2.9.0"
48
+ "@eslint-react/eff": "2.9.1-beta.1",
49
+ "eslint-plugin-react-dom": "2.9.1-beta.1",
50
+ "@eslint-react/shared": "2.9.1-beta.1",
51
+ "eslint-plugin-react-hooks-extra": "2.9.1-beta.1",
52
+ "eslint-plugin-react-naming-convention": "2.9.1-beta.1",
53
+ "eslint-plugin-react-rsc": "2.9.1-beta.1",
54
+ "eslint-plugin-react-web-api": "2.9.1-beta.1",
55
+ "eslint-plugin-react-x": "2.9.1-beta.1"
56
56
  },
57
57
  "devDependencies": {
58
58
  "tsdown": "^0.20.1",