File tree 1 file changed +28
-2
lines changed
1 file changed +28
-2
lines changed Original file line number Diff line number Diff line change 179
179
" frontend/express/public/core/*/javascripts/countly.*.js" ,
180
180
" plugins/*/frontend/public/javascripts/countly.*.js"
181
181
],
182
+ "parserOptions" : {
183
+ "ecmaVersion" : 2020
184
+ },
182
185
"env" : {
183
186
"browser" : true ,
184
187
"es2020" : true
335
338
"node" : true
336
339
},
337
340
"parserOptions" : {
338
- "ecmaVersion" : 2020
341
+ "ecmaVersion" : 2023
339
342
},
340
343
"rules" : {
341
344
"no-console" : " off"
353
356
"mocha" : true
354
357
},
355
358
"parserOptions" : {
356
- "ecmaVersion" : 2020
359
+ "ecmaVersion" : 2023
360
+ },
361
+ "rules" : {
362
+ "no-console" : " off" ,
363
+ "no-unused-vars" : " off" ,
364
+ "no-redeclare" : " off"
365
+ }
366
+ },
367
+ {
368
+ "files" : [
369
+ " ui-tests/**/*.js"
370
+ ],
371
+ "env" : {
372
+ "es2023" : true ,
373
+ "node" : true ,
374
+ "mocha" : true
375
+ },
376
+ "globals" : {
377
+ "Cypress" : " readonly" ,
378
+ "cy" : " readonly"
379
+ },
380
+ "parserOptions" : {
381
+ "ecmaVersion" : 2023 ,
382
+ "sourceType" : " module"
357
383
},
358
384
"rules" : {
359
385
"no-console" : " off" ,
You can’t perform that action at this time.
0 commit comments