@eslint-react/eslint-plugin 1.20.0 → 1.20.1-beta.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 +7 -5
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -100,17 +100,19 @@ export default [
|
|
|
100
100
|
|
|
101
101
|

|
|
102
102
|
|
|
103
|
+
### Also available in
|
|
104
|
+
|
|
105
|
+
- [`AndreaPontrandolfo/sheriff`](https://github.com/AndreaPontrandolfo/sheriff) - A comprehensive and opinionated Typescript-first ESLint configuration.
|
|
106
|
+
- [`antfu/eslint-config`](https://github.com/antfu/eslint-config) - Anthony's ESLint config preset.
|
|
107
|
+
- [`eslint-config-sukka`](https://github.com/SukkaW/eslint-config-sukka) - Sukka's ESLint config preset.
|
|
108
|
+
|
|
103
109
|
_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._
|
|
104
110
|
|
|
105
111
|
Find more on [GitHub Dependents](https://github.com/Rel1cx/eslint-react/network/dependents).
|
|
106
112
|
|
|
107
113
|
## Contributing
|
|
108
114
|
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
Please make sure to read the [Contributing Guide](./.github/CONTRIBUTING.md) before making a pull request.
|
|
112
|
-
|
|
113
|
-
Thank you to everyone contributing to ESLint React!
|
|
115
|
+
Please follow our [contributing guidelines](./.github/CONTRIBUTING.md).
|
|
114
116
|
|
|
115
117
|
## License
|
|
116
118
|
|
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.20.
|
|
3
|
+
"version": "1.20.1-beta.2",
|
|
4
4
|
"description": "The main ESLint plugin of ESLint React. Contains all the rules and presets of ESLint React.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -46,19 +46,19 @@
|
|
|
46
46
|
"./package.json"
|
|
47
47
|
],
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@typescript-eslint/scope-manager": "^8.18.
|
|
50
|
-
"@typescript-eslint/type-utils": "^8.18.
|
|
51
|
-
"@typescript-eslint/types": "^8.18.
|
|
52
|
-
"@typescript-eslint/utils": "^8.18.
|
|
53
|
-
"@eslint-react/shared": "1.20.
|
|
54
|
-
"@eslint-react/tools": "1.20.
|
|
55
|
-
"@eslint-react/types": "1.20.
|
|
56
|
-
"eslint-plugin-react-
|
|
57
|
-
"eslint-plugin-react-
|
|
58
|
-
"eslint-plugin-react-
|
|
59
|
-
"eslint-plugin-react-
|
|
60
|
-
"eslint-plugin-react-web-api": "1.20.
|
|
61
|
-
"eslint-plugin-react-x": "1.20.
|
|
49
|
+
"@typescript-eslint/scope-manager": "^8.18.1",
|
|
50
|
+
"@typescript-eslint/type-utils": "^8.18.1",
|
|
51
|
+
"@typescript-eslint/types": "^8.18.1",
|
|
52
|
+
"@typescript-eslint/utils": "^8.18.1",
|
|
53
|
+
"@eslint-react/shared": "1.20.1-beta.2",
|
|
54
|
+
"@eslint-react/tools": "1.20.1-beta.2",
|
|
55
|
+
"@eslint-react/types": "1.20.1-beta.2",
|
|
56
|
+
"eslint-plugin-react-dom": "1.20.1-beta.2",
|
|
57
|
+
"eslint-plugin-react-debug": "1.20.1-beta.2",
|
|
58
|
+
"eslint-plugin-react-naming-convention": "1.20.1-beta.2",
|
|
59
|
+
"eslint-plugin-react-hooks-extra": "1.20.1-beta.2",
|
|
60
|
+
"eslint-plugin-react-web-api": "1.20.1-beta.2",
|
|
61
|
+
"eslint-plugin-react-x": "1.20.1-beta.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"tsup": "^8.3.5",
|