yaml-language-server 1.12.1-47e9259.0 → 1.12.1-5069823.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/eslint-result.sarif +266 -1122
  2. package/lib/esm/languageserver/handlers/validationHandlers.js.map +1 -1
  3. package/lib/esm/languageservice/parser/yaml-documents.d.ts +8 -0
  4. package/lib/esm/languageservice/parser/yaml-documents.js +11 -1
  5. package/lib/esm/languageservice/parser/yaml-documents.js.map +1 -1
  6. package/lib/esm/languageservice/services/validation/unused-anchors.js +4 -2
  7. package/lib/esm/languageservice/services/validation/unused-anchors.js.map +1 -1
  8. package/lib/esm/languageservice/services/yamlCompletion.js +11 -22
  9. package/lib/esm/languageservice/services/yamlCompletion.js.map +1 -1
  10. package/lib/esm/languageservice/utils/arrUtils.d.ts +1 -1
  11. package/lib/esm/languageservice/utils/arrUtils.js +0 -1
  12. package/lib/esm/languageservice/utils/arrUtils.js.map +1 -1
  13. package/lib/esm/languageservice/utils/schemaUtils.js +1 -1
  14. package/lib/esm/languageservice/utils/schemaUtils.js.map +1 -1
  15. package/lib/esm/requestTypes.d.ts +10 -10
  16. package/lib/esm/requestTypes.js +0 -2
  17. package/lib/esm/requestTypes.js.map +1 -1
  18. package/lib/esm/webworker/yamlServerMain.js +0 -2
  19. package/lib/esm/webworker/yamlServerMain.js.map +1 -1
  20. package/lib/umd/languageserver/handlers/validationHandlers.js.map +1 -1
  21. package/lib/umd/languageservice/parser/yaml-documents.d.ts +8 -0
  22. package/lib/umd/languageservice/parser/yaml-documents.js +11 -1
  23. package/lib/umd/languageservice/parser/yaml-documents.js.map +1 -1
  24. package/lib/umd/languageservice/services/validation/unused-anchors.js +4 -2
  25. package/lib/umd/languageservice/services/validation/unused-anchors.js.map +1 -1
  26. package/lib/umd/languageservice/services/yamlCompletion.js +11 -22
  27. package/lib/umd/languageservice/services/yamlCompletion.js.map +1 -1
  28. package/lib/umd/languageservice/utils/arrUtils.d.ts +1 -1
  29. package/lib/umd/languageservice/utils/arrUtils.js +0 -1
  30. package/lib/umd/languageservice/utils/arrUtils.js.map +1 -1
  31. package/lib/umd/languageservice/utils/schemaUtils.js +1 -1
  32. package/lib/umd/languageservice/utils/schemaUtils.js.map +1 -1
  33. package/lib/umd/requestTypes.d.ts +10 -10
  34. package/lib/umd/requestTypes.js +0 -2
  35. package/lib/umd/requestTypes.js.map +1 -1
  36. package/lib/umd/webworker/yamlServerMain.js +0 -2
  37. package/lib/umd/webworker/yamlServerMain.js.map +1 -1
  38. package/out/server/src/languageserver/handlers/validationHandlers.js.map +1 -1
  39. package/out/server/src/languageservice/parser/yaml-documents.d.ts +8 -0
  40. package/out/server/src/languageservice/parser/yaml-documents.js +11 -1
  41. package/out/server/src/languageservice/parser/yaml-documents.js.map +1 -1
  42. package/out/server/src/languageservice/services/validation/unused-anchors.js +4 -2
  43. package/out/server/src/languageservice/services/validation/unused-anchors.js.map +1 -1
  44. package/out/server/src/languageservice/services/yamlCompletion.js +11 -22
  45. package/out/server/src/languageservice/services/yamlCompletion.js.map +1 -1
  46. package/out/server/src/languageservice/utils/arrUtils.d.ts +1 -1
  47. package/out/server/src/languageservice/utils/arrUtils.js +0 -1
  48. package/out/server/src/languageservice/utils/arrUtils.js.map +1 -1
  49. package/out/server/src/languageservice/utils/schemaUtils.js +1 -1
  50. package/out/server/src/languageservice/utils/schemaUtils.js.map +1 -1
  51. package/out/server/src/requestTypes.d.ts +10 -10
  52. package/out/server/src/requestTypes.js +0 -2
  53. package/out/server/src/requestTypes.js.map +1 -1
  54. package/out/server/src/webworker/yamlServerMain.js +0 -2
  55. package/out/server/src/webworker/yamlServerMain.js.map +1 -1
  56. package/out/server/test/schemaValidation.test.js +2 -1
  57. package/out/server/test/schemaValidation.test.js.map +1 -1
  58. package/out/server/test/yamlValidation.test.js +3 -2
  59. package/out/server/test/yamlValidation.test.js.map +1 -1
  60. package/package.json +1 -1
@@ -24,14 +24,6 @@
24
24
  "text": "Disallow unused variables"
25
25
  }
26
26
  },
27
- {
28
- "id": "no-self-assign",
29
- "helpUri": "https://eslint.org/docs/rules/no-self-assign",
30
- "properties": {},
31
- "shortDescription": {
32
- "text": "Disallow assignments where both sides are exactly the same"
33
- }
34
- },
35
27
  {
36
28
  "id": "@typescript-eslint/no-var-requires",
37
29
  "helpUri": "https://typescript-eslint.io/rules/no-var-requires",
@@ -55,14 +47,6 @@
55
47
  "shortDescription": {
56
48
  "text": "Disallow custom TypeScript modules and namespaces"
57
49
  }
58
- },
59
- {
60
- "id": "@typescript-eslint/ban-types",
61
- "helpUri": "https://typescript-eslint.io/rules/ban-types",
62
- "properties": {},
63
- "shortDescription": {
64
- "text": "Disallow certain types"
65
- }
66
50
  }
67
51
  ],
68
52
  "version": "8.24.0"
@@ -1097,9 +1081,9 @@
1097
1081
  ]
1098
1082
  },
1099
1083
  {
1100
- "level": "error",
1084
+ "level": "warning",
1101
1085
  "message": {
1102
- "text": "'currentDoc.internalDocument' is assigned to itself."
1086
+ "text": "Unexpected any. Specify a different type."
1103
1087
  },
1104
1088
  "locations": [
1105
1089
  {
@@ -1109,16 +1093,16 @@
1109
1093
  "index": 30
1110
1094
  },
1111
1095
  "region": {
1112
- "startLine": 346,
1096
+ "startLine": 1180,
1113
1097
  "startColumn": 41,
1114
- "endLine": 346,
1115
- "endColumn": 68
1098
+ "endLine": 1180,
1099
+ "endColumn": 44
1116
1100
  }
1117
1101
  }
1118
1102
  }
1119
1103
  ],
1120
- "ruleId": "no-self-assign",
1121
- "ruleIndex": 2,
1104
+ "ruleId": "@typescript-eslint/no-explicit-any",
1105
+ "ruleIndex": 0,
1122
1106
  "suppressions": [
1123
1107
  {
1124
1108
  "kind": "inSource",
@@ -1127,9 +1111,9 @@
1127
1111
  ]
1128
1112
  },
1129
1113
  {
1130
- "level": "error",
1114
+ "level": "warning",
1131
1115
  "message": {
1132
- "text": "'currentDoc.internalDocument' is assigned to itself."
1116
+ "text": "Unexpected any. Specify a different type."
1133
1117
  },
1134
1118
  "locations": [
1135
1119
  {
@@ -1139,16 +1123,16 @@
1139
1123
  "index": 30
1140
1124
  },
1141
1125
  "region": {
1142
- "startLine": 373,
1143
- "startColumn": 57,
1144
- "endLine": 373,
1145
- "endColumn": 84
1126
+ "startLine": 1218,
1127
+ "startColumn": 47,
1128
+ "endLine": 1218,
1129
+ "endColumn": 50
1146
1130
  }
1147
1131
  }
1148
1132
  }
1149
1133
  ],
1150
- "ruleId": "no-self-assign",
1151
- "ruleIndex": 2,
1134
+ "ruleId": "@typescript-eslint/no-explicit-any",
1135
+ "ruleIndex": 0,
1152
1136
  "suppressions": [
1153
1137
  {
1154
1138
  "kind": "inSource",
@@ -1157,9 +1141,9 @@
1157
1141
  ]
1158
1142
  },
1159
1143
  {
1160
- "level": "error",
1144
+ "level": "warning",
1161
1145
  "message": {
1162
- "text": "'currentDoc.internalDocument' is assigned to itself."
1146
+ "text": "Unexpected any. Specify a different type."
1163
1147
  },
1164
1148
  "locations": [
1165
1149
  {
@@ -1169,16 +1153,16 @@
1169
1153
  "index": 30
1170
1154
  },
1171
1155
  "region": {
1172
- "startLine": 378,
1173
- "startColumn": 55,
1174
- "endLine": 378,
1175
- "endColumn": 82
1156
+ "startLine": 1246,
1157
+ "startColumn": 40,
1158
+ "endLine": 1246,
1159
+ "endColumn": 43
1176
1160
  }
1177
1161
  }
1178
1162
  }
1179
1163
  ],
1180
- "ruleId": "no-self-assign",
1181
- "ruleIndex": 2,
1164
+ "ruleId": "@typescript-eslint/no-explicit-any",
1165
+ "ruleIndex": 0,
1182
1166
  "suppressions": [
1183
1167
  {
1184
1168
  "kind": "inSource",
@@ -1187,9 +1171,9 @@
1187
1171
  ]
1188
1172
  },
