Skip to content

Commit f1675c4

Browse files
committed
docs: update presets list in readme
1 parent 0001325 commit f1675c4

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,8 @@ export default [
7272

7373
### Flat Config
7474

75-
- **core**\
76-
Enable rules that are renderer-agnostic.
77-
- **dom**\
78-
Enable rules that are specific to React DOM.
79-
- **web-api**\
80-
Enable rules for interacting with Web APIs.
8175
- **recommended**\
82-
Enable rules that are recommended by ESLint React.\
83-
_This preset includes the `core`, `dom`, and `web-api` presets._
76+
Enable rules that are recommended by ESLint React.
8477
- **recommended-typescript**\
8578
Enable rules that are recommended by ESLint React and disable rules that can be covered by TypeScript.\
8679
_This preset includes the `recommended` preset._

packages/plugins/eslint-plugin/README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,8 @@ export default [
7272

7373
### Flat Config
7474

75-
- **core**\
76-
Enable rules that are renderer-agnostic.
77-
- **dom**\
78-
Enable rules that are specific to React DOM.
79-
- **web-api**\
80-
Enable rules for interacting with Web APIs.
8175
- **recommended**\
82-
Enable rules that are recommended by ESLint React.\
83-
_This preset includes the `core`, `dom`, and `web-api` presets._
76+
Enable rules that are recommended by ESLint React.
8477
- **recommended-typescript**\
8578
Enable rules that are recommended by ESLint React and disable rules that can be covered by TypeScript.\
8679
_This preset includes the `recommended` preset._

0 commit comments

Comments
 (0)