@eslint-react/eslint-plugin 1.26.2-next.0 → 1.26.2-next.2
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 +13 -13
package/README.md
CHANGED
|
@@ -117,6 +117,7 @@ export default tseslint.config({
|
|
|
117
117
|
- [`eslint-config-rebeccastevens`](https://github.com/RebeccaStevens/eslint-config-rebeccastevens) - Rebecca's ESLint config preset.
|
|
118
118
|
- [`eslint-config-sheriff`](https://github.com/AndreaPontrandolfo/sheriff) - A comprehensive and opinionated Typescript-first ESLint configuration.
|
|
119
119
|
- [`eslint-config-sukka`](https://github.com/SukkaW/eslint-config-sukka) - Sukka's ESLint config preset.
|
|
120
|
+
- [`fullstacksjs/eslint-config`](https://github.com/fullstacksjs/eslint-config) - FullstacksJS ESLint config preset.
|
|
120
121
|
|
|
121
122
|
_Data collected from GitHub dependents network, if there are any mismatch or outdated information, feel free to [open issue](https://github.com/Rel1cx/eslint-react/issues/new?assignees=&labels=type%3A+documentation&projects=&template=docs_report.md&title=%5Bdocs%5D+) or pull request._
|
|
122
123
|
|
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.26.2-next.
|
|
3
|
+
"version": "1.26.2-next.2",
|
|
4
4
|
"description": "More than 80 high-quality linting rules for writing better React code.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -44,18 +44,18 @@
|
|
|
44
44
|
"./package.json"
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@typescript-eslint/scope-manager": "^8.
|
|
48
|
-
"@typescript-eslint/type-utils": "^8.
|
|
49
|
-
"@typescript-eslint/types": "^8.
|
|
50
|
-
"@typescript-eslint/utils": "^8.
|
|
51
|
-
"
|
|
52
|
-
"eslint-
|
|
53
|
-
"eslint-
|
|
54
|
-
"eslint-plugin-react-
|
|
55
|
-
"eslint-plugin-react-
|
|
56
|
-
"eslint-plugin-react-
|
|
57
|
-
"
|
|
58
|
-
"eslint-plugin-react-x": "1.26.2-next.
|
|
47
|
+
"@typescript-eslint/scope-manager": "^8.23.0",
|
|
48
|
+
"@typescript-eslint/type-utils": "^8.23.0",
|
|
49
|
+
"@typescript-eslint/types": "^8.23.0",
|
|
50
|
+
"@typescript-eslint/utils": "^8.23.0",
|
|
51
|
+
"eslint-plugin-react-debug": "1.26.2-next.2",
|
|
52
|
+
"@eslint-react/shared": "1.26.2-next.2",
|
|
53
|
+
"@eslint-react/eff": "1.26.2-next.2",
|
|
54
|
+
"eslint-plugin-react-dom": "1.26.2-next.2",
|
|
55
|
+
"eslint-plugin-react-hooks-extra": "1.26.2-next.2",
|
|
56
|
+
"eslint-plugin-react-naming-convention": "1.26.2-next.2",
|
|
57
|
+
"eslint-plugin-react-web-api": "1.26.2-next.2",
|
|
58
|
+
"eslint-plugin-react-x": "1.26.2-next.2"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"tsup": "^8.3.6",
|