1189
1173
  {
1190
- "level": "error",
1174
+ "level": "warning",
1191
1175
  "message": {
1192
- "text": "'currentDoc.internalDocument' is assigned to itself."
1176
+ "text": "Unexpected any. Specify a different type."
1193
1177
  },
1194
1178
  "locations": [
1195
1179
  {
@@ -1199,16 +1183,16 @@
1199
1183
  "index": 30
1200
1184
  },
1201
1185
  "region": {
1202
- "startLine": 382,
1203
- "startColumn": 55,
1204
- "endLine": 382,
1205
- "endColumn": 82
1186
+ "startLine": 1507,
1187
+ "startColumn": 47,
1188
+ "endLine": 1507,
1189
+ "endColumn": 50
1206
1190
  }
1207
1191
  }
1208
1192
  }
1209
1193
  ],
1210
- "ruleId": "no-self-assign",
1211
- "ruleIndex": 2,
1194
+ "ruleId": "@typescript-eslint/no-explicit-any",
1195
+ "ruleIndex": 0,
1212
1196
  "suppressions": [
1213
1197
  {
1214
1198
  "kind": "inSource",
@@ -1217,9 +1201,9 @@
1217
1201
  ]
1218
1202
  },
1219
1203
  {
1220
- "level": "error",
1204
+ "level": "warning",
1221
1205
  "message": {
1222
- "text": "'currentDoc.internalDocument' is assigned to itself."
1206
+ "text": "Unexpected any. Specify a different type."
1223
1207
  },
1224
1208
  "locations": [
1225
1209
  {
@@ -1229,16 +1213,16 @@
1229
1213
  "index": 30
1230
1214
  },
1231
1215
  "region": {
1232
- "startLine": 406,
1233
- "startColumn": 51,
1234
- "endLine": 406,
1235
- "endColumn": 78
1216
+ "startLine": 1509,
1217
+ "startColumn": 30,
1218
+ "endLine": 1509,
1219
+ "endColumn": 33
1236
1220
  }
1237
1221
  }
1238
1222
  }
1239
1223
  ],
1240
- "ruleId": "no-self-assign",
1241
- "ruleIndex": 2,
1224
+ "ruleId": "@typescript-eslint/no-explicit-any",
1225
+ "ruleIndex": 0,
1242
1226
  "suppressions": [
1243
1227
  {
1244
1228
  "kind": "inSource",
@@ -1247,9 +1231,9 @@
1247
1231
  ]
1248
1232
  },
1249
1233
  {
1250
- "level": "error",
1234
+ "level": "warning",
1251
1235
  "message": {
1252
- "text": "'currentDoc.internalDocument' is assigned to itself."
1236
+ "text": "Unexpected any. Specify a different type."
1253
1237
  },
1254
1238
  "locations": [
1255
1239
  {
@@ -1259,16 +1243,16 @@
1259
1243
  "index": 30
1260
1244
  },
1261
1245
  "region": {
1262
- "startLine": 430,
1263
- "startColumn": 59,
1264
- "endLine": 430,
1265
- "endColumn": 86
1246
+ "startLine": 1509,
1247
+ "startColumn": 45,
1248
+ "endLine": 1509,
1249
+ "endColumn": 48
1266
1250
  }
1267
1251
  }
1268
1252
  }
1269
1253
  ],
1270
- "ruleId": "no-self-assign",
1271
- "ruleIndex": 2,
1254
+ "ruleId": "@typescript-eslint/no-explicit-any",
1255
+ "ruleIndex": 0,
1272
1256
  "suppressions": [
1273
1257
  {
1274
1258
  "kind": "inSource",
@@ -1277,9 +1261,9 @@
1277
1261
  ]
1278
1262
  },
1279
1263
  {
1280
- "level": "error",
1264
+ "level": "warning",
1281
1265
  "message": {
1282
- "text": "'currentDoc.internalDocument' is assigned to itself."
1266
+ "text": "Unexpected any. Specify a different type."
1283
1267
  },
1284
1268
  "locations": [
1285
1269
  {
@@ -1289,16 +1273,16 @@
1289
1273
  "index": 30
1290
1274
  },
1291
1275
  "region": {
1292
- "startLine": 434,
1293
- "startColumn": 59,
1294
- "endLine": 434,
1295
- "endColumn": 86
1276
+ "startLine": 1544,
1277
+ "startColumn": 42,
1278
+ "endLine": 1544,
1279
+ "endColumn": 45
1296
1280
  }
1297
1281
  }
1298
1282
  }
1299
1283
  ],
1300
- "ruleId": "no-self-assign",
1301
- "ruleIndex": 2,
1284
+ "ruleId": "@typescript-eslint/no-explicit-any",
1285
+ "ruleIndex": 0,
1302
1286
  "suppressions": [
1303
1287
  {
1304
1288
  "kind": "inSource",
@@ -1307,9 +1291,9 @@
1307
1291
  ]
1308
1292
  },
1309
1293
  {
1310
- "level": "error",
1294
+ "level": "warning",
1311
1295
  "message": {
1312
- "text": "'currentDoc.internalDocument' is assigned to itself."
1296
+ "text": "Unexpected any. Specify a different type."
1313
1297
  },
1314
1298
  "locations": [
1315
1299
  {
@@ -1319,16 +1303,16 @@
1319
1303
  "index": 30
1320
1304
  },
1321
1305
  "region": {
1322
- "startLine": 452,
1323
- "startColumn": 51,
1324
- "endLine": 452,
1325
- "endColumn": 78
1306
+ "startLine": 1582,
1307
+ "startColumn": 35,
1308
+ "endLine": 1582,
1309
+ "endColumn": 38
1326
1310
  }
1327
1311
  }
1328
1312
  }
1329
1313
  ],
1330
- "ruleId": "no-self-assign",
1331
- "ruleIndex": 2,
1314
+ "ruleId": "@typescript-eslint/no-explicit-any",
1315
+ "ruleIndex": 0,
1332
1316
  "suppressions": [
1333
1317
  {
1334
1318
  "kind": "inSource",
@@ -1337,9 +1321,9 @@
1337
1321
  ]
1338
1322
  },
1339
1323
  {
1340
- "level": "error",
1324
+ "level": "warning",
1341
1325
  "message": {
1342
- "text": "'currentDoc.internalDocument' is assigned to itself."
1326
+ "text": "Unexpected any. Specify a different type."
1343
1327
  },
1344
1328
  "locations": [
1345
1329
  {
@@ -1349,16 +1333,16 @@
1349
1333
  "index": 30
1350
1334
  },
1351
1335
  "region": {
1352
- "startLine": 459,
1353
- "startColumn": 51,
1354
- "endLine": 459,
1355
- "endColumn": 78
1336
+ "startLine": 1585,
1337
+ "startColumn": 22,
1338
+ "endLine": 1585,
1339
+ "endColumn": 25
1356
1340
  }
1357
1341
  }
1358
1342
  }
1359
1343
  ],
