@@ -107,7 +107,6 @@ ruleTester.run('jsx-no-leaked-zero', rule, {
107
107
message : 'Potential numeric evaluation that ends up in leaked zero to the DOM' ,
108
108
line : 3 ,
109
109
column : 22 ,
110
- endColumn : 27 ,
111
110
} ] ,
112
111
output : `
113
112
const Component = ({ count, title }) => {
@@ -126,7 +125,6 @@ ruleTester.run('jsx-no-leaked-zero', rule, {
126
125
message : 'Potential numeric evaluation that ends up in leaked zero to the DOM' ,
127
126
line : 3 ,
128
127
column : 22 ,
129
- endColumn : 27 ,
130
128
} ] ,
131
129
output : `
132
130
const Component = ({ count }) => {
@@ -145,7 +143,6 @@ ruleTester.run('jsx-no-leaked-zero', rule, {
145
143
message : 'Potential numeric evaluation that ends up in leaked zero to the DOM' ,
146
144
line : 3 ,
147
145
column : 22 ,
148
- endColumn : 37 ,
149
146
} ] ,
150
147
output : `
151
148
const Component = ({ elements }) => {
@@ -164,7 +161,6 @@ ruleTester.run('jsx-no-leaked-zero', rule, {
164
161
message : 'Potential numeric evaluation that ends up in leaked zero to the DOM' ,
165
162
line : 3 ,
166
163
column : 22 ,
167
- endColumn : 54 ,
168
164
} ] ,
169
165
output : `
170
166
const Component = ({ nestedCollection }) => {
@@ -183,7 +179,6 @@ ruleTester.run('jsx-no-leaked-zero', rule, {
183
179
message : 'Potential numeric evaluation that ends up in leaked zero to the DOM' ,
184
180
line : 3 ,
185
181
column : 22 ,
186
- endColumn : 33 ,
187
182
} ] ,
188
183
output : `
189
184
const Component = ({ elements }) => {
@@ -202,7 +197,6 @@ ruleTester.run('jsx-no-leaked-zero', rule, {
202
197
message : 'Potential numeric evaluation that ends up in leaked zero to the DOM' ,
203
198
line : 3 ,
204
199
column : 23 ,
205
- endColumn : 41 ,
206
200
} ] ,
207
201
output : `
208
202
const Component = ({ numberA, numberB }) => {
@@ -222,7 +216,6 @@ ruleTester.run('jsx-no-leaked-zero', rule, {
222
216
message : 'Potential numeric evaluation that ends up in leaked zero to the DOM' ,
223
217
line : 3 ,
224
218
column : 22 ,
225
- endColumn : 27 ,
226
219
} ] ,
227
220
output : `
228
221
const Component = ({ count, title }) => {
@@ -240,7 +233,6 @@ ruleTester.run('jsx-no-leaked-zero', rule, {
240
233
message : 'Potential numeric evaluation that ends up in leaked zero to the DOM' ,
241
234
line : 3 ,
242
235
column : 22 ,
243
- endColumn : 27 ,
244
236
} ] ,
245
237
output : `
246
238
const Component = ({ count }) => {
@@ -258,7 +250,6 @@ ruleTester.run('jsx-no-leaked-zero', rule, {
258
250
message : 'Potential numeric evaluation that ends up in leaked zero to the DOM' ,
259
251
line : 3 ,
260
252
column : 22 ,
261
- endColumn : 37 ,
262
253
} ] ,
263
254
output : `
264
255
const Component = ({ elements }) => {
@@ -276,7 +267,6 @@ ruleTester.run('jsx-no-leaked-zero', rule, {
276
267
message : 'Potential numeric evaluation that ends up in leaked zero to the DOM' ,
277
268
line : 3 ,
278
269
column : 22 ,
279
- endColumn : 54 ,
280
270
} ] ,
281
271
output : `
282
272
const Component = ({ nestedCollection }) => {
@@ -294,7 +284,6 @@ ruleTester.run('jsx-no-leaked-zero', rule, {
294
284
message : 'Potential numeric evaluation that ends up in leaked zero to the DOM' ,
295
285
line : 3 ,
296
286
column : 22 ,
297
- endColumn : 33 ,
298
287
} ] ,
299
288
output : `
300
289
const Component = ({ elements }) => {
@@ -313,7 +302,6 @@ ruleTester.run('jsx-no-leaked-zero', rule, {
313
302
message : 'Potential numeric evaluation that ends up in leaked zero to the DOM' ,
314
303
line : 3 ,
315
304
column : 23 ,
316
- endColumn : 41 ,
317
305
} ] ,
318
306
output : `
319
307
const Component = ({ numberA, numberB }) => {
0 commit comments