@eslint-react/eslint-plugin 2.0.0-next.140 → 2.0.0-next.142
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
|
@@ -165,7 +165,7 @@ export default tseslint.config({
|
|
|
165
165
|
|
|
166
166
|
Contributions are welcome!
|
|
167
167
|
|
|
168
|
-
Please follow our [contributing guidelines](
|
|
168
|
+
Please follow our [contributing guidelines](https://github.com/Rel1cx/eslint-react/tree/main/.github/CONTRIBUTING.md).
|
|
169
169
|
|
|
170
170
|
## License
|
|
171
171
|
|
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.0.0-next.
|
|
3
|
+
"version": "2.0.0-next.142",
|
|
4
4
|
"description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -41,15 +41,15 @@
|
|
|
41
41
|
"@typescript-eslint/type-utils": "^8.40.0",
|
|
42
42
|
"@typescript-eslint/types": "^8.40.0",
|
|
43
43
|
"@typescript-eslint/utils": "^8.40.0",
|
|
44
|
-
"@eslint-react/
|
|
45
|
-
"@eslint-react/
|
|
46
|
-
"@eslint-react/kit": "2.0.0-next.
|
|
47
|
-
"eslint-plugin-react-
|
|
48
|
-
"eslint-plugin-react-
|
|
49
|
-
"eslint-plugin-react-
|
|
50
|
-
"eslint-plugin-react-web-api": "2.0.0-next.
|
|
51
|
-
"eslint-plugin-react-x": "2.0.0-next.
|
|
52
|
-
"eslint-plugin-react-
|
|
44
|
+
"@eslint-react/shared": "2.0.0-next.142",
|
|
45
|
+
"@eslint-react/eff": "2.0.0-next.142",
|
|
46
|
+
"@eslint-react/kit": "2.0.0-next.142",
|
|
47
|
+
"eslint-plugin-react-dom": "2.0.0-next.142",
|
|
48
|
+
"eslint-plugin-react-hooks-extra": "2.0.0-next.142",
|
|
49
|
+
"eslint-plugin-react-naming-convention": "2.0.0-next.142",
|
|
50
|
+
"eslint-plugin-react-web-api": "2.0.0-next.142",
|
|
51
|
+
"eslint-plugin-react-x": "2.0.0-next.142",
|
|
52
|
+
"eslint-plugin-react-debug": "2.0.0-next.142"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"tsup": "^8.5.0",
|