@eslint-react/eslint-plugin 2.3.3-next.1 → 2.3.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 +3 -1
- package/dist/index.js +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -182,7 +182,9 @@ export default defineConfig([
|
|
|
182
182
|
|
|
183
183
|
## Disclaimer
|
|
184
184
|
|
|
185
|
-
|
|
185
|
+
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
|
+
|
|
187
|
+
This project is and will continue to maintain that 90% of the code is written by humans.
|
|
186
188
|
|
|
187
189
|
## Contributing
|
|
188
190
|
|
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.3.
|
|
3
|
+
"version": "2.3.4-next.0",
|
|
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.46.3",
|
|
46
46
|
"@typescript-eslint/utils": "^8.46.3",
|
|
47
47
|
"ts-api-utils": "^2.1.0",
|
|
48
|
-
"@eslint-react/eff": "2.3.
|
|
49
|
-
"
|
|
50
|
-
"eslint-
|
|
51
|
-
"eslint-plugin-react-
|
|
52
|
-
"eslint-plugin-react-
|
|
53
|
-
"eslint-plugin-react-x": "2.3.
|
|
54
|
-
"eslint-plugin-react-
|
|
48
|
+
"@eslint-react/eff": "2.3.4-next.0",
|
|
49
|
+
"eslint-plugin-react-dom": "2.3.4-next.0",
|
|
50
|
+
"@eslint-react/shared": "2.3.4-next.0",
|
|
51
|
+
"eslint-plugin-react-web-api": "2.3.4-next.0",
|
|
52
|
+
"eslint-plugin-react-naming-convention": "2.3.4-next.0",
|
|
53
|
+
"eslint-plugin-react-x": "2.3.4-next.0",
|
|
54
|
+
"eslint-plugin-react-hooks-extra": "2.3.4-next.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"tsdown": "^0.16.1",
|