@eslint-react/eslint-plugin 1.36.2-next.1 → 1.36.3-beta.0

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 CHANGED
@@ -5,7 +5,7 @@
5
5
  [![Version](https://img.shields.io/npm/v/eslint-plugin-react-x?style=flat&colorA=000000&colorB=000000)](https://npmjs.com/package/eslint-plugin-react-x)
6
6
  [![Downloads](https://img.shields.io/npm/dt/eslint-plugin-react-x.svg?style=flat&colorA=000000&colorB=000000)](https://npmjs.com/package/eslint-plugin-react-x)
7
7
 
8
- More than 80 high-quality linting rules for writing better React code.
8
+ More than 80 high-quality linting rules to identify possible problems in your React 19 code.
9
9
 
10
10
  ## Features
11
11
 
@@ -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
- [![used-by](https://eslint-react.xyz/used_by.png)](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
@@ -25,7 +25,7 @@ var __export = (target, all) => {
25
25
 
26
26
  // package.json
27
27
  var name = "@eslint-react/eslint-plugin";
28
- var version = "1.36.2-next.1";
28
+ var version = "1.36.3-beta.0";
29
29
 
30
30
  // src/configs/all.ts
31
31
  var all_exports = {};
package/dist/index.mjs CHANGED
@@ -14,7 +14,7 @@ var __export = (target, all) => {
14
14
 
15
15
  // package.json
16
16
  var name = "@eslint-react/eslint-plugin";
17
- var version = "1.36.2-next.1";
17
+ var version = "1.36.3-beta.0";
18
18
 
19
19
  // src/configs/all.ts
20
20
  var all_exports = {};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "1.36.2-next.1",
4
- "description": "More than 80 high-quality linting rules for writing better React code.",
3
+ "version": "1.36.3-beta.0",
4
+ "description": "More than 80 high-quality linting rules to identify possible problems in your React 19 code.",
5
5
  "keywords": [
6
6
  "react",
7
7
  "eslint",
@@ -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-react/eff": "1.36.2-next.1",
54
- "@eslint-react/shared": "1.36.2-next.1",
55
- "eslint-plugin-react-debug": "1.36.2-next.1",
56
- "eslint-plugin-react-dom": "1.36.2-next.1",
57
- "eslint-plugin-react-hooks-extra": "1.36.2-next.1",
58
- "eslint-plugin-react-naming-convention": "1.36.2-next.1",
59
- "eslint-plugin-react-x": "1.36.2-next.1",
60
- "eslint-plugin-react-web-api": "1.36.2-next.1"
53
+ "@eslint-react/eff": "1.36.3-beta.0",
54
+ "@eslint-react/shared": "1.36.3-beta.0",
55
+ "eslint-plugin-react-debug": "1.36.3-beta.0",
56
+ "eslint-plugin-react-dom": "1.36.3-beta.0",
57
+ "eslint-plugin-react-naming-convention": "1.36.3-beta.0",
58
+ "eslint-plugin-react-hooks-extra": "1.36.3-beta.0",
59
+ "eslint-plugin-react-web-api": "1.36.3-beta.0",
60
+ "eslint-plugin-react-x": "1.36.3-beta.0"
61
61
  },
62
62
  "devDependencies": {
63
63
  "tsup": "^8.4.0",