@eslint-react/eslint-plugin 1.36.2 → 1.36.3-beta.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 +0 -21
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -116,19 +116,6 @@ export default tseslint.config({
|
|
|
116
116
|
|
|
117
117
|
- [Milestone 2.0 ↗](https://eslint-react.xyz/roadmap#milestone-20)
|
|
118
118
|
|
|
119
|
-
## Notable Projects Using ESLint React
|
|
120
|
-
|
|
121
|
-
[](https://github.com/Rel1cx/eslint-react/blob/main/assets/NOTABLE_PROJECTS_USING_ESLINT_REACT)
|
|
122
|
-
|
|
123
|
-
## Community ESLint Configs Adopting ESLint React
|
|
124
|
-
|
|
125
|
-
- [`antfu/eslint-config`](https://github.com/antfu/eslint-config) - Anthony's ESLint config preset.
|
|
126
|
-
- [`eslint-config-rebeccastevens`](https://github.com/RebeccaStevens/eslint-config-rebeccastevens) - Rebecca's ESLint config preset.
|
|
127
|
-
- [`eslint-config-sheriff`](https://github.com/AndreaPontrandolfo/sheriff) - A comprehensive and opinionated Typescript-first ESLint configuration.
|
|
128
|
-
- [`eslint-config-sukka`](https://github.com/SukkaW/eslint-config-sukka) - Sukka's ESLint config preset.
|
|
129
|
-
|
|
130
|
-
_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._
|
|
131
|
-
|
|
132
119
|
## Contributing
|
|
133
120
|
|
|
134
121
|
Please follow our [contributing guidelines](./.github/CONTRIBUTING.md).
|
|
@@ -136,11 +123,3 @@ Please follow our [contributing guidelines](./.github/CONTRIBUTING.md).
|
|
|
136
123
|
## License
|
|
137
124
|
|
|
138
125
|
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
|
139
|
-
|
|
140
|
-
## Inspiration
|
|
141
|
-
|
|
142
|
-
- [eslint-plugin-solid](https://github.com/solidjs-community/eslint-plugin-solid)
|
|
143
|
-
- [eslint-plugin-functional](https://github.com/eslint-functional/eslint-plugin-functional)
|
|
144
|
-
- [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist)
|
|
145
|
-
- [eslint-plugin-filenames-simple](https://github.com/epaew/eslint-plugin-filenames-simple)
|
|
146
|
-
- [biomejs.dev/linter/rules-sources/#eslint-plugin-react](https://biomejs.dev/linter/rules-sources/#eslint-plugin-react)
|
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.36.
|
|
3
|
+
"version": "1.36.3-beta.1",
|
|
4
4
|
"description": "More than 80 high-quality linting rules to identify possible problems in your React 19 code.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -50,14 +50,14 @@
|
|
|
50
50
|
"@typescript-eslint/type-utils": "^8.26.1",
|
|
51
51
|
"@typescript-eslint/types": "^8.26.1",
|
|
52
52
|
"@typescript-eslint/utils": "^8.26.1",
|
|
53
|
-
"eslint-
|
|
54
|
-
"@eslint-react/
|
|
55
|
-
"
|
|
56
|
-
"eslint-plugin-react-dom": "1.36.
|
|
57
|
-
"eslint-plugin-react-
|
|
58
|
-
"eslint-plugin-react-web-api": "1.36.
|
|
59
|
-
"eslint-plugin-react-
|
|
60
|
-
"eslint-plugin-react-
|
|
53
|
+
"@eslint-react/eff": "1.36.3-beta.1",
|
|
54
|
+
"@eslint-react/shared": "1.36.3-beta.1",
|
|
55
|
+
"eslint-plugin-react-debug": "1.36.3-beta.1",
|
|
56
|
+
"eslint-plugin-react-dom": "1.36.3-beta.1",
|
|
57
|
+
"eslint-plugin-react-naming-convention": "1.36.3-beta.1",
|
|
58
|
+
"eslint-plugin-react-web-api": "1.36.3-beta.1",
|
|
59
|
+
"eslint-plugin-react-x": "1.36.3-beta.1",
|
|
60
|
+
"eslint-plugin-react-hooks-extra": "1.36.3-beta.1"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"tsup": "^8.4.0",
|