1360
- "ruleId": "no-self-assign",
1361
- "ruleIndex": 2,
1344
+ "ruleId": "@typescript-eslint/no-explicit-any",
1345
+ "ruleIndex": 0,
1362
1346
  "suppressions": [
1363
1347
  {
1364
1348
  "kind": "inSource",
@@ -1369,25 +1353,25 @@
1369
1353
  {
1370
1354
  "level": "error",
1371
1355
  "message": {
1372
- "text": "'currentDoc.internalDocument' is assigned to itself."
1356
+ "text": "Require statement not part of import statement."
1373
1357
  },
1374
1358
  "locations": [
1375
1359
  {
1376
1360
  "physicalLocation": {
1377
1361
  "artifactLocation": {
1378
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlCompletion.ts",
1379
- "index": 30
1362
+ "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlSchemaService.ts",
1363
+ "index": 37
1380
1364
  },
1381
1365
  "region": {
1382
- "startLine": 478,
1383
- "startColumn": 43,
1384
- "endLine": 478,
1385
- "endColumn": 70
1366
+ "startLine": 40,
1367
+ "startColumn": 22,
1368
+ "endLine": 40,
1369
+ "endColumn": 72
1386
1370
  }
1387
1371
  }
1388
1372
  }
1389
1373
  ],
1390
- "ruleId": "no-self-assign",
1374
+ "ruleId": "@typescript-eslint/no-var-requires",
1391
1375
  "ruleIndex": 2,
1392
1376
  "suppressions": [
1393
1377
  {
@@ -1397,28 +1381,28 @@
1397
1381
  ]
1398
1382
  },
1399
1383
  {
1400
- "level": "error",
1384
+ "level": "warning",
1401
1385
  "message": {
1402
- "text": "'currentDoc.internalDocument' is assigned to itself."
1386
+ "text": "Unexpected any. Specify a different type."
1403
1387
  },
1404
1388
  "locations": [
1405
1389
  {
1406
1390
  "physicalLocation": {
1407
1391
  "artifactLocation": {
1408
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlCompletion.ts",
1409
- "index": 30
1392
+ "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlSchemaService.ts",
1393
+ "index": 37
1410
1394
  },
1411
1395
  "region": {
1412
- "startLine": 492,
1413
- "startColumn": 45,
1414
- "endLine": 492,
1415
- "endColumn": 72
1396
+ "startLine": 57,
1397
+ "startColumn": 12,
1398
+ "endLine": 57,
1399
+ "endColumn": 15
1416
1400
  }
1417
1401
  }
1418
1402
  }
1419
1403
  ],
1420
- "ruleId": "no-self-assign",
1421
- "ruleIndex": 2,
1404
+ "ruleId": "@typescript-eslint/no-explicit-any",
1405
+ "ruleIndex": 0,
1422
1406
  "suppressions": [
1423
1407
  {
1424
1408
  "kind": "inSource",
@@ -1435,14 +1419,14 @@
1435
1419
  {
1436
1420
  "physicalLocation": {
1437
1421
  "artifactLocation": {
1438
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlCompletion.ts",
1439
- "index": 30
1422
+ "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlSchemaService.ts",
1423
+ "index": 37
1440
1424
  },
1441
1425
  "region": {
1442
- "startLine": 1191,
1443
- "startColumn": 41,
1444
- "endLine": 1191,
1445
- "endColumn": 44
1426
+ "startLine": 106,
1427
+ "startColumn": 16,
1428
+ "endLine": 106,
1429
+ "endColumn": 19
1446
1430
  }
1447
1431
  }
1448
1432
  }
@@ -1465,14 +1449,14 @@
1465
1449
  {
1466
1450
  "physicalLocation": {
1467
1451
  "artifactLocation": {
1468
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlCompletion.ts",
1469
- "index": 30
1452
+ "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlSchemaService.ts",
1453
+ "index": 37
1470
1454
  },
1471
1455
  "region": {
1472
- "startLine": 1229,
1473
- "startColumn": 47,
1474
- "endLine": 1229,
1475
- "endColumn": 50
1456
+ "startLine": 181,
1457
+ "startColumn": 20,
1458
+ "endLine": 181,
1459
+ "endColumn": 23
1476
1460
  }
1477
1461
  }
1478
1462
  }
@@ -1495,14 +1479,14 @@
1495
1479
  {
1496
1480
  "physicalLocation": {
1497
1481
  "artifactLocation": {
1498
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlCompletion.ts",
1499
- "index": 30
1482
+ "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlSchemaService.ts",
1483
+ "index": 37
1500
1484
  },
1501
1485
  "region": {
1502
- "startLine": 1257,
1503
- "startColumn": 40,
1504
- "endLine": 1257,
1505
- "endColumn": 43
1486
+ "startLine": 212,
1487
+ "startColumn": 16,
1488
+ "endLine": 212,
1489
+ "endColumn": 19
1506
1490
  }
1507
1491
  }
1508
1492
  }
@@ -1517,28 +1501,28 @@
1517
1501
  ]
1518
1502
  },
1519
1503
  {
1520
- "level": "warning",
1504
+ "level": "error",
1521
1505
  "message": {
1522
- "text": "Unexpected any. Specify a different type."
1506
+ "text": "'resolveRefs' was used before it was defined."
1523
1507
  },
1524
1508
  "locations": [
1525
1509
  {
1526
1510
  "physicalLocation": {
1527
1511
  "artifactLocation": {
1528
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlCompletion.ts",
1529
- "index": 30
1512
+ "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlSchemaService.ts",
1513
+ "index": 37
1530
1514
  },
1531
1515
  "region": {
1532
- "startLine": 1518,
1533
- "startColumn": 47,
1534
- "endLine": 1518,
1535
- "endColumn": 50
1516
+ "startLine": 229,
1517
+ "startColumn": 16,
1518
+ "endLine": 229,
1519
+ "endColumn": 27
1536
1520
  }
1537
1521
  }
1538
1522
  }
1539
1523
  ],
1540
- "ruleId": "@typescript-eslint/no-explicit-any",
1541
- "ruleIndex": 0,
1524
+ "ruleId": "@typescript-eslint/no-use-before-define",
1525
+ "ruleIndex": 3,
1542
1526
  "suppressions": [
1543
1527
  {
1544
1528
  "kind": "inSource",
@@ -1555,14 +1539,14 @@
1555
1539
  {
1556
1540
  "physicalLocation": {
1557
1541
  "artifactLocation": {
1558
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlCompletion.ts",
1559
- "index": 30
1542
+ "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlSchemaService.ts",
1543
+ "index": 37
1560
1544
  },
1561
1545
  "region": {
1562
- "startLine": 1520,
1563
- "startColumn": 30,
1564
- "endLine": 1520,
1565
- "endColumn": 33
1546
+ "startLine": 239,
1547
+ "startColumn": 16,
1548
+ "endLine": 239,
1549
+ "endColumn": 19
1566
1550
  }
1567
1551
  }
1568
1552
  }
@@ -1585,14 +1569,14 @@
1585
1569
  {
1586
1570
  "physicalLocation": {
1587
1571
  "artifactLocation": {
1588
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlCompletion.ts",
1589
- "index": 30
1572
+ "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlSchemaService.ts",
1573
+ "index": 37
1590
1574
  },
1591
1575
  "region": {
1592
- "startLine": 1520,
1593
- "startColumn": 45,
1594
- "endLine": 1520,
1595
- "endColumn": 48
1576
+ "startLine": 248,
1577
+ "startColumn": 35,
1578
+ "endLine": 248,
1579
+ "endColumn": 38
1596
1580
  }
1597
1581
  }
1598
1582
  }
@@ -1615,14 +1599,14 @@
1615
1599
  {
1616
1600
  "physicalLocation": {
1617
1601
  "artifactLocation": {
1618
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlCompletion.ts",
1619
- "index": 30
1602
+ "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlSchemaService.ts",
1603
+ "index": 37
1620
1604
  },
1621
1605
  "region": {
1622
- "startLine": 1555,
1623
- "startColumn": 42,
1624
- "endLine": 1555,
1625
- "endColumn": 45
1606
+ "startLine": 393,
1607
+ "startColumn": 31,
1608
+ "endLine": 393,
1609
+ "endColumn": 34
1626
1610
  }
1627
1611
  }
1628
1612
  }
@@ -1645,14 +1629,14 @@
1645
1629
  {
1646
1630
  "physicalLocation": {
1647
1631
  "artifactLocation": {
1648
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlCompletion.ts",
1649
- "index": 30
1632
+ "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlSchemaService.ts",
1633
+ "index": 37
1650
1634
  },
1651
1635
  "region": {
1652
- "startLine": 1593,
1653
- "startColumn": 35,
1654
- "endLine": 1593,
1655
- "endColumn": 38
1636
+ "startLine": 613,
1637
+ "startColumn": 31,
1638
+ "endLine": 613,
1639
+ "endColumn": 34
1656
1640
  }
1657
1641
  }
1658
1642
  }
@@ -1675,14 +1659,14 @@
1675
1659
  {
1676
1660
  "physicalLocation": {
1677
1661
  "artifactLocation": {
1678
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlCompletion.ts",
1679
- "index": 30
1662
+ "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlSchemaService.ts",
1663
+ "index": 37
1680
1664
  },
1681
1665
  "region": {
1682
- "startLine": 1596,
1683
- "startColumn": 22,
1684
- "endLine": 1596,
1685
- "endColumn": 25
1666
+ "startLine": 613,
1667
+ "startColumn": 43,
1668
+ "endLine": 613,
1669
+ "endColumn": 46
1686
1670
  }
1687
1671
  }
1688
1672
  }
@@ -1697,9 +1681,9 @@
1697
1681
  ]
1698
1682
  },
1699
1683
  {
1700
- "level": "error",
1684
+ "level": "warning",
1701
1685
  "message": {
1702
- "text": "Require statement not part of import statement."
1686
+ "text": "Unexpected any. Specify a different type."
1703
1687
  },
1704
1688
  "locations": [
1705
1689
  {
@@ -1709,16 +1693,16 @@
1709
1693
  "index": 37
1710
1694
  },
1711
1695
  "region": {
1712
- "startLine": 40,
1713
- "startColumn": 22,
1714
- "endLine": 40,
1715
- "endColumn": 72
1696
+ "startLine": 676,
1697
+ "startColumn": 19,
1698
+ "endLine": 676,
1699
+ "endColumn": 22
1716
1700
  }
1717
1701
  }
1718
1702
  }
1719
1703
  ],
1720
- "ruleId": "@typescript-eslint/no-var-requires",
1721
- "ruleIndex": 3,
1704
+ "ruleId": "@typescript-eslint/no-explicit-any",
1705
+ "ruleIndex": 0,
1722
1706
  "suppressions": [
1723
1707
  {
1724
1708
  "kind": "inSource",
@@ -1739,10 +1723,10 @@
1739
1723
  "index": 37
1740
1724
  },
1741
1725
  "region": {
1742
- "startLine": 57,
1743
- "startColumn": 12,
1744
- "endLine": 57,
1745
- "endColumn": 15
1726
+ "startLine": 721,
1727
+ "startColumn": 44,
1728
+ "endLine": 721,
1729
+ "endColumn": 47
1746
1730
  }
1747
1731
  }
1748
1732
  }
@@ -1765,14 +1749,14 @@
1765
1749
  {
1766
1750
  "physicalLocation": {
1767
1751
  "artifactLocation": {
1768
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlSchemaService.ts",
1769
- "index": 37
1752
+ "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/utils/objects.ts",
1753
+ "index": 47
1770
1754
  },
1771
1755
  "region": {
1772
- "startLine": 106,
1773
- "startColumn": 16,
1774
- "endLine": 106,
1775
- "endColumn": 19
1756
+ "startLine": 8,
1757
+ "startColumn": 29,
1758
+ "endLine": 8,
1759
+ "endColumn": 32
1776
1760
  }
1777
1761
  }
1778
1762
  }
@@ -1795,710 +1779,20 @@
1795
1779
  {
1796
1780
  "physicalLocation": {
1797
1781
  "artifactLocation": {
1798
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlSchemaService.ts",
1799
- "index": 37
1782
+ "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/utils/objects.ts",
1783
+ "index": 47
1800
1784
  },
1801
1785
  "region": {
1802
- "startLine": 181,
1803
- "startColumn": 20,
1804
- "endLine": 181,
1805
- "endColumn": 23
1806
- }
1807
- }
1808
- }
1809
- ],
1810
- "ruleId": "@typescript-eslint/no-explicit-any",
1811
- "ruleIndex": 0,
1812
- "suppressions": [
1813
- {
1814
- "kind": "inSource",
1815
- "justification": ""
1816
- }
1817
- ]
1818
- },
1819
- {
1820
- "level": "warning",
1821
- "message": {
1822
- "text": "Unexpected any. Specify a different type."
1823
- },
1824
- "locations": [
1825
- {
1826
- "physicalLocation": {
1827
- "artifactLocation": {
1828
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlSchemaService.ts",
1829
- "index": 37
1830
- },
1831
- "region": {
1832
- "startLine": 212,
1833
- "startColumn": 16,
1834
- "endLine": 212,
1835
- "endColumn": 19
1836
- }
1837
- }
1838
- }
1839
- ],
1840
- "ruleId": "@typescript-eslint/no-explicit-any",
1841
- "ruleIndex": 0,
1842
- "suppressions": [
1843
- {
1844
- "kind": "inSource",
1845
- "justification": ""
1846
- }
1847
- ]
1848
- },
1849
- {
1850
- "level": "error",
1851
- "message": {
1852
- "text": "'resolveRefs' was used before it was defined."
1853
- },
1854
- "locations": [
1855
- {
1856
- "physicalLocation": {
1857
- "artifactLocation": {
1858
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlSchemaService.ts",
1859
- "index": 37
1860
- },
1861
- "region": {
1862
- "startLine": 229,
1863
- "startColumn": 16,
1864
- "endLine": 229,
1865
- "endColumn": 27
1866
- }
1867
- }
1868
- }
1869
- ],
1870
- "ruleId": "@typescript-eslint/no-use-before-define",
1871
- "ruleIndex": 4,
1872
- "suppressions": [
1873
- {
1874
- "kind": "inSource",
1875
- "justification": ""
1876
- }
1877
- ]
1878
- },
1879
- {
1880
- "level": "warning",
1881
- "message": {
1882
- "text": "Unexpected any. Specify a different type."
1883
- },
1884
- "locations": [
1885
- {
1886
- "physicalLocation": {
1887
- "artifactLocation": {
1888
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlSchemaService.ts",
1889
- "index": 37
1890
- },
1891
- "region": {
1892
- "startLine": 239,
1893
- "startColumn": 16,
1894
- "endLine": 239,
1895
- "endColumn": 19
1896
- }
1897
- }
1898
- }
1899
- ],
1900
- "ruleId": "@typescript-eslint/no-explicit-any",
1901
- "ruleIndex": 0,
1902
- "suppressions": [
1903
- {
1904
- "kind": "inSource",
1905
- "justification": ""
1906
- }
1907
- ]
1908
- },
1909
- {
1910
- "level": "warning",
1911
- "message": {
1912
- "text": "Unexpected any. Specify a different type."
1913
- },
1914
- "locations": [
1915
- {
1916
- "physicalLocation": {
1917
- "artifactLocation": {
1918
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlSchemaService.ts",
1919
- "index": 37
1920
- },
1921
- "region": {
1922
- "startLine": 248,
1923
- "startColumn": 35,
1924
- "endLine": 248,
1925
- "endColumn": 38
1926
- }
1927
- }
1928
- }
1929
- ],
1930
- "ruleId": "@typescript-eslint/no-explicit-any",
1931
- "ruleIndex": 0,
1932
- "suppressions": [
1933
- {
1934
- "kind": "inSource",
1935
- "justification": ""
1936
- }
1937
- ]
1938
- },
1939
- {
1940
- "level": "warning",
1941
- "message": {
1942
- "text": "Unexpected any. Specify a different type."
1943
- },
1944
- "locations": [
1945
- {
1946
- "physicalLocation": {
1947
- "artifactLocation": {
1948
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlSchemaService.ts",
1949
- "index": 37
1950
- },
1951
- "region": {
1952
- "startLine": 393,
1953
- "startColumn": 31,
1954
- "endLine": 393,
1955
- "endColumn": 34
1956
- }
1957
- }
1958
- }
1959
- ],
1960
- "ruleId": "@typescript-eslint/no-explicit-any",
1961
- "ruleIndex": 0,
1962
- "suppressions": [
1963
- {
1964
- "kind": "inSource",
1965
- "justification": ""
1966
- }
1967
- ]
1968
- },
1969
- {
1970
- "level": "warning",
1971
- "message": {
1972
- "text": "Unexpected any. Specify a different type."
1973
- },
1974
- "locations": [
1975
- {
1976
- "physicalLocation": {
1977
- "artifactLocation": {
1978
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlSchemaService.ts",
1979
- "index": 37
1980
- },
1981
- "region": {
1982
- "startLine": 613,
1983
- "startColumn": 31,
1984
- "endLine": 613,
1985
- "endColumn": 34
1986
- }
1987
- }
1988
- }
1989
- ],
1990
- "ruleId": "@typescript-eslint/no-explicit-any",
1991
- "ruleIndex": 0,
1992
- "suppressions": [
1993
- {
1994
- "kind": "inSource",
1995
- "justification": ""
1996
- }
1997
- ]
1998
- },
1999
- {
2000
- "level": "warning",
2001
- "message": {
2002
- "text": "Unexpected any. Specify a different type."
2003
- },
2004
- "locations": [
2005
- {
2006
- "physicalLocation": {
2007
- "artifactLocation": {
2008
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlSchemaService.ts",
2009
- "index": 37
2010
- },
2011
- "region": {
2012
- "startLine": 613,
2013
- "startColumn": 43,
2014
- "endLine": 613,
2015
- "endColumn": 46
2016
- }
2017
- }
2018
- }
2019
- ],
2020
- "ruleId": "@typescript-eslint/no-explicit-any",
2021
- "ruleIndex": 0,
2022
- "suppressions": [
2023
- {
2024
- "kind": "inSource",
2025
- "justification": ""
2026
- }
2027
- ]
2028
- },
2029
- {
2030
- "level": "warning",
2031
- "message": {
2032
- "text": "Unexpected any. Specify a different type."
2033
- },
2034
- "locations": [
2035
- {
2036
- "physicalLocation": {
2037
- "artifactLocation": {
2038
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlSchemaService.ts",
2039
- "index": 37
2040
- },
2041
- "region": {
2042
- "startLine": 676,
2043
- "startColumn": 19,
2044
- "endLine": 676,
2045
- "endColumn": 22
2046
- }
2047
- }
2048
- }
2049
- ],
2050
- "ruleId": "@typescript-eslint/no-explicit-any",
2051
- "ruleIndex": 0,
2052
- "suppressions": [
2053
- {
2054
- "kind": "inSource",
2055
- "justification": ""
2056
- }
2057
- ]
2058
- },
2059
- {
2060
- "level": "warning",
2061
- "message": {
2062
- "text": "Unexpected any. Specify a different type."
2063
- },
2064
- "locations": [
2065
- {
2066
- "physicalLocation": {
2067
- "artifactLocation": {
2068
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlSchemaService.ts",
2069
- "index": 37
2070
- },
2071
- "region": {
2072
- "startLine": 721,
2073
- "startColumn": 44,
2074
- "endLine": 721,
2075
- "endColumn": 47
2076
- }
2077
- }
2078
- }
2079
- ],
2080
- "ruleId": "@typescript-eslint/no-explicit-any",
2081
- "ruleIndex": 0,
2082
- "suppressions": [
2083
- {
2084
- "kind": "inSource",
2085
- "justification": ""
2086
- }
2087
- ]
2088
- },
2089
- {
2090
- "level": "warning",
2091
- "message": {
2092
- "text": "Unexpected any. Specify a different type."
2093
- },
2094
- "locations": [
2095
- {
2096
- "physicalLocation": {
2097
- "artifactLocation": {
2098
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/utils/arrUtils.ts",
2099
- "index": 40
2100
- },
2101
- "region": {
2102
- "startLine": 31,
2103
- "startColumn": 47,
2104
- "endLine": 31,
2105
- "endColumn": 50
2106
- }
2107
- }
2108
- }
2109
- ],
2110
- "ruleId": "@typescript-eslint/no-explicit-any",
2111
- "ruleIndex": 0,
2112
- "suppressions": [
2113
- {
2114
- "kind": "inSource",
2115
- "justification": ""
2116
- }
2117
- ]
2118
- },
2119
- {
2120
- "level": "warning",
2121
- "message": {
2122
- "text": "Unexpected any. Specify a different type."
2123
- },
2124
- "locations": [
2125
- {
2126
- "physicalLocation": {
2127
- "artifactLocation": {
2128
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/utils/arrUtils.ts",
2129
- "index": 40
2130
- },
2131
- "region": {
2132
- "startLine": 31,
2133
- "startColumn": 55,
2134
- "endLine": 31,
2135
- "endColumn": 58
2136
- }
2137
- }
2138
- }
2139
- ],
2140
- "ruleId": "@typescript-eslint/no-explicit-any",
2141
- "ruleIndex": 0,
2142
- "suppressions": [
2143
- {
2144
- "kind": "inSource",
2145
- "justification": ""
2146
- }
2147
- ]
2148
- },
2149
- {
2150
- "level": "warning",
2151
- "message": {
2152
- "text": "Unexpected any. Specify a different type."
2153
- },
2154
- "locations": [
2155
- {
2156
- "physicalLocation": {
2157
- "artifactLocation": {
2158
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/utils/objects.ts",
2159
- "index": 47
2160
- },
2161
- "region": {
2162
- "startLine": 8,
2163
- "startColumn": 29,
2164
- "endLine": 8,
2165
- "endColumn": 32
2166
- }
2167
- }
2168
- }
2169
- ],
2170
- "ruleId": "@typescript-eslint/no-explicit-any",
2171
- "ruleIndex": 0,
2172
- "suppressions": [
2173
- {
2174
- "kind": "inSource",
2175
- "justification": ""
2176
- }
2177
- ]
2178
- },
2179
- {
2180
- "level": "warning",
2181
- "message": {
2182
- "text": "Unexpected any. Specify a different type."
2183
- },
2184
- "locations": [
2185
- {
2186
- "physicalLocation": {
2187
- "artifactLocation": {
2188
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/utils/objects.ts",
2189
- "index": 47
2190
- },
2191
- "region": {
2192
- "startLine": 8,
2193
- "startColumn": 41,
2194
- "endLine": 8,
2195
- "endColumn": 44
2196
- }
2197
- }
2198
- }
2199
- ],
2200
- "ruleId": "@typescript-eslint/no-explicit-any",
2201
- "ruleIndex": 0,
2202
- "suppressions": [
2203
- {
2204
- "kind": "inSource",
2205
- "justification": ""
2206
- }
2207
- ]
2208
- },
2209
- {
2210
- "level": "error",
2211
- "message": {
2212
- "text": "ES2015 module syntax is preferred over custom TypeScript modules and namespaces."
2213
- },
2214
- "locations": [
2215
- {
2216
- "physicalLocation": {
2217
- "artifactLocation": {
2218
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/requestTypes.ts",
2219
- "index": 56
2220
- },
2221
- "region": {
2222
- "startLine": 38,
2223
- "startColumn": 8,
2224
- "endLine": 43,
2225
- "endColumn": 2
2226
- }
2227
- }
2228
- }
2229
- ],
2230
- "ruleId": "@typescript-eslint/no-namespace",
2231
- "ruleIndex": 5,
2232
- "suppressions": [
2233
- {
2234
- "kind": "inSource",
2235
- "justification": ""
2236
- }
2237
- ]
2238
- },
2239
- {
2240
- "level": "error",
2241
- "message": {
2242
- "text": "ES2015 module syntax is preferred over custom TypeScript modules and namespaces."
2243
- },
2244
- "locations": [
2245
- {
2246
- "physicalLocation": {
2247
- "artifactLocation": {
2248
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/requestTypes.ts",
2249
- "index": 56
2250
- },
2251
- "region": {
2252
- "startLine": 45,
2253
- "startColumn": 8,
2254
- "endLine": 47,
2255
- "endColumn": 2
2256
- }
2257
- }
2258
- }
2259
- ],
2260
- "ruleId": "@typescript-eslint/no-namespace",
2261
- "ruleIndex": 5,
2262
- "suppressions": [
2263
- {
2264
- "kind": "inSource",
2265
- "justification": ""
2266
- }
2267
- ]
2268
- },
2269
- {
2270
- "level": "error",
2271
- "message": {
2272
- "text": "Don't use `{}` as a type. `{}` actually means \"any non-nullish value\".\n- If you want a type meaning \"any object\", you probably want `Record<string, unknown>` instead.\n- If you want a type meaning \"any value\", you probably want `unknown` instead.\n- If you want a type meaning \"empty object\", you probably want `Record<string, never>` instead."
2273
- },
2274
- "locations": [
2275
- {
2276
- "physicalLocation": {
2277
- "artifactLocation": {
2278
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/requestTypes.ts",
2279
- "index": 56
2280
- },
2281
- "region": {
2282
- "startLine": 46,
2283
- "startColumn": 39,
2284
- "endLine": 46,
2285
- "endColumn": 41
2286
- }
2287
- }
2288
- }
2289
- ],
2290
- "ruleId": "@typescript-eslint/ban-types",
2291
- "ruleIndex": 6,
2292
- "suppressions": [
2293
- {
2294
- "kind": "inSource",
2295
- "justification": ""
2296
- }
2297
- ]
2298
- },
2299
- {
2300
- "level": "error",
2301
- "message": {
2302
- "text": "ES2015 module syntax is preferred over custom TypeScript modules and namespaces."
2303
- },
2304
- "locations": [
2305
- {
2306
- "physicalLocation": {
2307
- "artifactLocation": {
2308
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/requestTypes.ts",
2309
- "index": 56
2310
- },
2311
- "region": {
2312
- "startLine": 49,
2313
- "startColumn": 8,
2314
- "endLine": 51,
2315
- "endColumn": 2
2316
- }
2317
- }
2318
- }
2319
- ],
2320
- "ruleId": "@typescript-eslint/no-namespace",
2321
- "ruleIndex": 5,
2322
- "suppressions": [
2323
- {
2324
- "kind": "inSource",
2325
- "justification": ""
2326
- }
2327
- ]
2328
- },
2329
- {
2330
- "level": "error",
2331
- "message": {
2332
- "text": "Don't use `{}` as a type. `{}` actually means \"any non-nullish value\".\n- If you want a type meaning \"any object\", you probably want `Record<string, unknown>` instead.\n- If you want a type meaning \"any value\", you probably want `unknown` instead.\n- If you want a type meaning \"empty object\", you probably want `Record<string, never>` instead."
2333
- },
2334
- "locations": [
2335
- {
2336
- "physicalLocation": {
2337
- "artifactLocation": {
2338
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/requestTypes.ts",
2339
- "index": 56
2340
- },
2341
- "region": {
2342
- "startLine": 50,
2343
- "startColumn": 39,
2344
- "endLine": 50,
2345
- "endColumn": 41
2346
- }
2347
- }
2348
- }
2349
- ],
2350
- "ruleId": "@typescript-eslint/ban-types",
2351
- "ruleIndex": 6,
2352
- "suppressions": [
2353
- {
2354
- "kind": "inSource",
2355
- "justification": ""
2356
- }
2357
- ]
2358
- },
2359
- {
2360
- "level": "error",
2361
- "message": {
2362
- "text": "ES2015 module syntax is preferred over custom TypeScript modules and namespaces."
2363
- },
2364
- "locations": [
2365
- {
2366
- "physicalLocation": {
2367
- "artifactLocation": {
2368
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/requestTypes.ts",
2369
- "index": 56
2370
- },
2371
- "region": {
2372
- "startLine": 53,
2373
- "startColumn": 8,
2374
- "endLine": 55,
2375
- "endColumn": 2
2376
- }
2377
- }
2378
- }
2379
- ],
2380
- "ruleId": "@typescript-eslint/no-namespace",
2381
- "ruleIndex": 5,
2382
- "suppressions": [
2383
- {
2384
- "kind": "inSource",
2385
- "justification": ""
2386
- }
2387
- ]
2388
- },
2389
- {
2390
- "level": "error",
2391
- "message": {
2392
- "text": "ES2015 module syntax is preferred over custom TypeScript modules and namespaces."
2393
- },
2394
- "locations": [
2395
- {
2396
- "physicalLocation": {
2397
- "artifactLocation": {
2398
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/requestTypes.ts",
2399
- "index": 56
2400
- },
2401
- "region": {
2402
- "startLine": 57,
2403
- "startColumn": 8,
2404
- "endLine": 59,
2405
- "endColumn": 2
2406
- }
2407
- }
2408
- }
2409
- ],
2410
- "ruleId": "@typescript-eslint/no-namespace",
2411
- "ruleIndex": 5,
2412
- "suppressions": [
2413
- {
2414
- "kind": "inSource",
2415
- "justification": ""
2416
- }
2417
- ]
2418
- },
2419
- {
2420
- "level": "error",
2421
- "message": {
2422
- "text": "Don't use `{}` as a type. `{}` actually means \"any non-nullish value\".\n- If you want a type meaning \"any object\", you probably want `Record<string, unknown>` instead.\n- If you want a type meaning \"any value\", you probably want `unknown` instead.\n- If you want a type meaning \"empty object\", you probably want `Record<string, never>` instead."
2423
- },
2424
- "locations": [
2425
- {
2426
- "physicalLocation": {
2427
- "artifactLocation": {
2428
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/requestTypes.ts",
2429
- "index": 56
2430
- },
2431
- "region": {
2432
- "startLine": 58,
2433
- "startColumn": 50,
2434
- "endLine": 58,
2435
- "endColumn": 52
2436
- }
2437
- }
2438
- }
2439
- ],
2440
- "ruleId": "@typescript-eslint/ban-types",
2441
- "ruleIndex": 6,
2442
- "suppressions": [
2443
- {
2444
- "kind": "inSource",
2445
- "justification": ""
2446
- }
2447
- ]
2448
- },
2449
- {
2450
- "level": "error",
2451
- "message": {
2452
- "text": "ES2015 module syntax is preferred over custom TypeScript modules and namespaces."
2453
- },
2454
- "locations": [
2455
- {
2456
- "physicalLocation": {
2457
- "artifactLocation": {
2458
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/requestTypes.ts",
2459
- "index": 56
2460
- },
2461
- "region": {
2462
- "startLine": 61,
2463
- "startColumn": 8,
2464
- "endLine": 63,
2465
- "endColumn": 2
2466
- }
2467
- }
2468
- }
2469
- ],
2470
- "ruleId": "@typescript-eslint/no-namespace",
2471
- "ruleIndex": 5,
2472
- "suppressions": [
2473
- {
2474
- "kind": "inSource",
2475
- "justification": ""
2476
- }
2477
- ]
2478
- },
2479
- {
2480
- "level": "error",
2481
- "message": {
2482
- "text": "Don't use `{}` as a type. `{}` actually means \"any non-nullish value\".\n- If you want a type meaning \"any object\", you probably want `Record<string, unknown>` instead.\n- If you want a type meaning \"any value\", you probably want `unknown` instead.\n- If you want a type meaning \"empty object\", you probably want `Record<string, never>` instead."
2483
- },
2484
- "locations": [
2485
- {
2486
- "physicalLocation": {
2487
- "artifactLocation": {
2488
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/requestTypes.ts",
2489
- "index": 56
2490
- },
2491
- "region": {
2492
- "startLine": 62,
2493
- "startColumn": 50,
2494
- "endLine": 62,
2495
- "endColumn": 52
1786
+ "startLine": 8,
1787
+ "startColumn": 41,
1788
+ "endLine": 8,
1789
+ "endColumn": 44
2496
1790
  }
2497
1791
  }
2498
1792
  }
2499
1793
  ],
2500
- "ruleId": "@typescript-eslint/ban-types",
2501
- "ruleIndex": 6,
1794
+ "ruleId": "@typescript-eslint/no-explicit-any",
1795
+ "ruleIndex": 0,
2502
1796
  "suppressions": [
2503
1797
  {
2504
1798
  "kind": "inSource",
@@ -2519,46 +1813,16 @@
2519
1813
  "index": 56
2520
1814
  },
2521
1815
  "region": {
2522
- "startLine": 65,
1816
+ "startLine": 37,
2523
1817
  "startColumn": 8,
2524
- "endLine": 67,
1818
+ "endLine": 41,
2525
1819
  "endColumn": 2
2526
1820
  }
2527
1821
  }
2528
1822
  }
2529
1823
  ],
