@@ -17,23 +17,23 @@ exports[`react-project > react-project 1`] = `
1717 " rules" : {
1818 " react-hooks/exhaustive-deps" : " warn" ,
1919 " react-hooks/rules-of-hooks" : " error" ,
20- " react-perf/jsx-no-new-array-as-prop" : " warn " ,
21- " react-perf/jsx-no-new-function-as-prop" : " warn " ,
22- " react-perf/jsx-no-new-object-as-prop" : " warn " ,
23- " react/jsx-key" : " warn " ,
24- " react/jsx-no-comment-textnodes" : " warn " ,
25- " react/jsx-no-duplicate-props" : " warn " ,
26- " react/jsx-no-target-blank" : " warn " ,
27- " react/jsx-no-undef" : " warn " ,
28- " react/no-children-prop" : " warn " ,
29- " react/no-danger-with-children" : " warn " ,
30- " react/no-direct-mutation-state" : " warn " ,
31- " react/no-find-dom-node" : " warn " ,
32- " react/no-is-mounted" : " warn " ,
33- " react/no-render-return-value" : " warn " ,
34- " react/no-string-refs" : " warn " ,
35- " react/no-unescaped-entities" : " warn " ,
36- " react/no-unknown-property" : " warn " ,
20+ " react-perf/jsx-no-new-array-as-prop" : " error " ,
21+ " react-perf/jsx-no-new-function-as-prop" : " error " ,
22+ " react-perf/jsx-no-new-object-as-prop" : " error " ,
23+ " react/jsx-key" : " error " ,
24+ " react/jsx-no-comment-textnodes" : " error " ,
25+ " react/jsx-no-duplicate-props" : " error " ,
26+ " react/jsx-no-target-blank" : " error " ,
27+ " react/jsx-no-undef" : " error " ,
28+ " react/no-children-prop" : " error " ,
29+ " react/no-danger-with-children" : " error " ,
30+ " react/no-direct-mutation-state" : " error " ,
31+ " react/no-find-dom-node" : " error " ,
32+ " react/no-is-mounted" : " error " ,
33+ " react/no-render-return-value" : " error " ,
34+ " react/no-string-refs" : " error " ,
35+ " react/no-unescaped-entities" : " error " ,
36+ " react/no-unknown-property" : " error " ,
3737 },
3838 },
3939 " warnings" : [
@@ -80,23 +80,23 @@ exports[`react-project --js-plugins > react-project--js-plugins 1`] = `
8080 " rules" : {
8181 " react-hooks/exhaustive-deps" : " warn" ,
8282 " react-hooks/rules-of-hooks" : " error" ,
83- " react-perf/jsx-no-new-array-as-prop" : " warn " ,
84- " react-perf/jsx-no-new-function-as-prop" : " warn " ,
85- " react-perf/jsx-no-new-object-as-prop" : " warn " ,
86- " react/jsx-key" : " warn " ,
87- " react/jsx-no-comment-textnodes" : " warn " ,
88- " react/jsx-no-duplicate-props" : " warn " ,
89- " react/jsx-no-target-blank" : " warn " ,
90- " react/jsx-no-undef" : " warn " ,
91- " react/no-children-prop" : " warn " ,
92- " react/no-danger-with-children" : " warn " ,
93- " react/no-direct-mutation-state" : " warn " ,
94- " react/no-find-dom-node" : " warn " ,
95- " react/no-is-mounted" : " warn " ,
96- " react/no-render-return-value" : " warn " ,
97- " react/no-string-refs" : " warn " ,
98- " react/no-unescaped-entities" : " warn " ,
99- " react/no-unknown-property" : " warn " ,
83+ " react-perf/jsx-no-new-array-as-prop" : " error " ,
84+ " react-perf/jsx-no-new-function-as-prop" : " error " ,
85+ " react-perf/jsx-no-new-object-as-prop" : " error " ,
86+ " react/jsx-key" : " error " ,
87+ " react/jsx-no-comment-textnodes" : " error " ,
88+ " react/jsx-no-duplicate-props" : " error " ,
89+ " react/jsx-no-target-blank" : " error " ,
90+ " react/jsx-no-undef" : " error " ,
91+ " react/no-children-prop" : " error " ,
92+ " react/no-danger-with-children" : " error " ,
93+ " react/no-direct-mutation-state" : " error " ,
94+ " react/no-find-dom-node" : " error " ,
95+ " react/no-is-mounted" : " error " ,
96+ " react/no-render-return-value" : " error " ,
97+ " react/no-string-refs" : " error " ,
98+ " react/no-unescaped-entities" : " error " ,
99+ " react/no-unknown-property" : " error " ,
100100 },
101101 },
102102 " warnings" : [
@@ -143,23 +143,23 @@ exports[`react-project --type-aware > react-project--type-aware 1`] = `
143143 " rules" : {
144144 " react-hooks/exhaustive-deps" : " warn" ,
145145 " react-hooks/rules-of-hooks" : " error" ,
146- " react-perf/jsx-no-new-array-as-prop" : " warn " ,
147- " react-perf/jsx-no-new-function-as-prop" : " warn " ,
148- " react-perf/jsx-no-new-object-as-prop" : " warn " ,
149- " react/jsx-key" : " warn " ,
150- " react/jsx-no-comment-textnodes" : " warn " ,
151- " react/jsx-no-duplicate-props" : " warn " ,
152- " react/jsx-no-target-blank" : " warn " ,
153- " react/jsx-no-undef" : " warn " ,
154- " react/no-children-prop" : " warn " ,
155- " react/no-danger-with-children" : " warn " ,
156- " react/no-direct-mutation-state" : " warn " ,
157- " react/no-find-dom-node" : " warn " ,
158- " react/no-is-mounted" : " warn " ,
159- " react/no-render-return-value" : " warn " ,
160- " react/no-string-refs" : " warn " ,
161- " react/no-unescaped-entities" : " warn " ,
162- " react/no-unknown-property" : " warn " ,
146+ " react-perf/jsx-no-new-array-as-prop" : " error " ,
147+ " react-perf/jsx-no-new-function-as-prop" : " error " ,
148+ " react-perf/jsx-no-new-object-as-prop" : " error " ,
149+ " react/jsx-key" : " error " ,
150+ " react/jsx-no-comment-textnodes" : " error " ,
151+ " react/jsx-no-duplicate-props" : " error " ,
152+ " react/jsx-no-target-blank" : " error " ,
153+ " react/jsx-no-undef" : " error " ,
154+ " react/no-children-prop" : " error " ,
155+ " react/no-danger-with-children" : " error " ,
156+ " react/no-direct-mutation-state" : " error " ,
157+ " react/no-find-dom-node" : " error " ,
158+ " react/no-is-mounted" : " error " ,
159+ " react/no-render-return-value" : " error " ,
160+ " react/no-string-refs" : " error " ,
161+ " react/no-unescaped-entities" : " error " ,
162+ " react/no-unknown-property" : " error " ,
163163 },
164164 },
165165 " warnings" : [
@@ -207,24 +207,11 @@ exports[`react-project merge > react-project--merge 1`] = `
207207 " rules" : {
208208 " react-hooks/exhaustive-deps" : " warn" ,
209209 " react-hooks/rules-of-hooks" : " error" ,
210- " react-perf/jsx-no-new-array-as-prop" : " warn" ,
211- " react-perf/jsx-no-new-function-as-prop" : " warn" ,
212- " react-perf/jsx-no-new-object-as-prop" : " warn" ,
213- " react/jsx-key" : " warn" ,
214- " react/jsx-no-comment-textnodes" : " warn" ,
215- " react/jsx-no-duplicate-props" : " warn" ,
216- " react/jsx-no-target-blank" : " warn" ,
217- " react/jsx-no-undef" : " warn" ,
218- " react/no-children-prop" : " warn" ,
219- " react/no-danger-with-children" : " warn" ,
220- " react/no-direct-mutation-state" : " warn" ,
221- " react/no-find-dom-node" : " warn" ,
222- " react/no-is-mounted" : " warn" ,
223- " react/no-render-return-value" : " warn" ,
224- " react/no-string-refs" : " warn" ,
225- " react/no-unescaped-entities" : " warn" ,
226- " react/no-unknown-property" : " warn" ,
227- " react/react-in-jsx-scope" : " warn" ,
210+ " react/jsx-no-comment-textnodes" : " error" ,
211+ " react/jsx-no-target-blank" : " error" ,
212+ " react/no-unescaped-entities" : " error" ,
213+ " react/no-unknown-property" : " error" ,
214+ " react/react-in-jsx-scope" : " error" ,
228215 },
229216 },
230217 " warnings" : [
0 commit comments