We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae14580 commit 9d787a8Copy full SHA for 9d787a8
CHANGELOG.md
@@ -11,6 +11,12 @@
11
- Replace `react/` with `` in rule names.
12
- Replace `react-dom/` with `dom/` in rule names.
13
- Replace `react-hooks/` with `hooks-extra/` in rule names.
14
+- Switch to new settings schema.
15
+ - Put settings under `reactOptions` instead of `eslintReact`.
16
+ - Replace `jsx.pragma` with `jsxPragma`.
17
+ - Replace `jsx.fragment` with `jsxPragmaFrag`.
18
+ - Replace `react.version` with `version`.
19
+ - Remove `jsx.extensions`.
20
21
## v1.0.2 (Sat Jan 27 2024)
22
0 commit comments