2530
1824
  "ruleId": "@typescript-eslint/no-namespace",
2531
- "ruleIndex": 5,
2532
- "suppressions": [
2533
- {
2534
- "kind": "inSource",
2535
- "justification": ""
2536
- }
2537
- ]
2538
- },
2539
- {
2540
- "level": "error",
2541
- "message": {
2542
- "text": "Don't use `{}` as a type. `{}` actually means \"any non-nullish value\".\n- If you want a type meaning \"any object\", you probably want `Record<string, unknown>` instead.\n- If you want a type meaning \"any value\", you probably want `unknown` instead.\n- If you want a type meaning \"empty object\", you probably want `Record<string, never>` instead."
2543
- },
2544
- "locations": [
2545
- {
2546
- "physicalLocation": {
2547
- "artifactLocation": {
2548
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/requestTypes.ts",
2549
- "index": 56
2550
- },
2551
- "region": {
2552
- "startLine": 66,
2553
- "startColumn": 34,
2554
- "endLine": 66,
2555
- "endColumn": 36
2556
- }
2557
- }
2558
- }
2559
- ],
2560
- "ruleId": "@typescript-eslint/ban-types",
2561
- "ruleIndex": 6,
1825
+ "ruleIndex": 4,
2562
1826
  "suppressions": [
2563
1827
  {
2564
1828
  "kind": "inSource",
@@ -2569,7 +1833,7 @@
2569
1833
  {
2570
1834
  "level": "error",
2571
1835
  "message": {
2572
- "text": "Don't use `{}` as a type. `{}` actually means \"any non-nullish value\".\n- If you want a type meaning \"any object\", you probably want `Record<string, unknown>` instead.\n- If you want a type meaning \"any value\", you probably want `unknown` instead.\n- If you want a type meaning \"empty object\", you probably want `Record<string, never>` instead."
1836
+ "text": "ES2015 module syntax is preferred over custom TypeScript modules and namespaces."
2573
1837
  },
2574
1838
  "locations": [
2575
1839
  {
@@ -2579,16 +1843,16 @@
2579
1843
  "index": 56
2580
1844
  },
2581
1845
  "region": {
2582
- "startLine": 66,
2583
- "startColumn": 38,
2584
- "endLine": 66,
2585
- "endColumn": 40
1846
+ "startLine": 43,
1847
+ "startColumn": 8,
1848
+ "endLine": 45,
1849
+ "endColumn": 2
2586
1850
  }
2587
1851
  }
2588
1852
  }
2589
1853
  ],
2590
- "ruleId": "@typescript-eslint/ban-types",
2591
- "ruleIndex": 6,
1854
+ "ruleId": "@typescript-eslint/no-namespace",
1855
+ "ruleIndex": 4,
2592
1856
  "suppressions": [
2593
1857
  {
2594
1858
  "kind": "inSource",
@@ -2599,7 +1863,7 @@
2599
1863
  {
2600
1864
  "level": "error",
2601
1865
  "message": {
2602
- "text": "Don't use `{}` as a type. `{}` actually means \"any non-nullish value\".\n- If you want a type meaning \"any object\", you probably want `Record<string, unknown>` instead.\n- If you want a type meaning \"any value\", you probably want `unknown` instead.\n- If you want a type meaning \"empty object\", you probably want `Record<string, never>` instead."
1866
+ "text": "ES2015 module syntax is preferred over custom TypeScript modules and namespaces."
2603
1867
  },
2604
1868
  "locations": [
2605
1869
  {
@@ -2609,16 +1873,16 @@
2609
1873
  "index": 56
2610
1874
  },
2611
1875
  "region": {
2612
- "startLine": 66,
2613
- "startColumn": 42,
2614
- "endLine": 66,
2615
- "endColumn": 44
1876
+ "startLine": 47,
1877
+ "startColumn": 8,
1878
+ "endLine": 49,
1879
+ "endColumn": 2
2616
1880
  }
2617
1881
  }
2618
1882
  }
2619
1883
  ],
2620
- "ruleId": "@typescript-eslint/ban-types",
2621
- "ruleIndex": 6,
1884
+ "ruleId": "@typescript-eslint/no-namespace",
1885
+ "ruleIndex": 4,
2622
1886
  "suppressions": [
2623
1887
  {
2624
1888
  "kind": "inSource",
@@ -2639,16 +1903,16 @@
2639
1903
  "index": 56
2640
1904
  },
2641
1905
  "region": {
2642
- "startLine": 69,
1906
+ "startLine": 51,
2643
1907
  "startColumn": 8,
2644
- "endLine": 71,
1908
+ "endLine": 53,
2645
1909
  "endColumn": 2
2646
1910
  }
2647
1911
  }
2648
1912
  }
2649
1913
  ],
2650
1914
  "ruleId": "@typescript-eslint/no-namespace",
2651
- "ruleIndex": 5,
1915
+ "ruleIndex": 4,
2652
1916
  "suppressions": [
2653
1917
  {
2654
1918
  "kind": "inSource",
@@ -2659,7 +1923,7 @@
2659
1923
  {
2660
1924
  "level": "error",
2661
1925
  "message": {
2662
- "text": "Don't use `{}` as a type. `{}` actually means \"any non-nullish value\".\n- If you want a type meaning \"any object\", you probably want `Record<string, unknown>` instead.\n- If you want a type meaning \"any value\", you probably want `unknown` instead.\n- If you want a type meaning \"empty object\", you probably want `Record<string, never>` instead."
1926
+ "text": "ES2015 module syntax is preferred over custom TypeScript modules and namespaces."
2663
1927
  },
2664
1928
  "locations": [
2665
1929
  {
@@ -2669,16 +1933,16 @@
2669
1933
  "index": 56
2670
1934
  },
2671
1935
  "region": {
2672
- "startLine": 70,
2673
- "startColumn": 34,
2674
- "endLine": 70,
2675
- "endColumn": 36
1936
+ "startLine": 55,
1937
+ "startColumn": 8,
1938
+ "endLine": 57,
1939
+ "endColumn": 2
2676
1940
  }
2677
1941
  }
2678
1942
  }
2679
1943
  ],
2680
- "ruleId": "@typescript-eslint/ban-types",
2681
- "ruleIndex": 6,
1944
+ "ruleId": "@typescript-eslint/no-namespace",
1945
+ "ruleIndex": 4,
2682
1946
  "suppressions": [
2683
1947
  {
2684
1948
  "kind": "inSource",
@@ -2689,7 +1953,7 @@
2689
1953
  {
2690
1954
  "level": "error",
2691
1955
  "message": {
2692
- "text": "Don't use `{}` as a type. `{}` actually means \"any non-nullish value\".\n- If you want a type meaning \"any object\", you probably want `Record<string, unknown>` instead.\n- If you want a type meaning \"any value\", you probably want `unknown` instead.\n- If you want a type meaning \"empty object\", you probably want `Record<string, never>` instead."
1956
+ "text": "ES2015 module syntax is preferred over custom TypeScript modules and namespaces."
2693
1957
  },
2694
1958
  "locations": [
2695
1959
  {
@@ -2699,16 +1963,16 @@
2699
1963
  "index": 56
2700
1964
  },
2701
1965
  "region": {
2702
- "startLine": 70,
2703
- "startColumn": 38,
2704
- "endLine": 70,
2705
- "endColumn": 40
1966
+ "startLine": 59,
1967
+ "startColumn": 8,
1968
+ "endLine": 61,
1969
+ "endColumn": 2
2706
1970
  }
2707
1971
  }
2708
1972
  }
2709
1973
  ],
2710
- "ruleId": "@typescript-eslint/ban-types",
2711
- "ruleIndex": 6,
1974
+ "ruleId": "@typescript-eslint/no-namespace",
1975
+ "ruleIndex": 4,
2712
1976
  "suppressions": [
2713
1977
  {
2714
1978
  "kind": "inSource",
@@ -2719,7 +1983,7 @@
2719
1983
  {
2720
1984
  "level": "error",
2721
1985
  "message": {
2722
- "text": "Don't use `{}` as a type. `{}` actually means \"any non-nullish value\".\n- If you want a type meaning \"any object\", you probably want `Record<string, unknown>` instead.\n- If you want a type meaning \"any value\", you probably want `unknown` instead.\n- If you want a type meaning \"empty object\", you probably want `Record<string, never>` instead."
1986
+ "text": "ES2015 module syntax is preferred over custom TypeScript modules and namespaces."
2723
1987
  },
2724
1988
  "locations": [
2725
1989
  {
@@ -2729,16 +1993,16 @@
2729
1993
  "index": 56
2730
1994
  },
2731
1995
  "region": {
2732
- "startLine": 70,
2733
- "startColumn": 42,
2734
- "endLine": 70,
2735
- "endColumn": 44
1996
+ "startLine": 63,
1997
+ "startColumn": 8,
1998
+ "endLine": 65,
1999
+ "endColumn": 2
2736
2000
  }
2737
2001
  }
2738
2002
  }
2739
2003
  ],
2740
- "ruleId": "@typescript-eslint/ban-types",
2741
- "ruleIndex": 6,
2004
+ "ruleId": "@typescript-eslint/no-namespace",
2005
+ "ruleIndex": 4,
2742
2006
  "suppressions": [
2743
2007
  {
2744
2008
  "kind": "inSource",
@@ -2759,16 +2023,16 @@
2759
2023
  "index": 56
2760
2024
  },
2761
2025
  "region": {
2762
- "startLine": 73,
2026
+ "startLine": 67,
2763
2027
  "startColumn": 8,
2764
- "endLine": 75,
2028
+ "endLine": 69,
2765
2029
  "endColumn": 2
2766
2030
  }
2767
2031
  }
2768
2032
  }
2769
2033
  ],
2770
2034
  "ruleId": "@typescript-eslint/no-namespace",
2771
- "ruleIndex": 5,
2035
+ "ruleIndex": 4,
2772
2036
  "suppressions": [
2773
2037
  {
2774
2038
  "kind": "inSource",
@@ -2779,7 +2043,7 @@
2779
2043
  {
2780
2044
  "level": "error",
2781
2045
  "message": {
2782
- "text": "Don't use `{}` as a type. `{}` actually means \"any non-nullish value\".\n- If you want a type meaning \"any object\", you probably want `Record<string, unknown>` instead.\n- If you want a type meaning \"any value\", you probably want `unknown` instead.\n- If you want a type meaning \"empty object\", you probably want `Record<string, never>` instead."
2046
+ "text": "ES2015 module syntax is preferred over custom TypeScript modules and namespaces."
2783
2047
  },
2784
2048
  "locations": [
2785
2049
  {
@@ -2789,16 +2053,16 @@
2789
2053
  "index": 56
2790
2054
  },
2791
2055
  "region": {
2792
- "startLine": 74,
2793
- "startColumn": 75,
2794
- "endLine": 74,
2795
- "endColumn": 77
2056
+ "startLine": 71,
2057
+ "startColumn": 8,
2058
+ "endLine": 73,
2059
+ "endColumn": 2
2796
2060
  }
2797
2061
  }
2798
2062
  }
2799
2063
  ],
2800
- "ruleId": "@typescript-eslint/ban-types",
2801
- "ruleIndex": 6,
2064
+ "ruleId": "@typescript-eslint/no-namespace",
2065
+ "ruleIndex": 4,
2802
2066
  "suppressions": [
2803
2067
  {
2804
2068
  "kind": "inSource",
@@ -2819,7 +2083,7 @@
2819
2083
  "index": 56
2820
2084
  },
2821
2085
  "region": {
2822
- "startLine": 77,
2086
+ "startLine": 75,
2823
2087
  "startColumn": 8,
2824
2088
  "endLine": 82,
2825
2089
  "endColumn": 2
@@ -2828,97 +2092,7 @@
2828
2092
  }
2829
2093
  ],
2830
2094
  "ruleId": "@typescript-eslint/no-namespace",
2831
- "ruleIndex": 5,
2832
- "suppressions": [
2833
- {
2834
- "kind": "inSource",
2835
- "justification": ""
2836
- }
2837
- ]
2838
- },
2839
- {
2840
- "level": "error",
2841
- "message": {
2842
- "text": "Don't use `{}` as a type. `{}` actually means \"any non-nullish value\".\n- If you want a type meaning \"any object\", you probably want `Record<string, unknown>` instead.\n- If you want a type meaning \"any value\", you probably want `unknown` instead.\n- If you want a type meaning \"empty object\", you probably want `Record<string, never>` instead."
2843
- },
2844
- "locations": [
2845
- {
2846
- "physicalLocation": {
2847
- "artifactLocation": {
2848
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/requestTypes.ts",
2849
- "index": 56
2850
- },
2851
- "region": {
2852
- "startLine": 79,
2853
- "startColumn": 72,
2854
- "endLine": 79,
2855
- "endColumn": 74
2856
- }
2857
- }
2858
- }
2859
- ],
2860
- "ruleId": "@typescript-eslint/ban-types",
2861
- "ruleIndex": 6,
2862
- "suppressions": [
2863
- {
2864
- "kind": "inSource",
2865
- "justification": ""
2866
- }
2867
- ]
2868
- },
2869
- {
2870
- "level": "error",
2871
- "message": {
2872
- "text": "Don't use `{}` as a type. `{}` actually means \"any non-nullish value\".\n- If you want a type meaning \"any object\", you probably want `Record<string, unknown>` instead.\n- If you want a type meaning \"any value\", you probably want `unknown` instead.\n- If you want a type meaning \"empty object\", you probably want `Record<string, never>` instead."
2873
- },
2874
- "locations": [
2875
- {
2876
- "physicalLocation": {
2877
- "artifactLocation": {
2878
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/requestTypes.ts",
2879
- "index": 56
2880
- },
2881
- "region": {
2882
- "startLine": 80,
2883
- "startColumn": 79,
2884
- "endLine": 80,
2885
- "endColumn": 81
2886
- }
2887
- }
2888
- }
2889
- ],
2890
- "ruleId": "@typescript-eslint/ban-types",
2891
- "ruleIndex": 6,
2892
- "suppressions": [
2893
- {
2894
- "kind": "inSource",
2895
- "justification": ""
2896
- }
2897
- ]
2898
- },
2899
- {
2900
- "level": "error",
2901
- "message": {
2902
- "text": "Don't use `{}` as a type. `{}` actually means \"any non-nullish value\".\n- If you want a type meaning \"any object\", you probably want `Record<string, unknown>` instead.\n- If you want a type meaning \"any value\", you probably want `unknown` instead.\n- If you want a type meaning \"empty object\", you probably want `Record<string, never>` instead."
2903
- },
2904
- "locations": [
2905
- {
2906
- "physicalLocation": {
2907
- "artifactLocation": {
2908
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/requestTypes.ts",
2909
- "index": 56
2910
- },
2911
- "region": {
2912
- "startLine": 81,
2913
- "startColumn": 57,
2914
- "endLine": 81,
2915
- "endColumn": 59
2916
- }
2917
- }
2918
- }
2919
- ],
2920
- "ruleId": "@typescript-eslint/ban-types",
2921
- "ruleIndex": 6,
2095
+ "ruleIndex": 4,
2922
2096
  "suppressions": [
2923
2097
  {
2924
2098
  "kind": "inSource",
@@ -2971,44 +2145,14 @@
2971
2145
  "region": {
2972
2146
  "startLine": 14,
2973
2147
  "startColumn": 1,
2974
- "endLine": 18,
2148
+ "endLine": 16,
2975
2149
  "endColumn": 2
2976
2150
  }
2977
2151
  }
2978
2152
  }
2979
2153
  ],
2980
2154
  "ruleId": "@typescript-eslint/no-namespace",
2981
- "ruleIndex": 5,
2982
- "suppressions": [
2983
- {
2984
- "kind": "inSource",
2985
- "justification": ""
2986
- }
2987
- ]
2988
- },
2989
- {
2990
- "level": "error",
2991
- "message": {
2992
- "text": "Don't use `{}` as a type. `{}` actually means \"any non-nullish value\".\n- If you want a type meaning \"any object\", you probably want `Record<string, unknown>` instead.\n- If you want a type meaning \"any value\", you probably want `unknown` instead.\n- If you want a type meaning \"empty object\", you probably want `Record<string, never>` instead."
2993
- },
2994
- "locations": [
2995
- {
2996
- "physicalLocation": {
2997
- "artifactLocation": {
2998
- "uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/webworker/yamlServerMain.ts",
2999
- "index": 58
3000
- },
3001
- "region": {
3002
- "startLine": 17,
3003
- "startColumn": 50,
3004
- "endLine": 17,
3005
- "endColumn": 52
3006
- }
3007
- }
3008
- }
3009
- ],
3010
- "ruleId": "@typescript-eslint/ban-types",
3011
- "ruleIndex": 6,
2155
+ "ruleIndex": 4,
3012
2156
  "suppressions": [
3013
2157
  {
3014
2158
  "kind": "inSource",
@@ -3038,7 +2182,7 @@
3038
2182
  }
3039
2183
  ],
3040
2184
  "ruleId": "@typescript-eslint/no-var-requires",
3041
- "ruleIndex": 3,
2185
+ "ruleIndex": 2,
3042
2186
  "suppressions": [
3043
2187
  {
3044
2188
  "kind": "inSource",
@@ -3068,7 +2212,7 @@
3068
2212
  }
3069
2213
  ],
3070
2214
  "ruleId": "@typescript-eslint/no-var-requires",
3071
- "ruleIndex": 3,
2215
+ "ruleIndex": 2,
3072
2216
  "suppressions": [
3073
2217
  {
3074
2218
  "kind": "inSource",
@@ -3098,7 +2242,7 @@
3098
2242
  }
3099
2243
  ],
3100
2244
  "ruleId": "@typescript-eslint/no-var-requires",
3101
- "ruleIndex": 3,
2245
+ "ruleIndex": 2,
3102
2246
  "suppressions": [
3103
2247
  {
3104
2248
  "kind": "inSource",
@@ -3128,7 +2272,7 @@
3128
2272
  }
3129
2273
  ],
3130
2274
  "ruleId": "@typescript-eslint/no-var-requires",
3131
- "ruleIndex": 3,
2275
+ "ruleIndex": 2,
3132
2276
  "suppressions": [
3133
2277
  {
3134
2278
  "kind": "inSource",
@@ -3158,7 +2302,7 @@
3158
2302
  }
3159
2303
  ],
3160
2304
  "ruleId": "@typescript-eslint/no-var-requires",
3161
- "ruleIndex": 3,
2305
+ "ruleIndex": 2,
3162
2306
  "suppressions": [
3163
2307
  {
3164
2308
  "kind": "inSource",
@@ -3188,7 +2332,7 @@
3188
2332
  }
3189
2333
  ],
3190
2334
  "ruleId": "@typescript-eslint/no-var-requires",
3191
- "ruleIndex": 3,
2335
+ "ruleIndex": 2,
3192
2336
  "suppressions": [
3193
2337
  {
3194
2338
  "kind": "inSource",
@@ -3218,7 +2362,7 @@
3218
2362
  }
3219
2363
  ],
3220
2364
  "ruleId": "@typescript-eslint/no-var-requires",
3221
- "ruleIndex": 3,
2365
+ "ruleIndex": 2,
3222
2366
  "suppressions": [
3223
2367
  {
3224
2368
  "kind": "inSource",
@@ -3248,7 +2392,7 @@
3248
2392
  }
3249
2393
  ],
3250
2394
  "ruleId": "@typescript-eslint/no-var-requires",
3251
- "ruleIndex": 3,
2395
+ "ruleIndex": 2,
3252
2396
  "suppressions": [
3253
2397
  {
3254
2398
  "kind": "inSource",
@@ -3278,7 +2422,7 @@
3278
2422
  }
3279
2423
  ],
3280
2424
  "ruleId": "@typescript-eslint/no-var-requires",
3281
- "ruleIndex": 3,
2425
+ "ruleIndex": 2,
3282
2426
  "suppressions": [
3283
2427
  {
3284
2428
  "kind": "inSource",
@@ -3308,7 +2452,7 @@
3308
2452
  }
3309
2453
  ],
3310
2454
  "ruleId": "@typescript-eslint/no-var-requires",
3311
- "ruleIndex": 3,
2455
+ "ruleIndex": 2,
3312
2456
  "suppressions": [
3313
2457
  {
3314
2458
  "kind": "inSource",
@@ -3338,7 +2482,7 @@
3338
2482
  }
3339
2483
  ],
3340
2484
  "ruleId": "@typescript-eslint/no-var-requires",
3341
- "ruleIndex": 3,
2485
+ "ruleIndex": 2,
3342
2486
  "suppressions": [
3343
2487
  {
3344
2488
  "kind": "inSource",
@@ -3368,7 +2512,7 @@
3368
2512
  }
3369
2513
  ],
3370
2514
  "ruleId": "@typescript-eslint/no-var-requires",
3371
- "ruleIndex": 3,
2515
+ "ruleIndex": 2,
3372
2516
  "suppressions": [
3373
2517
  {
3374
2518
  "kind": "inSource",
@@ -3398,7 +2542,7 @@
3398
2542
  }
3399
2543
  ],
3400
2544
  "ruleId": "@typescript-eslint/no-var-requires",
3401
- "ruleIndex": 3,
2545
+ "ruleIndex": 2,
3402
2546
  "suppressions": [
3403
2547
  {
3404
2548
  "kind": "inSource",
@@ -3428,7 +2572,7 @@
3428
2572
  }
3429
2573
  ],
3430
2574
  "ruleId": "@typescript-eslint/no-var-requires",
3431
- "ruleIndex": 3,
2575
+ "ruleIndex": 2,
3432
2576
  "suppressions": [
3433
2577
  {
3434
2578
  "kind": "inSource",
@@ -3458,7 +2602,7 @@
3458
2602
  }
3459
2603
  ],
3460
2604
  "ruleId": "@typescript-eslint/no-var-requires",
3461
- "ruleIndex": 3,
2605
+ "ruleIndex": 2,
3462
2606
  "suppressions": [
3463
2607
  {
3464
2608
  "kind": "inSource",
@@ -3488,7 +2632,7 @@
3488
2632
  }
3489
2633
  ],
3490
2634
  "ruleId": "@typescript-eslint/no-var-requires",
3491
- "ruleIndex": 3,
2635
+ "ruleIndex": 2,
3492
2636
  "suppressions": [
3493
2637
  {
3494
2638
  "kind": "inSource",
@@ -3518,7 +2662,7 @@
3518
2662
  }
3519
2663
  ],
3520
2664
  "ruleId": "@typescript-eslint/no-var-requires",
3521
- "ruleIndex": 3,
2665
+ "ruleIndex": 2,
3522
2666
  "suppressions": [
3523
2667
  {
3524
2668
  "kind": "inSource",
@@ -3548,7 +2692,7 @@
3548
2692
  }
3549
2693
  ],
3550
2694
  "ruleId": "@typescript-eslint/no-var-requires",
3551
- "ruleIndex": 3,
2695
+ "ruleIndex": 2,
3552
2696
  "suppressions": [
3553
2697
  {
3554
2698
  "kind": "inSource",
@@ -3578,7 +2722,7 @@
3578
2722
  }
3579
2723
  ],
3580
2724
  "ruleId": "@typescript-eslint/no-var-requires",
3581
- "ruleIndex": 3,
2725
+ "ruleIndex": 2,
3582
2726
  "suppressions": [
3583
2727
  {
3584
2728
  "kind": "inSource",
@@ -3608,7 +2752,7 @@
3608
2752
  }
3609
2753
  ],
3610
2754
  "ruleId": "@typescript-eslint/no-var-requires",
3611
- "ruleIndex": 3,
2755
+ "ruleIndex": 2,
3612
2756
  "suppressions": [
3613
2757
  {
3614
2758
  "kind": "inSource",
@@ -3638,7 +2782,7 @@
3638
2782
  }
3639
2783
  ],
3640
2784
  "ruleId": "@typescript-eslint/no-var-requires",
3641
- "ruleIndex": 3,
2785
+ "ruleIndex": 2,
3642
2786
  "suppressions": [
3643
2787
  {
3644
2788
  "kind": "inSource",
@@ -3668,7 +2812,7 @@
3668
2812
  }
3669
2813
  ],
3670
2814
  "ruleId": "@typescript-eslint/no-var-requires",
3671
- "ruleIndex": 3,
2815
+ "ruleIndex": 2,
3672
2816
  "suppressions": [
3673
2817
  {
3674
2818
  "kind": "inSource",
@@ -3728,7 +2872,7 @@
3728
2872
  }
3729
2873
  ],
3730
2874
  "ruleId": "@typescript-eslint/no-var-requires",
3731
- "ruleIndex": 3,
2875
+ "ruleIndex": 2,
3732
2876
  "suppressions": [
3733
2877
  {
3734
2878
  "kind": "inSource",
@@ -3758,7 +2902,7 @@
3758
2902
  }
3759
2903
  ],
3760
2904
  "ruleId": "@typescript-eslint/no-var-requires",
3761
- "ruleIndex": 3,
2905
+ "ruleIndex": 2,
3762
2906
  "suppressions": [
3763
2907
  {
3764
2908
  "kind": "inSource",
@@ -3788,7 +2932,7 @@
3788
2932
  }
3789
2933
  ],
3790
2934
  "ruleId": "@typescript-eslint/no-var-requires",
3791
- "ruleIndex": 3,
2935
+ "ruleIndex": 2,
3792
2936
  "suppressions": [
3793
2937
  {
3794
2938
  "kind": "inSource",
@@ -3818,7 +2962,7 @@
3818
2962
  }
3819
2963
  ],
3820
2964
  "ruleId": "@typescript-eslint/no-var-requires",
3821
- "ruleIndex": 3,
2965
+ "ruleIndex": 2,
3822
2966
  "suppressions": [
3823
2967
  {
3824
2968
  "kind": "inSource",
@@ -3839,16 +2983,16 @@
3839
2983
  "index": 82
3840
2984
  },
3841
2985
  "region": {
3842
- "startLine": 1485,
2986
+ "startLine": 1486,
3843
2987
  "startColumn": 22,
3844
- "endLine": 1485,
2988
+ "endLine": 1486,
3845
2989
  "endColumn": 96
3846
2990
  }
3847
2991
  }
3848
2992
  }
3849
2993
  ],
