@eslint-react/eslint-plugin 1.52.6-beta.1 → 1.52.6-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/dist/index.mjs +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -69,8 +69,8 @@ npm install --save-dev typescript-eslint @eslint-react/eslint-plugin
|
|
|
69
69
|
// eslint.config.js
|
|
70
70
|
|
|
71
71
|
// @ts-check
|
|
72
|
-
import eslintReact from "@eslint-react/eslint-plugin";
|
|
73
72
|
import eslintJs from "@eslint/js";
|
|
73
|
+
import eslintReact from "@eslint-react/eslint-plugin";
|
|
74
74
|
import tseslint from "typescript-eslint";
|
|
75
75
|
|
|
76
76
|
export default tseslint.config({
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "1.52.6-
|
|
3
|
+
"version": "1.52.6-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",
|
|
@@ -50,15 +50,15 @@
|
|
|
50
50
|
"@typescript-eslint/type-utils": "^8.39.1",
|
|
51
51
|
"@typescript-eslint/types": "^8.39.1",
|
|
52
52
|
"@typescript-eslint/utils": "^8.39.1",
|
|
53
|
-
"@eslint-react/eff": "1.52.6-
|
|
54
|
-
"@eslint-react/shared": "1.52.6-
|
|
55
|
-
"eslint-plugin-react-
|
|
56
|
-
"
|
|
57
|
-
"eslint-plugin-react-
|
|
58
|
-
"eslint-plugin-react-
|
|
59
|
-
"eslint-
|
|
60
|
-
"eslint-plugin-react-
|
|
61
|
-
"eslint-plugin-react-web-api": "1.52.6-
|
|
53
|
+
"@eslint-react/eff": "1.52.6-next.0",
|
|
54
|
+
"@eslint-react/shared": "1.52.6-next.0",
|
|
55
|
+
"eslint-plugin-react-debug": "1.52.6-next.0",
|
|
56
|
+
"eslint-plugin-react-dom": "1.52.6-next.0",
|
|
57
|
+
"eslint-plugin-react-hooks-extra": "1.52.6-next.0",
|
|
58
|
+
"eslint-plugin-react-naming-convention": "1.52.6-next.0",
|
|
59
|
+
"@eslint-react/kit": "1.52.6-next.0",
|
|
60
|
+
"eslint-plugin-react-x": "1.52.6-next.0",
|
|
61
|
+
"eslint-plugin-react-web-api": "1.52.6-next.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"tsup": "^8.5.0",
|