@eslint-react/eslint-plugin 3.0.0-next.62 → 3.0.0-next.64

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
@@ -14,8 +14,8 @@
14
14
  - [Table of Contents](#table-of-contents)
15
15
  - [Features](#features)
16
16
  - [Public Packages](#public-packages)
17
- - [Unified ESLint Plugin](#unified-eslint-plugin)
18
17
  - [Modular ESLint Plugins](#modular-eslint-plugins)
18
+ - [Unified ESLint Plugin](#unified-eslint-plugin)
19
19
  - [Installation](#installation)
20
20
  - [Install](#install)
21
21
  - [Setup](#setup)
@@ -43,10 +43,6 @@
43
43
 
44
44
  ## Public Packages
45
45
 
46
- ### Unified ESLint Plugin
47
-
48
- - [`@eslint-react/eslint-plugin`](https://npmx.dev/package/@eslint-react/eslint-plugin) - A unified plugin that combines all individual plugins into one.
49
-
50
46
  ### Modular ESLint Plugins
51
47
 
52
48
  - [`eslint-plugin-react-x`](https://npmx.dev/package/eslint-plugin-react-x) - X rules (renderer-agnostic, compatible with x-platform).
@@ -55,6 +51,10 @@
55
51
  - [`eslint-plugin-react-web-api`](https://npmx.dev/package/eslint-plugin-react-web-api) - Rules for interacting with Web APIs.
56
52
  - [`eslint-plugin-react-naming-convention`](https://npmx.dev/package/eslint-plugin-react-naming-convention) - Naming convention rules.
57
53
 
54
+ ### Unified ESLint Plugin
55
+
56
+ - [`@eslint-react/eslint-plugin`](https://npmx.dev/package/@eslint-react/eslint-plugin) - A unified plugin that combines all individual plugins into one.
57
+
58
58
  > [!NOTE]\
59
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.
60
60
 
package/dist/index.js CHANGED
@@ -24,7 +24,7 @@ var __exportAll = (all, no_symbols) => {
24
24
  //#endregion
25
25
  //#region package.json
26
26
  var name$20 = "@eslint-react/eslint-plugin";
27
- var version = "3.0.0-next.62";
27
+ var version = "3.0.0-next.64";
28
28
 
29
29
  //#endregion
30
30
  //#region src/configs/dom.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "3.0.0-next.62",
3
+ "version": "3.0.0-next.64",
4
4
  "description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
5
5
  "keywords": [
6
6
  "react",
@@ -46,13 +46,13 @@
46
46
  "@typescript-eslint/types": "canary",
47
47
  "@typescript-eslint/utils": "canary",
48
48
  "ts-api-utils": "^2.4.0",
49
- "@eslint-react/eff": "3.0.0-next.62",
50
- "@eslint-react/shared": "3.0.0-next.62",
51
- "eslint-plugin-react-naming-convention": "3.0.0-next.62",
52
- "eslint-plugin-react-dom": "3.0.0-next.62",
53
- "eslint-plugin-react-rsc": "3.0.0-next.62",
54
- "eslint-plugin-react-x": "3.0.0-next.62",
55
- "eslint-plugin-react-web-api": "3.0.0-next.62"
49
+ "@eslint-react/eff": "3.0.0-next.64",
50
+ "@eslint-react/shared": "3.0.0-next.64",
51
+ "eslint-plugin-react-dom": "3.0.0-next.64",
52
+ "eslint-plugin-react-naming-convention": "3.0.0-next.64",
53
+ "eslint-plugin-react-rsc": "3.0.0-next.64",
54
+ "eslint-plugin-react-x": "3.0.0-next.64",
55
+ "eslint-plugin-react-web-api": "3.0.0-next.64"
56
56
  },
57
57
  "devDependencies": {
58
58
  "tsdown": "^0.21.0-beta.2",