@eslint-react/eslint-plugin 1.16.0-next.0 → 1.16.1-beta.3

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
@@ -82,9 +82,12 @@ export default [
82
82
  - **recommended**\
83
83
  Enable rules that are recommended by ESLint React.\
84
84
  _This preset includes the `core`, `dom`, and `web-api` presets._
85
+ - **recommended-typescript**\
86
+ Enable rules that are recommended by ESLint React and disable rules that can be covered by TypeScript.\
87
+ _This preset includes the `recommended` preset._
85
88
  - **recommended-type-checked**\
86
89
  Enable rules that are recommended by ESLint React with additional rules that require type information.\
87
- _This preset includes the `recommended` preset._
90
+ _This preset includes the `recommended-typescript` preset._
88
91
 
89
92
  [Full Presets List↗](https://eslint-react.xyz/docs/presets)
90
93