@eslint-react/eslint-plugin 4.2.1 → 4.2.3-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 +0 -6
- package/dist/index.js +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -30,7 +30,6 @@
|
|
|
30
30
|
- [FAQ](#faq)
|
|
31
31
|
- [Migration](#migration)
|
|
32
32
|
- [Changelog](#changelog)
|
|
33
|
-
- [Roadmap](#roadmap)
|
|
34
33
|
- [Disclaimer](#disclaimer)
|
|
35
34
|
- [Sponsors](#sponsors)
|
|
36
35
|
- [Contributing](#contributing)
|
|
@@ -201,17 +200,12 @@ export default defineConfig(
|
|
|
201
200
|
## Migration
|
|
202
201
|
|
|
203
202
|
- [Migrating from eslint-plugin-react ↗](https://beta.eslint-react.xyz/docs/migrating-from-eslint-plugin-react)
|
|
204
|
-
- [Custom Rules for Missing Rules ↗](https://beta.eslint-react.xyz/docs/migrating-from-eslint-plugin-react#custom-rules-for-missing-rules)
|
|
205
203
|
- [Migrating from eslint-plugin-react-hooks ↗](https://beta.eslint-react.xyz/docs/migrating-from-eslint-plugin-react-hooks)
|
|
206
204
|
|
|
207
205
|
## Changelog
|
|
208
206
|
|
|
209
207
|
[Changelog ↗](https://www.eslint-react.xyz/docs/changelog)
|
|
210
208
|
|
|
211
|
-
## Roadmap
|
|
212
|
-
|
|
213
|
-
- [Milestone 3.0 ↗](https://eslint-react.xyz/docs/roadmap#milestone-30-tbd)
|
|
214
|
-
|
|
215
209
|
## Disclaimer
|
|
216
210
|
|
|
217
211
|
This project is not affiliated with Meta Corporation or the [facebook/react](https://github.com/facebook/react) project or team, nor is it endorsed or sponsored by them.
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "4.2.1",
|
|
3
|
+
"version": "4.2.3-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",
|
|
@@ -47,13 +47,13 @@
|
|
|
47
47
|
"@typescript-eslint/types": "^8.58.0",
|
|
48
48
|
"@typescript-eslint/utils": "^8.58.0",
|
|
49
49
|
"ts-api-utils": "^2.5.0",
|
|
50
|
-
"@eslint-react/shared": "4.2.1",
|
|
51
|
-
"eslint-plugin-react-dom": "4.2.1",
|
|
52
|
-
"eslint-plugin-react-jsx": "4.2.1",
|
|
53
|
-
"eslint-plugin-react-naming-convention": "4.2.1",
|
|
54
|
-
"eslint-plugin-react-rsc": "4.2.1",
|
|
55
|
-
"eslint-plugin-react-
|
|
56
|
-
"eslint-plugin-react-
|
|
50
|
+
"@eslint-react/shared": "4.2.3-beta.1",
|
|
51
|
+
"eslint-plugin-react-dom": "4.2.3-beta.1",
|
|
52
|
+
"eslint-plugin-react-jsx": "4.2.3-beta.1",
|
|
53
|
+
"eslint-plugin-react-naming-convention": "4.2.3-beta.1",
|
|
54
|
+
"eslint-plugin-react-rsc": "4.2.3-beta.1",
|
|
55
|
+
"eslint-plugin-react-x": "4.2.3-beta.1",
|
|
56
|
+
"eslint-plugin-react-web-api": "4.2.3-beta.1"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"tsdown": "^0.21.7",
|