@eslint-react/eslint-plugin 2.5.1-next.4 → 2.5.1-next.5
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 +2 -2
- package/dist/index.js +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -183,9 +183,9 @@ export default defineConfig(
|
|
|
183
183
|
|
|
184
184
|
## Disclaimer
|
|
185
185
|
|
|
186
|
-
This project is not affiliated with Meta Corporation or [facebook/react](https://github.com/facebook/react) project or team, nor is it endorsed or sponsored by them.
|
|
186
|
+
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.
|
|
187
187
|
|
|
188
|
-
This project is and will
|
|
188
|
+
This project is, and will remain, 90% of its code written by humans.
|
|
189
189
|
|
|
190
190
|
## Contributing
|
|
191
191
|
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "2.5.1-next.
|
|
3
|
+
"version": "2.5.1-next.5",
|
|
4
4
|
"description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -45,13 +45,13 @@
|
|
|
45
45
|
"@typescript-eslint/types": "^8.51.0",
|
|
46
46
|
"@typescript-eslint/utils": "^8.51.0",
|
|
47
47
|
"ts-api-utils": "^2.4.0",
|
|
48
|
-
"@eslint-react/eff": "2.5.1-next.
|
|
49
|
-
"eslint-plugin-react-dom": "2.5.1-next.
|
|
50
|
-
"eslint-plugin-react-hooks-extra": "2.5.1-next.
|
|
51
|
-
"
|
|
52
|
-
"eslint-
|
|
53
|
-
"eslint-plugin-react-web-api": "2.5.1-next.
|
|
54
|
-
"eslint-plugin-react-x": "2.5.1-next.
|
|
48
|
+
"@eslint-react/eff": "2.5.1-next.5",
|
|
49
|
+
"eslint-plugin-react-dom": "2.5.1-next.5",
|
|
50
|
+
"eslint-plugin-react-hooks-extra": "2.5.1-next.5",
|
|
51
|
+
"eslint-plugin-react-naming-convention": "2.5.1-next.5",
|
|
52
|
+
"@eslint-react/shared": "2.5.1-next.5",
|
|
53
|
+
"eslint-plugin-react-web-api": "2.5.1-next.5",
|
|
54
|
+
"eslint-plugin-react-x": "2.5.1-next.5"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"tsdown": "^0.19.0-beta.1",
|