@eslint-react/eslint-plugin 1.20.1-next.1 → 1.20.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/README.md +2 -8
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -102,11 +102,9 @@ export default [
|
|
|
102
102
|
|
|
103
103
|
### Also available in
|
|
104
104
|
|
|
105
|
-
- [`AndreaPontrandolfo/sheriff`](https://github.com/AndreaPontrandolfo/sheriff) - A comprehensive and opinionated Typescript-first ESLint configuration.
|
|
106
105
|
- [`antfu/eslint-config`](https://github.com/antfu/eslint-config) - Anthony's ESLint config preset.
|
|
107
|
-
- [`
|
|
106
|
+
- [`eslint-config-sheriff`](https://github.com/AndreaPontrandolfo/sheriff) - A comprehensive and opinionated Typescript-first ESLint configuration.
|
|
108
107
|
- [`eslint-config-sukka`](https://github.com/SukkaW/eslint-config-sukka) - Sukka's ESLint config preset.
|
|
109
|
-
- [`RightCapitalHQ/frontend-style-guide`](https://github.com/RightCapitalHQ/frontend-style-guide) - RightCapital's frontend style guide.
|
|
110
108
|
|
|
111
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._
|
|
112
110
|
|
|
@@ -114,11 +112,7 @@ Find more on [GitHub Dependents](https://github.com/Rel1cx/eslint-react/network/
|
|
|
114
112
|
|
|
115
113
|
## Contributing
|
|
116
114
|
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
Please make sure to read the [Contributing Guide](./.github/CONTRIBUTING.md) before making a pull request.
|
|
120
|
-
|
|
121
|
-
Thank you to everyone contributing to ESLint React!
|
|
115
|
+
Please follow our [contributing guidelines](./.github/CONTRIBUTING.md).
|
|
122
116
|
|
|
123
117
|
## License
|
|
124
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.1
|
|
3
|
+
"version": "1.20.1",
|
|
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",
|
|
@@ -50,15 +50,15 @@
|
|
|
50
50
|
"@typescript-eslint/type-utils": "^8.18.1",
|
|
51
51
|
"@typescript-eslint/types": "^8.18.1",
|
|
52
52
|
"@typescript-eslint/utils": "^8.18.1",
|
|
53
|
-
"@eslint-react/
|
|
54
|
-
"
|
|
55
|
-
"eslint-plugin-react-
|
|
56
|
-
"eslint-
|
|
57
|
-
"eslint-
|
|
58
|
-
"eslint-plugin-react-web-api": "1.20.1
|
|
59
|
-
"eslint-plugin-react-
|
|
60
|
-
"eslint-plugin-react-
|
|
61
|
-
"
|
|
53
|
+
"@eslint-react/shared": "1.20.1",
|
|
54
|
+
"eslint-plugin-react-debug": "1.20.1",
|
|
55
|
+
"eslint-plugin-react-dom": "1.20.1",
|
|
56
|
+
"@eslint-react/tools": "1.20.1",
|
|
57
|
+
"@eslint-react/types": "1.20.1",
|
|
58
|
+
"eslint-plugin-react-web-api": "1.20.1",
|
|
59
|
+
"eslint-plugin-react-hooks-extra": "1.20.1",
|
|
60
|
+
"eslint-plugin-react-naming-convention": "1.20.1",
|
|
61
|
+
"eslint-plugin-react-x": "1.20.1"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"tsup": "^8.3.5",
|