@eslint-react/eslint-plugin 5.8.5-next.0 → 5.8.5

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
@@ -36,9 +36,9 @@ Performant, composable ESLint rules for React and friends.
36
36
  ## Features
37
37
 
38
38
  - **Modern**: First-class support for **TypeScript**, **React 19**, and more.
39
- - **Flexible**: Fully customizable rule severity levels, allowing enforcement or relaxation of rules as needed.
39
+ - **Flexible**: Fully customizable rule severity levels, allowing you to **enforce** or **relax** rules as needed.
40
40
  - **Performant**: Built with performance in mind, optimized for large codebases, code editor responsiveness, and CI pipelines.
41
- - **Context-aware linting**: Rules that understand the context of the code and [project configuration](https://eslint-react.xyz/docs/configuration/configure-project-config) to provide more **accurate** linting.
41
+ - **Context-aware linting**: Rules that understand the context of your code and [project configuration](https://eslint-react.xyz/docs/configuration/configure-project-config) to provide more **accurate** linting.
42
42
 
43
43
  ## Public Packages
44
44
 
@@ -53,10 +53,10 @@ Performant, composable ESLint rules for React and friends.
53
53
 
54
54
  ### Unified ESLint Plugin
55
55
 
56
- - [`@eslint-react/eslint-plugin`](https://npmx.dev/package/@eslint-react/eslint-plugin) - A unified plugin that combines all individual plugins into one. Provides complete, out-of-the-box rule coverage with instant feedback.
56
+ - [`@eslint-react/eslint-plugin`](https://npmx.dev/package/@eslint-react/eslint-plugin) - A unified plugin that combines all individual plugins into one. Get complete, out-of-the-box rule coverage with instant feedback.
57
57
 
58
58
  > [!NOTE]\
59
- > Not sure which one to use? See the [FAQ](https://eslint-react.xyz/docs/faq#which-one-should-i-use-unified-plugin-or-individual-plugins) for guidance.
59
+ > Don't know which one to use? See our [FAQ](https://eslint-react.xyz/docs/faq#which-one-should-i-use-unified-plugin-or-individual-plugins) for guidance.
60
60
 
61
61
  ## Installation
62
62
 
@@ -175,9 +175,9 @@ export default defineConfig(
175
175
  - `disable-type-checked`\
176
176
  Disable rules that require type information.
177
177
  - `disable-conflict-eslint-plugin-react`\
178
- Disable rules in `eslint-plugin-react` that conflict with rules in this plugin.
178
+ Disable rules in `eslint-plugin-react` that conflict with rules in our plugins.
179
179
  - `disable-conflict-eslint-plugin-react-hooks`\
180
- Disable rules in `eslint-plugin-react-hooks` that conflict with rules in this plugin.
180
+ Disable rules in `eslint-plugin-react-hooks` that conflict with rules in our plugins.
181
181
  - `off`\
182
182
  Disable all rules in this plugin except for debug rules.
183
183
 
@@ -208,7 +208,7 @@ This project is, and will remain, [90% of its code written by humans](https://ww
208
208
 
209
209
  ## Sponsors
210
210
 
211
- A huge thank you to the sponsors who make this project possible.
211
+ A huge thank you to our amazing sponsors who make this project possible.
212
212
 
213
213
  <p align="center">
214
214
  <a href="https://ko-fi.com/Rel1cx">
@@ -220,7 +220,7 @@ A huge thank you to the sponsors who make this project possible.
220
220
 
221
221
  Contributions are welcome!
222
222
 
223
- Follow the [contributing guidelines](https://github.com/Rel1cx/eslint-react/tree/main/.github/CONTRIBUTING.md).
223
+ Please follow our [contributing guidelines](https://github.com/Rel1cx/eslint-react/tree/main/.github/CONTRIBUTING.md).
224
224
 
225
225
  ## License
226
226
 
package/dist/index.js CHANGED
@@ -449,7 +449,7 @@ const settings = { ...settings$1 };
449
449
  //#endregion
450
450
  //#region package.json
451
451
  var name = "@eslint-react/eslint-plugin";
452
- var version = "5.8.5-next.0";
452
+ var version = "5.8.5";
453
453
 
454
454
  //#endregion
455
455
  //#region src/utils/type-of.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "5.8.5-next.0",
3
+ "version": "5.8.5",
4
4
  "description": "The all-in-one, blazing fast ESLint plugin for React. Get complete, out-of-the-box rule coverage with instant feedback.",
5
5
  "keywords": [
6
6
  "react",
@@ -42,13 +42,13 @@
42
42
  "dist"
43
43
  ],
44
44
  "dependencies": {
45
- "@eslint-react/shared": "5.8.5-next.0",
46
- "eslint-plugin-react-dom": "5.8.5-next.0",
47
- "eslint-plugin-react-jsx": "5.8.5-next.0",
48
- "eslint-plugin-react-naming-convention": "5.8.5-next.0",
49
- "eslint-plugin-react-rsc": "5.8.5-next.0",
50
- "eslint-plugin-react-web-api": "5.8.5-next.0",
51
- "eslint-plugin-react-x": "5.8.5-next.0"
45
+ "@eslint-react/shared": "5.8.5",
46
+ "eslint-plugin-react-dom": "5.8.5",
47
+ "eslint-plugin-react-jsx": "5.8.5",
48
+ "eslint-plugin-react-naming-convention": "5.8.5",
49
+ "eslint-plugin-react-rsc": "5.8.5",
50
+ "eslint-plugin-react-web-api": "5.8.5",
51
+ "eslint-plugin-react-x": "5.8.5"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/react": "^19.2.15",