@eslint-react/eslint-plugin 1.45.3 → 1.45.4-next.0

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
@@ -44,9 +44,9 @@ A series of composable ESLint rules for React and friends.
44
44
  - [`eslint-plugin-react-hooks-extra`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-hooks-extra) - Extra React Hooks rules.
45
45
  - [`eslint-plugin-react-naming-convention`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-naming-convention) - Naming convention rules.
46
46
 
47
- ### All-In-One
47
+ ### Unified
48
48
 
49
- - [`@eslint-react/eslint-plugin`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin) - Main plugin combining all rules and presets from the above packages.
49
+ - [`@eslint-react/eslint-plugin`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin) - A unified plugin that combines all individual plugins into one.
50
50
 
51
51
  ## Installation
52
52
 
package/dist/index.js CHANGED
@@ -25,7 +25,7 @@ var __export = (target, all) => {
25
25
 
26
26
  // package.json
27
27
  var name = "@eslint-react/eslint-plugin";
28
- var version = "1.45.3";
28
+ var version = "1.45.4-next.0";
29
29
 
30
30
  // src/configs/all.ts
31
31
  var all_exports = {};
package/dist/index.mjs CHANGED
@@ -14,7 +14,7 @@ var __export = (target, all) => {
14
14
 
15
15
  // package.json
16
16
  var name = "@eslint-react/eslint-plugin";
17
- var version = "1.45.3";
17
+ var version = "1.45.4-next.0";
18
18
 
19
19
  // src/configs/all.ts
20
20
  var all_exports = {};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "1.45.3",
4
- "description": "A series of composable ESLint rules for React and friends.",
3
+ "version": "1.45.4-next.0",
4
+ "description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
5
5
  "keywords": [
6
6
  "react",
7
7
  "eslint",
@@ -50,15 +50,15 @@
50
50
  "@typescript-eslint/type-utils": "^8.29.1",
51
51
  "@typescript-eslint/types": "^8.29.1",
52
52
  "@typescript-eslint/utils": "^8.29.1",
53
- "@eslint-react/eff": "1.45.3",
54
- "@eslint-react/kit": "1.45.3",
55
- "eslint-plugin-react-debug": "1.45.3",
56
- "@eslint-react/shared": "1.45.3",
57
- "eslint-plugin-react-dom": "1.45.3",
58
- "eslint-plugin-react-hooks-extra": "1.45.3",
59
- "eslint-plugin-react-web-api": "1.45.3",
60
- "eslint-plugin-react-naming-convention": "1.45.3",
61
- "eslint-plugin-react-x": "1.45.3"
53
+ "@eslint-react/eff": "1.45.4-next.0",
54
+ "@eslint-react/kit": "1.45.4-next.0",
55
+ "eslint-plugin-react-dom": "1.45.4-next.0",
56
+ "@eslint-react/shared": "1.45.4-next.0",
57
+ "eslint-plugin-react-hooks-extra": "1.45.4-next.0",
58
+ "eslint-plugin-react-debug": "1.45.4-next.0",
59
+ "eslint-plugin-react-naming-convention": "1.45.4-next.0",
60
+ "eslint-plugin-react-x": "1.45.4-next.0",
61
+ "eslint-plugin-react-web-api": "1.45.4-next.0"
62
62
  },
63
63
  "devDependencies": {
64
64
  "tsup": "^8.4.0",