File tree Expand file tree Collapse file tree 2 files changed +2
-16
lines changed
packages/plugins/eslint-plugin Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -72,15 +72,8 @@ export default [
72
72
73
73
### Flat Config
74
74
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.
81
75
- ** 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.
84
77
- ** recommended-typescript** \
85
78
Enable rules that are recommended by ESLint React and disable rules that can be covered by TypeScript.\
86
79
_ This preset includes the ` recommended ` preset._
Original file line number Diff line number Diff line change @@ -72,15 +72,8 @@ export default [
72
72
73
73
### Flat Config
74
74
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.
81
75
- ** 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.
84
77
- ** recommended-typescript** \
85
78
Enable rules that are recommended by ESLint React and disable rules that can be covered by TypeScript.\
86
79
_ This preset includes the ` recommended ` preset._
You can’t perform that action at this time.
0 commit comments