@eslint-react/eslint-plugin 1.23.3-next.7 → 1.23.3-next.8
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 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -114,6 +114,7 @@ export default tseslint.config({
|
|
|
114
114
|
### Also available in
|
|
115
115
|
|
|
116
116
|
- [`antfu/eslint-config`](https://github.com/antfu/eslint-config) - Anthony's ESLint config preset.
|
|
117
|
+
- [`eslint-config-rebeccastevens`](https://github.com/RebeccaStevens/eslint-config-rebeccastevens) - Rebecca's ESLint config preset.
|
|
117
118
|
- [`eslint-config-sheriff`](https://github.com/AndreaPontrandolfo/sheriff) - A comprehensive and opinionated Typescript-first ESLint configuration.
|
|
118
119
|
- [`eslint-config-sukka`](https://github.com/SukkaW/eslint-config-sukka) - Sukka's ESLint config preset.
|
|
119
120
|
|
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.23.3-next.
|
|
3
|
+
"version": "1.23.3-next.8",
|
|
4
4
|
"description": "A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -48,15 +48,15 @@
|
|
|
48
48
|
"@typescript-eslint/type-utils": "^8.19.1",
|
|
49
49
|
"@typescript-eslint/types": "^8.19.1",
|
|
50
50
|
"@typescript-eslint/utils": "^8.19.1",
|
|
51
|
-
"@eslint-react/eff": "1.23.3-next.
|
|
52
|
-
"@eslint-react/
|
|
53
|
-
"eslint-
|
|
54
|
-
"eslint-plugin-react-
|
|
55
|
-
"eslint-plugin-react-
|
|
56
|
-
"
|
|
57
|
-
"eslint-plugin-react-
|
|
58
|
-
"eslint-plugin-react-
|
|
59
|
-
"eslint-plugin-react-x": "1.23.3-next.
|
|
51
|
+
"@eslint-react/eff": "1.23.3-next.8",
|
|
52
|
+
"@eslint-react/types": "1.23.3-next.8",
|
|
53
|
+
"@eslint-react/shared": "1.23.3-next.8",
|
|
54
|
+
"eslint-plugin-react-debug": "1.23.3-next.8",
|
|
55
|
+
"eslint-plugin-react-dom": "1.23.3-next.8",
|
|
56
|
+
"eslint-plugin-react-hooks-extra": "1.23.3-next.8",
|
|
57
|
+
"eslint-plugin-react-naming-convention": "1.23.3-next.8",
|
|
58
|
+
"eslint-plugin-react-web-api": "1.23.3-next.8",
|
|
59
|
+
"eslint-plugin-react-x": "1.23.3-next.8"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"tsup": "^8.3.5",
|