@eslint-react/eslint-plugin 2.1.1 → 2.1.2-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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -177,7 +177,7 @@ export default defineConfig([
|
|
|
177
177
|
|
|
178
178
|
## Disclaimer
|
|
179
179
|
|
|
180
|
-
ESLint React is not affiliated with Meta Corporation or [facebook/react](https://github.com/facebook/react) project or
|
|
180
|
+
ESLint React 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.
|
|
181
181
|
|
|
182
182
|
## Contributing
|
|
183
183
|
|
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.1.
|
|
3
|
+
"version": "2.1.2-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",
|
|
@@ -42,15 +42,15 @@
|
|
|
42
42
|
"@typescript-eslint/types": "^8.46.0",
|
|
43
43
|
"@typescript-eslint/utils": "^8.46.0",
|
|
44
44
|
"ts-api-utils": "^2.1.0",
|
|
45
|
-
"@eslint-react/eff": "2.1.
|
|
46
|
-
"@eslint-react/
|
|
47
|
-
"eslint-
|
|
48
|
-
"
|
|
49
|
-
"eslint-plugin-react-
|
|
50
|
-
"eslint-plugin-react-
|
|
51
|
-
"eslint-plugin-react-
|
|
52
|
-
"eslint-plugin-react-
|
|
53
|
-
"eslint-plugin-react-x": "2.1.
|
|
45
|
+
"@eslint-react/eff": "2.1.2-next.0",
|
|
46
|
+
"@eslint-react/shared": "2.1.2-next.0",
|
|
47
|
+
"@eslint-react/kit": "2.1.2-next.0",
|
|
48
|
+
"eslint-plugin-react-debug": "2.1.2-next.0",
|
|
49
|
+
"eslint-plugin-react-dom": "2.1.2-next.0",
|
|
50
|
+
"eslint-plugin-react-hooks-extra": "2.1.2-next.0",
|
|
51
|
+
"eslint-plugin-react-naming-convention": "2.1.2-next.0",
|
|
52
|
+
"eslint-plugin-react-web-api": "2.1.2-next.0",
|
|
53
|
+
"eslint-plugin-react-x": "2.1.2-next.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"tsdown": "^0.15.6",
|