@eslint-react/eslint-plugin 1.38.0 → 1.38.1-beta.3

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
@@ -26,7 +26,7 @@ More than 80 high-quality linting rules to identify possible problems in your Re
26
26
 
27
27
  ### All-In-One
28
28
 
29
- - [`@eslint-react/eslint-plugin`](https://www.npmjs.com/package/@eslint-react/eslint-plugin) - All rules and config presets from the above plugins.
29
+ - [`@eslint-react/eslint-plugin`](https://www.npmjs.com/package/@eslint-react/eslint-plugin) - Main plugin combining all rules and presets from the above packages.
30
30
 
31
31
  ## Installation
32
32
 
@@ -118,6 +118,8 @@ export default tseslint.config({
118
118
 
119
119
  ## Contributing
120
120
 
121
+ Contributions are welcome!
122
+
121
123
  Please follow our [contributing guidelines](./.github/CONTRIBUTING.md).
122
124
 
123
125
  ## License
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.38.0";
28
+ var version = "1.38.1-beta.3";
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.38.0";
17
+ var version = "1.38.1-beta.3";
18
18
 
19
19
  // src/configs/all.ts
20
20
  var all_exports = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "1.38.0",
3
+ "version": "1.38.1-beta.3",
4
4
  "description": "More than 80 high-quality linting rules to identify possible problems in your React 19 code.",
5
5
  "keywords": [
6
6
  "react",
@@ -50,15 +50,15 @@
50
50
  "@typescript-eslint/type-utils": "^8.28.0",
51
51
  "@typescript-eslint/types": "^8.28.0",
52
52
  "@typescript-eslint/utils": "^8.28.0",
53
- "@eslint-react/shared": "1.38.0",
54
- "eslint-plugin-react-debug": "1.38.0",
55
- "@eslint-react/eff": "1.38.0",
56
- "@eslint-react/kit": "1.38.0",
57
- "eslint-plugin-react-dom": "1.38.0",
58
- "eslint-plugin-react-web-api": "1.38.0",
59
- "eslint-plugin-react-x": "1.38.0",
60
- "eslint-plugin-react-naming-convention": "1.38.0",
61
- "eslint-plugin-react-hooks-extra": "1.38.0"
53
+ "@eslint-react/eff": "1.38.1-beta.3",
54
+ "@eslint-react/kit": "1.38.1-beta.3",
55
+ "@eslint-react/shared": "1.38.1-beta.3",
56
+ "eslint-plugin-react-debug": "1.38.1-beta.3",
57
+ "eslint-plugin-react-dom": "1.38.1-beta.3",
58
+ "eslint-plugin-react-hooks-extra": "1.38.1-beta.3",
59
+ "eslint-plugin-react-web-api": "1.38.1-beta.3",
60
+ "eslint-plugin-react-x": "1.38.1-beta.3",
61
+ "eslint-plugin-react-naming-convention": "1.38.1-beta.3"
62
62
  },
63
63
  "devDependencies": {
64
64
  "tsup": "^8.4.0",