File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
website/public/errors/jsx Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,12 @@ <h2>JSX modes</h2>
77
77
</ figcaption >
78
78
</ figure >
79
79
80
+ < p >
81
+ Specifying a JSX mode in quick-lint-js.config was introduced in
82
+ quick-lint-js version 3.1.0. Prior to version 3.1.0, the JSX mode was
83
+ always < code style ="json "> "react"</ code > .
84
+ </ p >
85
+
80
86
< section id ="auto ">
81
87
< h3 > < code style ="json "> "auto"</ code > JSX mode</ h3 >
82
88
@@ -143,6 +149,11 @@ <h3><code style="json">"auto"</code> JSX mode</h3>
143
149
</ tr >
144
150
</ tbody >
145
151
</ table >
152
+
153
+ < p >
154
+ The < code style ="json "> "auto"</ code > JSX mode was introduced in
155
+ quick-lint-js version 3.1.0.
156
+ </ p >
146
157
</ section >
147
158
148
159
< section id ="react ">
@@ -199,6 +210,12 @@ <h2>React.js (<code style="json">"react"</code> JSX mode)</h2>
199
210
</ figcaption >
200
211
</ figure >
201
212
</ section >
213
+
214
+ < p >
215
+ The < code style ="json "> "react"</ code > JSX mode was introduced
216
+ quick-lint-js version 2.0.0. The < code style ="json "> "react"</ code > JSX
217
+ mode was the default JSX mode until quick-lint-js version 3.1.0.
218
+ </ p >
202
219
</ main >
203
220
204
221
< footer > < %- await include("../../common-footer-nav.ejs.html") %> </ footer >
You can’t perform that action at this time.
0 commit comments