@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 +3 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +10 -10
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) -
|
|
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
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "1.38.
|
|
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/
|
|
54
|
-
"eslint-
|
|
55
|
-
"@eslint-react/
|
|
56
|
-
"
|
|
57
|
-
"eslint-plugin-react-dom": "1.38.
|
|
58
|
-
"eslint-plugin-react-
|
|
59
|
-
"eslint-plugin-react-
|
|
60
|
-
"eslint-plugin-react-
|
|
61
|
-
"eslint-plugin-react-
|
|
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",
|