3850
2994
  "ruleId": "@typescript-eslint/no-var-requires",
3851
- "ruleIndex": 3,
2995
+ "ruleIndex": 2,
3852
2996
  "suppressions": [
3853
2997
  {
3854
2998
  "kind": "inSource",
@@ -3869,16 +3013,16 @@
3869
3013
  "index": 82
3870
3014
  },
3871
3015
  "region": {
3872
- "startLine": 1502,
3016
+ "startLine": 1503,
3873
3017
  "startColumn": 22,
3874
- "endLine": 1502,
3018
+ "endLine": 1503,
3875
3019
  "endColumn": 96
3876
3020
  }
3877
3021
  }
3878
3022
  }
3879
3023
  ],
3880
3024
  "ruleId": "@typescript-eslint/no-var-requires",
3881
- "ruleIndex": 3,
3025
+ "ruleIndex": 2,
3882
3026
  "suppressions": [
3883
3027
  {
3884
3028
  "kind": "inSource",
@@ -3899,16 +3043,16 @@
3899
3043
  "index": 82
3900
3044
  },
3901
3045
  "region": {
3902
- "startLine": 1515,
3046
+ "startLine": 1516,
3903
3047
  "startColumn": 22,
3904
- "endLine": 1515,
3048
+ "endLine": 1516,
3905
3049
  "endColumn": 96
3906
3050
  }
3907
3051
  }
3908
3052
  }
3909
3053
  ],
3910
3054
  "ruleId": "@typescript-eslint/no-var-requires",
3911
- "ruleIndex": 3,
3055
+ "ruleIndex": 2,
3912
3056
  "suppressions": [
3913
3057
  {
3914
3058
  "kind": "inSource",
@@ -3929,16 +3073,16 @@
3929
3073
  "index": 82
3930
3074
  },
3931
3075
  "region": {
3932
- "startLine": 1528,
3076
+ "startLine": 1529,
3933
3077
  "startColumn": 22,
3934
- "endLine": 1528,
3078
+ "endLine": 1529,
3935
3079
  "endColumn": 96
3936
3080
  }
3937
3081
  }
3938
3082
  }
3939
3083
  ],
3940
3084
  "ruleId": "@typescript-eslint/no-var-requires",
3941
- "ruleIndex": 3,
3085
+ "ruleIndex": 2,
3942
3086
  "suppressions": [
3943
3087
  {
3944
3088
  "kind": "inSource",