File tree Expand file tree Collapse file tree 1 file changed +24
-6
lines changed Expand file tree Collapse file tree 1 file changed +24
-6
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,10 @@ return {
155
155
{
156
156
message :
157
157
"Object declaration on 'data' property is deprecated. Using function declaration instead." ,
158
- line : 4
158
+ line : 4 ,
159
+ column : 11 ,
160
+ endLine : 6 ,
161
+ endColumn : 12
159
162
}
160
163
]
161
164
} ,
@@ -182,7 +185,10 @@ return {
182
185
{
183
186
message :
184
187
"Object declaration on 'data' property is deprecated. Using function declaration instead." ,
185
- line : 3
188
+ line : 3 ,
189
+ column : 11 ,
190
+ endLine : 5 ,
191
+ endColumn : 12
186
192
}
187
193
]
188
194
} ,
@@ -209,7 +215,10 @@ return {
209
215
{
210
216
message :
211
217
"Object declaration on 'data' property is deprecated. Using function declaration instead." ,
212
- line : 3
218
+ line : 3 ,
219
+ column : 11 ,
220
+ endLine : 5 ,
221
+ endColumn : 12
213
222
}
214
223
]
215
224
} ,
@@ -236,7 +245,10 @@ return (/*b*/{
236
245
{
237
246
message :
238
247
"Object declaration on 'data' property is deprecated. Using function declaration instead." ,
239
- line : 3
248
+ line : 3 ,
249
+ column : 11 ,
250
+ endLine : 5 ,
251
+ endColumn : 13
240
252
}
241
253
]
242
254
} ,
@@ -263,7 +275,10 @@ return {
263
275
{
264
276
message :
265
277
"Object declaration on 'data' property is deprecated. Using function declaration instead." ,
266
- line : 3
278
+ line : 3 ,
279
+ column : 11 ,
280
+ endLine : 5 ,
281
+ endColumn : 12
267
282
}
268
283
]
269
284
} ,
@@ -290,7 +305,10 @@ return {
290
305
{
291
306
message :
292
307
"Object declaration on 'data' property is deprecated. Using function declaration instead." ,
293
- line : 3
308
+ line : 3 ,
309
+ column : 11 ,
310
+ endLine : 5 ,
311
+ endColumn : 12
294
312
}
295
313
]
296
314
}
You can’t perform that action at this time.
0 commit comments