@eslint-react/eslint-plugin 1.30.1-next.0 → 1.30.1
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/LICENSE +1 -1
- package/README.md +0 -3
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +13 -13
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -118,12 +118,9 @@ export default tseslint.config({
|
|
|
118
118
|
- [`eslint-config-rebeccastevens`](https://github.com/RebeccaStevens/eslint-config-rebeccastevens) - Rebecca's ESLint config preset.
|
|
119
119
|
- [`eslint-config-sheriff`](https://github.com/AndreaPontrandolfo/sheriff) - A comprehensive and opinionated Typescript-first ESLint configuration.
|
|
120
120
|
- [`eslint-config-sukka`](https://github.com/SukkaW/eslint-config-sukka) - Sukka's ESLint config preset.
|
|
121
|
-
- [`fullstacksjs/eslint-config`](https://github.com/fullstacksjs/eslint-config) - FullstacksJS ESLint config preset.
|
|
122
121
|
|
|
123
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._
|
|
124
123
|
|
|
125
|
-
Find more on [GitHub Dependents](https://github.com/Rel1cx/eslint-react/network/dependents).
|
|
126
|
-
|
|
127
124
|
## Contributing
|
|
128
125
|
|
|
129
126
|
Please follow our [contributing guidelines](./.github/CONTRIBUTING.md).
|
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.30.1
|
|
3
|
+
"version": "1.30.1",
|
|
4
4
|
"description": "More than 80 high-quality linting rules for writing better React code.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -46,18 +46,18 @@
|
|
|
46
46
|
"./package.json"
|
|
47
47
|
],
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@typescript-eslint/scope-manager": "^8.
|
|
50
|
-
"@typescript-eslint/type-utils": "^8.
|
|
51
|
-
"@typescript-eslint/types": "^8.
|
|
52
|
-
"@typescript-eslint/utils": "^8.
|
|
53
|
-
"@eslint-react/eff": "1.30.1
|
|
54
|
-
"@eslint-react/shared": "1.30.1
|
|
55
|
-
"eslint-plugin-react-debug": "1.30.1
|
|
56
|
-
"eslint-plugin-react-dom": "1.30.1
|
|
57
|
-
"eslint-plugin-react-hooks-extra": "1.30.1
|
|
58
|
-
"eslint-plugin-react-naming-convention": "1.30.1
|
|
59
|
-
"eslint-plugin-react-web-api": "1.30.1
|
|
60
|
-
"eslint-plugin-react-x": "1.30.1
|
|
49
|
+
"@typescript-eslint/scope-manager": "^8.26.0",
|
|
50
|
+
"@typescript-eslint/type-utils": "^8.26.0",
|
|
51
|
+
"@typescript-eslint/types": "^8.26.0",
|
|
52
|
+
"@typescript-eslint/utils": "^8.26.0",
|
|
53
|
+
"@eslint-react/eff": "1.30.1",
|
|
54
|
+
"@eslint-react/shared": "1.30.1",
|
|
55
|
+
"eslint-plugin-react-debug": "1.30.1",
|
|
56
|
+
"eslint-plugin-react-dom": "1.30.1",
|
|
57
|
+
"eslint-plugin-react-hooks-extra": "1.30.1",
|
|
58
|
+
"eslint-plugin-react-naming-convention": "1.30.1",
|
|
59
|
+
"eslint-plugin-react-web-api": "1.30.1",
|
|
60
|
+
"eslint-plugin-react-x": "1.30.1"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"tsup": "^8.4.0",
|