@eslinted/defaults 16.0.3 → 17.0.0-rc.1

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 (201) hide show
  1. package/dist/index.d.ts +194 -207
  2. package/dist/index.d.ts.map +1 -1
  3. package/dist/index.spec.js +2 -2
  4. package/dist/index.spec.js.map +1 -1
  5. package/dist/rules/css/index.d.ts +13 -12
  6. package/dist/rules/css/index.d.ts.map +1 -1
  7. package/dist/rules/css/index.js +19 -3
  8. package/dist/rules/css/index.js.map +1 -1
  9. package/dist/rules/html/index.d.ts +43 -42
  10. package/dist/rules/html/index.d.ts.map +1 -1
  11. package/dist/rules/html/index.js +75 -3
  12. package/dist/rules/html/index.js.map +1 -1
  13. package/dist/rules/index.d.ts +194 -207
  14. package/dist/rules/index.d.ts.map +1 -1
  15. package/dist/rules/index.js +1 -1
  16. package/dist/rules/index.js.map +1 -1
  17. package/dist/rules/{base.d.ts → js.d.ts} +70 -70
  18. package/dist/rules/{base.d.ts.map → js.d.ts.map} +1 -1
  19. package/dist/rules/{base.eslint.d.ts → js.eslint.d.ts} +2 -2
  20. package/dist/rules/js.eslint.d.ts.map +1 -0
  21. package/dist/rules/{base.eslint.js → js.eslint.js} +2 -2
  22. package/dist/rules/js.eslint.js.map +1 -0
  23. package/dist/rules/js.js +7 -0
  24. package/dist/rules/js.js.map +1 -0
  25. package/dist/rules/{base.stylistic.d.ts → js.stylistic.d.ts} +69 -69
  26. package/dist/rules/js.stylistic.d.ts.map +1 -0
  27. package/dist/rules/{base.stylistic.js → js.stylistic.js} +69 -69
  28. package/dist/rules/js.stylistic.js.map +1 -0
  29. package/dist/rules/json/index.d.ts +3 -3
  30. package/dist/rules/json/index.js +6 -6
  31. package/dist/rules/json/index.js.map +1 -1
  32. package/dist/rules/json/{enable.d.ts → json.d.ts} +2 -2
  33. package/dist/rules/json/json.d.ts.map +1 -0
  34. package/dist/rules/json/{enable.js → json.js} +2 -2
  35. package/dist/rules/json/json.js.map +1 -0
  36. package/dist/rules/json/plugin/{extension.d.ts → extend.d.ts} +2 -2
  37. package/dist/rules/json/plugin/extend.d.ts.map +1 -0
  38. package/dist/rules/json/plugin/{extension.js → extend.js} +2 -2
  39. package/dist/rules/json/plugin/extend.js.map +1 -0
  40. package/dist/rules/json/plugin/index.d.ts +1 -1
  41. package/dist/rules/json/plugin/index.js +1 -1
  42. package/dist/rules/json/plugin/index.js.map +1 -1
  43. package/dist/rules/jsonc/index.d.ts +3 -2
  44. package/dist/rules/jsonc/index.d.ts.map +1 -1
  45. package/dist/rules/jsonc/index.js +9 -3
  46. package/dist/rules/jsonc/index.js.map +1 -1
  47. package/dist/rules/jsoncc/index.d.ts +3 -2
  48. package/dist/rules/jsoncc/index.d.ts.map +1 -1
  49. package/dist/rules/jsoncc/index.js +12 -3
  50. package/dist/rules/jsoncc/index.js.map +1 -1
  51. package/dist/rules/mocha/chai/expect.d.ts +1 -1
  52. package/dist/rules/mocha/chai/expect.js +1 -1
  53. package/dist/rules/mocha/chai/expect.js.map +1 -1
  54. package/dist/rules/mocha/chai/index.d.ts +3 -2
  55. package/dist/rules/mocha/chai/index.d.ts.map +1 -1
  56. package/dist/rules/mocha/chai/index.js +3 -2
  57. package/dist/rules/mocha/chai/index.js.map +1 -1
  58. package/dist/rules/mocha/index.d.ts +6 -10
  59. package/dist/rules/mocha/index.d.ts.map +1 -1
  60. package/dist/rules/mocha/index.js +6 -8
  61. package/dist/rules/mocha/index.js.map +1 -1
  62. package/dist/rules/mocha/{enable.d.ts → mocha.d.ts} +3 -2
  63. package/dist/rules/mocha/mocha.d.ts.map +1 -0
  64. package/dist/rules/mocha/{enable.js → mocha.js} +3 -2
  65. package/dist/rules/mocha/mocha.js.map +1 -0
  66. package/dist/rules/svelte/disable.d.ts +4 -4
  67. package/dist/rules/svelte/disable.d.ts.map +1 -1
  68. package/dist/rules/svelte/disable.js +4 -4
  69. package/dist/rules/svelte/disable.js.map +1 -1
  70. package/dist/rules/svelte/{extension/index.d.ts → extend.d.ts} +5 -3
  71. package/dist/rules/svelte/extend.d.ts.map +1 -0
  72. package/dist/rules/svelte/{extension/index.js → extend.js} +4 -2
  73. package/dist/rules/svelte/extend.js.map +1 -0
  74. package/dist/rules/svelte/index.d.ts +8 -13
  75. package/dist/rules/svelte/index.d.ts.map +1 -1
  76. package/dist/rules/svelte/index.js +6 -8
  77. package/dist/rules/svelte/index.js.map +1 -1
  78. package/dist/rules/svelte/{enable.d.ts → svelte.d.ts} +2 -2
  79. package/dist/rules/svelte/svelte.d.ts.map +1 -0
  80. package/dist/rules/svelte/{enable.js → svelte.js} +2 -2
  81. package/dist/rules/svelte/{enable.js.map → svelte.js.map} +1 -1
  82. package/dist/rules/ts/disable.d.ts +1 -1
  83. package/dist/rules/ts/disable.js +1 -1
  84. package/dist/rules/ts/disable.js.map +1 -1
  85. package/dist/rules/ts/extend.d.ts +48 -0
  86. package/dist/rules/ts/extend.d.ts.map +1 -0
  87. package/dist/rules/ts/{extension/index.js → extend.js} +17 -9
  88. package/dist/rules/ts/extend.js.map +1 -0
  89. package/dist/rules/ts/index.d.ts +102 -106
  90. package/dist/rules/ts/index.d.ts.map +1 -1
  91. package/dist/rules/ts/index.js +6 -8
  92. package/dist/rules/ts/index.js.map +1 -1
  93. package/dist/rules/ts/ts.d.ts +164 -0
  94. package/dist/rules/ts/ts.d.ts.map +1 -0
  95. package/dist/rules/ts/ts.js +162 -0
  96. package/dist/rules/ts/ts.js.map +1 -0
  97. package/dist/rules/yml/{extension.d.ts → extend.d.ts} +2 -2
  98. package/dist/rules/yml/extend.d.ts.map +1 -0
  99. package/dist/rules/yml/{extension.js → extend.js} +2 -2
  100. package/dist/rules/yml/extend.js.map +1 -0
  101. package/dist/rules/yml/index.d.ts +2 -2
  102. package/dist/rules/yml/index.js +4 -4
  103. package/dist/rules/yml/index.js.map +1 -1
  104. package/dist/rules/yml/{enable.d.ts → yml.d.ts} +2 -2
  105. package/dist/rules/yml/yml.d.ts.map +1 -0
  106. package/dist/rules/yml/{enable.js → yml.js} +2 -2
  107. package/dist/rules/yml/yml.js.map +1 -0
  108. package/package.json +1 -1
  109. package/src/index.spec.ts +2 -2
  110. package/src/rules/css/index.ts +23 -2
  111. package/src/rules/html/index.ts +113 -2
  112. package/src/rules/index.ts +1 -1
  113. package/src/rules/{base.eslint.ts → js.eslint.ts} +1 -1
  114. package/src/rules/{base.stylistic.ts → js.stylistic.ts} +75 -75
  115. package/src/rules/js.ts +7 -0
  116. package/src/rules/json/index.ts +6 -6
  117. package/src/rules/json/{enable.ts → json.ts} +1 -1
  118. package/src/rules/json/plugin/{extension.ts → extend.ts} +8 -8
  119. package/src/rules/json/plugin/index.ts +1 -1
  120. package/src/rules/jsonc/index.ts +9 -2
  121. package/src/rules/jsoncc/index.ts +12 -2
  122. package/src/rules/mocha/chai/expect.ts +1 -1
  123. package/src/rules/mocha/chai/index.ts +4 -3
  124. package/src/rules/mocha/index.ts +6 -8
  125. package/src/rules/mocha/{enable.ts → mocha.ts} +2 -1
  126. package/src/rules/svelte/disable.ts +7 -7
  127. package/src/rules/svelte/extend.ts +15 -0
  128. package/src/rules/svelte/index.ts +6 -8
  129. package/src/rules/svelte/{enable.ts → svelte.ts} +2 -2
  130. package/src/rules/ts/disable.ts +1 -1
  131. package/src/rules/ts/extend.ts +51 -0
  132. package/src/rules/ts/index.ts +6 -8
  133. package/src/rules/ts/ts.ts +181 -0
  134. package/src/rules/yml/{extension.ts → extend.ts} +4 -4
  135. package/src/rules/yml/index.ts +4 -4
  136. package/src/rules/yml/{enable.ts → yml.ts} +2 -2
  137. package/dist/rules/base.eslint.d.ts.map +0 -1
  138. package/dist/rules/base.eslint.js.map +0 -1
  139. package/dist/rules/base.js +0 -7
  140. package/dist/rules/base.js.map +0 -1
  141. package/dist/rules/base.stylistic.d.ts.map +0 -1
  142. package/dist/rules/base.stylistic.js.map +0 -1
  143. package/dist/rules/css/enable.d.ts +0 -19
  144. package/dist/rules/css/enable.d.ts.map +0 -1
  145. package/dist/rules/css/enable.js +0 -17
  146. package/dist/rules/css/enable.js.map +0 -1
  147. package/dist/rules/html/enable.d.ts +0 -79
  148. package/dist/rules/html/enable.d.ts.map +0 -1
  149. package/dist/rules/html/enable.js +0 -73
  150. package/dist/rules/html/enable.js.map +0 -1
  151. package/dist/rules/json/enable.d.ts.map +0 -1
  152. package/dist/rules/json/enable.js.map +0 -1
  153. package/dist/rules/json/plugin/extension.d.ts.map +0 -1
  154. package/dist/rules/json/plugin/extension.js.map +0 -1
  155. package/dist/rules/jsonc/override.d.ts +0 -9
  156. package/dist/rules/jsonc/override.d.ts.map +0 -1
  157. package/dist/rules/jsonc/override.js +0 -7
  158. package/dist/rules/jsonc/override.js.map +0 -1
  159. package/dist/rules/jsoncc/override.d.ts +0 -12
  160. package/dist/rules/jsoncc/override.d.ts.map +0 -1
  161. package/dist/rules/jsoncc/override.js +0 -10
  162. package/dist/rules/jsoncc/override.js.map +0 -1
  163. package/dist/rules/mocha/disable.d.ts +0 -10
  164. package/dist/rules/mocha/disable.d.ts.map +0 -1
  165. package/dist/rules/mocha/disable.js +0 -8
  166. package/dist/rules/mocha/disable.js.map +0 -1
  167. package/dist/rules/mocha/enable.d.ts.map +0 -1
  168. package/dist/rules/mocha/enable.js.map +0 -1
  169. package/dist/rules/svelte/enable.d.ts.map +0 -1
  170. package/dist/rules/svelte/extension/disable.d.ts +0 -11
  171. package/dist/rules/svelte/extension/disable.d.ts.map +0 -1
  172. package/dist/rules/svelte/extension/disable.js +0 -9
  173. package/dist/rules/svelte/extension/disable.js.map +0 -1
  174. package/dist/rules/svelte/extension/index.d.ts.map +0 -1
  175. package/dist/rules/svelte/extension/index.js.map +0 -1
  176. package/dist/rules/ts/enable.d.ts +0 -164
  177. package/dist/rules/ts/enable.d.ts.map +0 -1
  178. package/dist/rules/ts/enable.js +0 -162
  179. package/dist/rules/ts/enable.js.map +0 -1
  180. package/dist/rules/ts/extension/disable.d.ts +0 -16
  181. package/dist/rules/ts/extension/disable.d.ts.map +0 -1
  182. package/dist/rules/ts/extension/disable.js +0 -14
  183. package/dist/rules/ts/extension/disable.js.map +0 -1
  184. package/dist/rules/ts/extension/index.d.ts +0 -40
  185. package/dist/rules/ts/extension/index.d.ts.map +0 -1
  186. package/dist/rules/ts/extension/index.js.map +0 -1
  187. package/dist/rules/yml/enable.d.ts.map +0 -1
  188. package/dist/rules/yml/enable.js.map +0 -1
  189. package/dist/rules/yml/extension.d.ts.map +0 -1
  190. package/dist/rules/yml/extension.js.map +0 -1
  191. package/src/rules/base.ts +0 -7
  192. package/src/rules/css/enable.ts +0 -22
  193. package/src/rules/html/enable.ts +0 -112
  194. package/src/rules/jsonc/override.ts +0 -8
  195. package/src/rules/jsoncc/override.ts +0 -11
  196. package/src/rules/mocha/disable.ts +0 -10
  197. package/src/rules/svelte/extension/disable.ts +0 -10
  198. package/src/rules/svelte/extension/index.ts +0 -13
  199. package/src/rules/ts/enable.ts +0 -181
  200. package/src/rules/ts/extension/disable.ts +0 -31
  201. package/src/rules/ts/extension/index.ts +0 -58
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
2
  js: ({
3
- id: string;
3
+ name: string;
4
4
  rules: {
5
5
  readonly "array-callback-return": readonly [
6
6
  import("./state.js").State.ON,
@@ -306,11 +306,11 @@ declare const _default: {
306
306
  readonly yoda: import("./state.js").State.ON;
307
307
  };
308
308
  } | {
309
- id: string;
309
+ name: string;
310
310
  rules: {
311
- readonly "@stylistic/array-bracket-newline": import("./state.js").State.ON;
312
- readonly "@stylistic/array-bracket-spacing": import("./state.js").State.ON;
313
- readonly "@stylistic/array-element-newline": readonly [
311
+ readonly "stylistic/array-bracket-newline": import("./state.js").State.ON;
312
+ readonly "stylistic/array-bracket-spacing": import("./state.js").State.ON;
313
+ readonly "stylistic/array-element-newline": readonly [
314
314
  import("./state.js").State.ON,
315
315
  {
316
316
  readonly consistent: true;
@@ -318,44 +318,44 @@ declare const _default: {
318
318
  readonly minItems: 3;
319
319
  }
320
320
  ];
321
- readonly "@stylistic/arrow-parens": readonly [
321
+ readonly "stylistic/arrow-parens": readonly [
322
322
  import("./state.js").State.ON,
323
323
  "as-needed"
324
324
  ];
325
- readonly "@stylistic/arrow-spacing": import("./state.js").State.ON;
326
- readonly "@stylistic/block-spacing": import("./state.js").State.ON;
327
- readonly "@stylistic/brace-style": readonly [
325
+ readonly "stylistic/arrow-spacing": import("./state.js").State.ON;
326
+ readonly "stylistic/block-spacing": import("./state.js").State.ON;
327
+ readonly "stylistic/brace-style": readonly [
328
328
  import("./state.js").State.ON,
329
329
  "stroustrup",
330
330
  {
331
331
  readonly allowSingleLine: true;
332
332
  }
333
333
  ];
334
- readonly "@stylistic/comma-dangle": readonly [
334
+ readonly "stylistic/comma-dangle": readonly [
335
335
  import("./state.js").State.ON,
336
336
  "always-multiline"
337
337
  ];
338
- readonly "@stylistic/comma-spacing": import("./state.js").State.ON;
339
- readonly "@stylistic/comma-style": import("./state.js").State.ON;
340
- readonly "@stylistic/computed-property-spacing": import("./state.js").State.ON;
341
- readonly "@stylistic/curly-newline": import("./state.js").State.ON;
342
- readonly "@stylistic/dot-location": readonly [
338
+ readonly "stylistic/comma-spacing": import("./state.js").State.ON;
339
+ readonly "stylistic/comma-style": import("./state.js").State.ON;
340
+ readonly "stylistic/computed-property-spacing": import("./state.js").State.ON;
341
+ readonly "stylistic/curly-newline": import("./state.js").State.ON;
342
+ readonly "stylistic/dot-location": readonly [
343
343
  import("./state.js").State.ON,
344
344
  "property"
345
345
  ];
346
- readonly "@stylistic/eol-last": import("./state.js").State.ON;
347
- readonly "@stylistic/function-call-argument-newline": readonly [
346
+ readonly "stylistic/eol-last": import("./state.js").State.ON;
347
+ readonly "stylistic/function-call-argument-newline": readonly [
348
348
  import("./state.js").State.ON,
349
349
  "consistent"
350
350
  ];
351
- readonly "@stylistic/function-call-spacing": import("./state.js").State.ON;
352
- readonly "@stylistic/function-paren-newline": readonly [
351
+ readonly "stylistic/function-call-spacing": import("./state.js").State.ON;
352
+ readonly "stylistic/function-paren-newline": readonly [
353
353
  import("./state.js").State.ON,
354
354
  "multiline-arguments"
355
355
  ];
356
- readonly "@stylistic/generator-star-spacing": import("./state.js").State.ON;
357
- readonly "@stylistic/implicit-arrow-linebreak": import("./state.js").State.ON;
358
- readonly "@stylistic/indent": readonly [
356
+ readonly "stylistic/generator-star-spacing": import("./state.js").State.ON;
357
+ readonly "stylistic/implicit-arrow-linebreak": import("./state.js").State.ON;
358
+ readonly "stylistic/indent": readonly [
359
359
  import("./state.js").State.ON,
360
360
  2,
361
361
  {
@@ -369,13 +369,13 @@ declare const _default: {
369
369
  readonly offsetTernaryExpressions: true;
370
370
  }
371
371
  ];
372
- readonly "@stylistic/indent-binary-ops": readonly [
372
+ readonly "stylistic/indent-binary-ops": readonly [
373
373
  import("./state.js").State.ON,
374
374
  2
375
375
  ];
376
- readonly "@stylistic/key-spacing": import("./state.js").State.ON;
377
- readonly "@stylistic/keyword-spacing": import("./state.js").State.ON;
378
- readonly "@stylistic/lines-between-class-members": readonly [
376
+ readonly "stylistic/key-spacing": import("./state.js").State.ON;
377
+ readonly "stylistic/keyword-spacing": import("./state.js").State.ON;
378
+ readonly "stylistic/lines-between-class-members": readonly [
379
379
  import("./state.js").State.ON,
380
380
  {
381
381
  readonly enforce: readonly [
@@ -397,7 +397,7 @@ declare const _default: {
397
397
  ];
398
398
  }
399
399
  ];
400
- readonly "@stylistic/max-len": readonly [
400
+ readonly "stylistic/max-len": readonly [
401
401
  import("./state.js").State.ON,
402
402
  {
403
403
  readonly code: 300;
@@ -409,18 +409,18 @@ declare const _default: {
409
409
  readonly ignoreRegExpLiterals: true;
410
410
  }
411
411
  ];
412
- readonly "@stylistic/max-statements-per-line": import("./state.js").State.ON;
413
- readonly "@stylistic/member-delimiter-style": import("./state.js").State.ON;
414
- readonly "@stylistic/multiline-ternary": readonly [
412
+ readonly "stylistic/max-statements-per-line": import("./state.js").State.ON;
413
+ readonly "stylistic/member-delimiter-style": import("./state.js").State.ON;
414
+ readonly "stylistic/multiline-ternary": readonly [
415
415
  import("./state.js").State.ON,
416
416
  "always-multiline"
417
417
  ];
418
- readonly "@stylistic/newline-per-chained-call": import("./state.js").State.ON;
419
- readonly "@stylistic/no-extra-parens": import("./state.js").State.ON;
420
- readonly "@stylistic/no-extra-semi": import("./state.js").State.ON;
421
- readonly "@stylistic/no-floating-decimal": import("./state.js").State.ON;
422
- readonly "@stylistic/no-mixed-spaces-and-tabs": import("./state.js").State.ON;
423
- readonly "@stylistic/no-multi-spaces": readonly [
418
+ readonly "stylistic/newline-per-chained-call": import("./state.js").State.ON;
419
+ readonly "stylistic/no-extra-parens": import("./state.js").State.ON;
420
+ readonly "stylistic/no-extra-semi": import("./state.js").State.ON;
421
+ readonly "stylistic/no-floating-decimal": import("./state.js").State.ON;
422
+ readonly "stylistic/no-mixed-spaces-and-tabs": import("./state.js").State.ON;
423
+ readonly "stylistic/no-multi-spaces": readonly [
424
424
  import("./state.js").State.ON,
425
425
  {
426
426
  readonly exceptions: {
@@ -429,7 +429,7 @@ declare const _default: {
429
429
  };
430
430
  }
431
431
  ];
432
- readonly "@stylistic/no-multiple-empty-lines": readonly [
432
+ readonly "stylistic/no-multiple-empty-lines": readonly [
433
433
  import("./state.js").State.ON,
434
434
  {
435
435
  readonly max: 1;
@@ -437,14 +437,14 @@ declare const _default: {
437
437
  readonly maxEOF: 0;
438
438
  }
439
439
  ];
440
- readonly "@stylistic/no-tabs": import("./state.js").State.ON;
441
- readonly "@stylistic/no-trailing-spaces": import("./state.js").State.ON;
442
- readonly "@stylistic/no-whitespace-before-property": import("./state.js").State.ON;
443
- readonly "@stylistic/nonblock-statement-body-position": readonly [
440
+ readonly "stylistic/no-tabs": import("./state.js").State.ON;
441
+ readonly "stylistic/no-trailing-spaces": import("./state.js").State.ON;
442
+ readonly "stylistic/no-whitespace-before-property": import("./state.js").State.ON;
443
+ readonly "stylistic/nonblock-statement-body-position": readonly [
444
444
  import("./state.js").State.ON,
445
445
  "below"
446
446
  ];
447
- readonly "@stylistic/object-curly-newline": readonly [
447
+ readonly "stylistic/object-curly-newline": readonly [
448
448
  import("./state.js").State.ON,
449
449
  {
450
450
  readonly consistent: true;
@@ -452,30 +452,30 @@ declare const _default: {
452
452
  readonly minProperties: 3;
453
453
  }
454
454
  ];
455
- readonly "@stylistic/object-curly-spacing": readonly [
455
+ readonly "stylistic/object-curly-spacing": readonly [
456
456
  import("./state.js").State.ON,
457
457
  "always",
458
458
  {
459
459
  readonly emptyObjects: "never";
460
460
  }
461
461
  ];
462
- readonly "@stylistic/object-property-newline": import("./state.js").State.ON;
463
- readonly "@stylistic/one-var-declaration-per-line": readonly [
462
+ readonly "stylistic/object-property-newline": import("./state.js").State.ON;
463
+ readonly "stylistic/one-var-declaration-per-line": readonly [
464
464
  import("./state.js").State.ON,
465
465
  "always"
466
466
  ];
467
- readonly "@stylistic/operator-linebreak": readonly [
467
+ readonly "stylistic/operator-linebreak": readonly [
468
468
  import("./state.js").State.ON,
469
469
  "before"
470
470
  ];
471
- readonly "@stylistic/padded-blocks": readonly [
471
+ readonly "stylistic/padded-blocks": readonly [
472
472
  import("./state.js").State.ON,
473
473
  "never",
474
474
  {
475
475
  readonly allowSingleLineBlocks: true;
476
476
  }
477
477
  ];
478
- readonly "@stylistic/padding-line-between-statements": readonly [
478
+ readonly "stylistic/padding-line-between-statements": readonly [
479
479
  import("./state.js").State.WARN,
480
480
  {
481
481
  readonly blankLine: "never";
@@ -660,14 +660,14 @@ declare const _default: {
660
660
  ];
661
661
  }
662
662
  ];
663
- readonly "@stylistic/quote-props": readonly [
663
+ readonly "stylistic/quote-props": readonly [
664
664
  import("./state.js").State.ON,
665
665
  "as-needed",
666
666
  {
667
667
  readonly keywords: true;
668
668
  }
669
669
  ];
670
- readonly "@stylistic/quotes": readonly [
670
+ readonly "stylistic/quotes": readonly [
671
671
  import("./state.js").State.ON,
672
672
  "double",
673
673
  {
@@ -675,21 +675,21 @@ declare const _default: {
675
675
  readonly allowTemplateLiterals: "always";
676
676
  }
677
677
  ];
678
- readonly "@stylistic/rest-spread-spacing": import("./state.js").State.ON;
679
- readonly "@stylistic/semi": import("./state.js").State.ON;
680
- readonly "@stylistic/semi-spacing": import("./state.js").State.ON;
681
- readonly "@stylistic/semi-style": import("./state.js").State.ON;
682
- readonly "@stylistic/space-before-blocks": import("./state.js").State.ON;
683
- readonly "@stylistic/space-before-function-paren": readonly [
678
+ readonly "stylistic/rest-spread-spacing": import("./state.js").State.ON;
679
+ readonly "stylistic/semi": import("./state.js").State.ON;
680
+ readonly "stylistic/semi-spacing": import("./state.js").State.ON;
681
+ readonly "stylistic/semi-style": import("./state.js").State.ON;
682
+ readonly "stylistic/space-before-blocks": import("./state.js").State.ON;
683
+ readonly "stylistic/space-before-function-paren": readonly [
684
684
  import("./state.js").State.ON,
685
685
  {
686
686
  readonly named: "never";
687
687
  }
688
688
  ];
689
- readonly "@stylistic/space-in-parens": import("./state.js").State.ON;
690
- readonly "@stylistic/space-infix-ops": import("./state.js").State.ON;
691
- readonly "@stylistic/space-unary-ops": import("./state.js").State.ON;
692
- readonly "@stylistic/spaced-comment": readonly [
689
+ readonly "stylistic/space-in-parens": import("./state.js").State.ON;
690
+ readonly "stylistic/space-infix-ops": import("./state.js").State.ON;
691
+ readonly "stylistic/space-unary-ops": import("./state.js").State.ON;
692
+ readonly "stylistic/spaced-comment": readonly [
693
693
  import("./state.js").State.ON,
694
694
  "always",
695
695
  {
@@ -724,10 +724,10 @@ declare const _default: {
724
724
  };
725
725
  }
726
726
  ];
727
- readonly "@stylistic/switch-colon-spacing": import("./state.js").State.ON;
728
- readonly "@stylistic/template-curly-spacing": import("./state.js").State.ON;
729
- readonly "@stylistic/template-tag-spacing": import("./state.js").State.ON;
730
- readonly "@stylistic/type-annotation-spacing": readonly [
727
+ readonly "stylistic/switch-colon-spacing": import("./state.js").State.ON;
728
+ readonly "stylistic/template-curly-spacing": import("./state.js").State.ON;
729
+ readonly "stylistic/template-tag-spacing": import("./state.js").State.ON;
730
+ readonly "stylistic/type-annotation-spacing": readonly [
731
731
  import("./state.js").State.ON,
732
732
  {
733
733
  readonly before: true;
@@ -740,21 +740,21 @@ declare const _default: {
740
740
  };
741
741
  }
742
742
  ];
743
- readonly "@stylistic/type-generic-spacing": import("./state.js").State.ON;
744
- readonly "@stylistic/type-named-tuple-spacing": import("./state.js").State.ON;
745
- readonly "@stylistic/wrap-iife": readonly [
743
+ readonly "stylistic/type-generic-spacing": import("./state.js").State.ON;
744
+ readonly "stylistic/type-named-tuple-spacing": import("./state.js").State.ON;
745
+ readonly "stylistic/wrap-iife": readonly [
746
746
  import("./state.js").State.ON,
747
747
  "inside",
748
748
  {
749
749
  readonly functionPrototypeMethods: true;
750
750
  }
751
751
  ];
752
- readonly "@stylistic/wrap-regex": import("./state.js").State.ON;
753
- readonly "@stylistic/yield-star-spacing": import("./state.js").State.ON;
752
+ readonly "stylistic/wrap-regex": import("./state.js").State.ON;
753
+ readonly "stylistic/yield-star-spacing": import("./state.js").State.ON;
754
754
  };
755
755
  })[];
756
756
  ts: ({
757
- id: string;
757
+ name: string;
758
758
  rules: {
759
759
  readonly "consistent-return": import("./state.js").State.OFF;
760
760
  readonly "constructor-super": import("./state.js").State.OFF;
@@ -777,36 +777,24 @@ declare const _default: {
777
777
  readonly "no-unsafe-negation": import("./state.js").State.OFF;
778
778
  };
779
779
  } | {
780
- id: string;
780
+ name: string;
781
781
  rules: {
782
- readonly "dot-notation": import("./state.js").State.OFF;
783
- readonly "no-implied-eval": import("./state.js").State.OFF;
784
- readonly "no-restricted-imports": import("./state.js").State.OFF;
785
- readonly "no-throw-literal": import("./state.js").State.OFF;
786
- readonly "no-unused-vars": import("./state.js").State.OFF;
787
- readonly "prefer-destructuring": import("./state.js").State.OFF;
788
- readonly "prefer-promise-reject-errors": import("./state.js").State.OFF;
789
- readonly "require-await": import("./state.js").State.OFF;
790
- };
791
- } | {
792
- id: string;
793
- rules: {
794
- readonly "@typescript-eslint/await-thenable": import("./state.js").State.ON;
795
- readonly "@typescript-eslint/ban-ts-comment": import("./state.js").State.ON;
796
- readonly "@typescript-eslint/ban-tslint-comment": import("./state.js").State.ON;
797
- readonly "@typescript-eslint/class-literal-property-style": import("./state.js").State.ON;
798
- readonly "@typescript-eslint/consistent-generic-constructors": import("./state.js").State.ON;
799
- readonly "@typescript-eslint/consistent-indexed-object-style": import("./state.js").State.ON;
800
- readonly "@typescript-eslint/consistent-type-assertions": readonly [
782
+ readonly "ts/await-thenable": import("./state.js").State.ON;
783
+ readonly "ts/ban-ts-comment": import("./state.js").State.ON;
784
+ readonly "ts/ban-tslint-comment": import("./state.js").State.ON;
785
+ readonly "ts/class-literal-property-style": import("./state.js").State.ON;
786
+ readonly "ts/consistent-generic-constructors": import("./state.js").State.ON;
787
+ readonly "ts/consistent-indexed-object-style": import("./state.js").State.ON;
788
+ readonly "ts/consistent-type-assertions": readonly [
801
789
  import("./state.js").State.ON,
802
790
  {
803
791
  readonly arrayLiteralTypeAssertions: "never";
804
792
  readonly objectLiteralTypeAssertions: "never";
805
793
  }
806
794
  ];
807
- readonly "@typescript-eslint/consistent-type-exports": import("./state.js").State.ON;
808
- readonly "@typescript-eslint/consistent-type-imports": import("./state.js").State.ON;
809
- readonly "@typescript-eslint/explicit-member-accessibility": readonly [
795
+ readonly "ts/consistent-type-exports": import("./state.js").State.ON;
796
+ readonly "ts/consistent-type-imports": import("./state.js").State.ON;
797
+ readonly "ts/explicit-member-accessibility": readonly [
810
798
  import("./state.js").State.ON,
811
799
  {
812
800
  readonly overrides: {
@@ -814,7 +802,7 @@ declare const _default: {
814
802
  };
815
803
  }
816
804
  ];
817
- readonly "@typescript-eslint/member-ordering": readonly [
805
+ readonly "ts/member-ordering": readonly [
818
806
  import("./state.js").State.ON,
819
807
  {
820
808
  readonly default: {
@@ -822,102 +810,102 @@ declare const _default: {
822
810
  };
823
811
  }
824
812
  ];
825
- readonly "@typescript-eslint/method-signature-style": import("./state.js").State.ON;
826
- readonly "@typescript-eslint/no-array-delete": import("./state.js").State.ON;
827
- readonly "@typescript-eslint/no-base-to-string": import("./state.js").State.ON;
828
- readonly "@typescript-eslint/no-confusing-non-null-assertion": import("./state.js").State.ON;
829
- readonly "@typescript-eslint/no-confusing-void-expression": import("./state.js").State.ON;
830
- readonly "@typescript-eslint/no-duplicate-enum-values": import("./state.js").State.ON;
831
- readonly "@typescript-eslint/no-duplicate-type-constituents": import("./state.js").State.ON;
832
- readonly "@typescript-eslint/no-dynamic-delete": import("./state.js").State.ON;
833
- readonly "@typescript-eslint/no-empty-object-type": import("./state.js").State.ON;
834
- readonly "@typescript-eslint/no-explicit-any": readonly [
813
+ readonly "ts/method-signature-style": import("./state.js").State.ON;
814
+ readonly "ts/no-array-delete": import("./state.js").State.ON;
815
+ readonly "ts/no-base-to-string": import("./state.js").State.ON;
816
+ readonly "ts/no-confusing-non-null-assertion": import("./state.js").State.ON;
817
+ readonly "ts/no-confusing-void-expression": import("./state.js").State.ON;
818
+ readonly "ts/no-duplicate-enum-values": import("./state.js").State.ON;
819
+ readonly "ts/no-duplicate-type-constituents": import("./state.js").State.ON;
820
+ readonly "ts/no-dynamic-delete": import("./state.js").State.ON;
821
+ readonly "ts/no-empty-object-type": import("./state.js").State.ON;
822
+ readonly "ts/no-explicit-any": readonly [
835
823
  import("./state.js").State.ON,
836
824
  {
837
825
  readonly fixToUnknown: true;
838
826
  }
839
827
  ];
840
- readonly "@typescript-eslint/no-extra-non-null-assertion": import("./state.js").State.ON;
841
- readonly "@typescript-eslint/no-extraneous-class": readonly [
828
+ readonly "ts/no-extra-non-null-assertion": import("./state.js").State.ON;
829
+ readonly "ts/no-extraneous-class": readonly [
842
830
  import("./state.js").State.ON,
843
831
  {
844
832
  readonly allowEmpty: true;
845
833
  }
846
834
  ];
847
- readonly "@typescript-eslint/no-floating-promises": readonly [
835
+ readonly "ts/no-floating-promises": readonly [
848
836
  import("./state.js").State.ON,
849
837
  {
850
838
  readonly checkThenables: true;
851
839
  }
852
840
  ];
853
- readonly "@typescript-eslint/no-for-in-array": import("./state.js").State.ON;
854
- readonly "@typescript-eslint/no-import-type-side-effects": import("./state.js").State.ON;
855
- readonly "@typescript-eslint/no-inferrable-types": import("./state.js").State.ON;
856
- readonly "@typescript-eslint/no-meaningless-void-operator": readonly [
841
+ readonly "ts/no-for-in-array": import("./state.js").State.ON;
842
+ readonly "ts/no-import-type-side-effects": import("./state.js").State.ON;
843
+ readonly "ts/no-inferrable-types": import("./state.js").State.ON;
844
+ readonly "ts/no-meaningless-void-operator": readonly [
857
845
  import("./state.js").State.ON,
858
846
  {
859
847
  readonly checkNever: true;
860
848
  }
861
849
  ];
862
- readonly "@typescript-eslint/no-misused-new": import("./state.js").State.ON;
863
- readonly "@typescript-eslint/no-misused-promises": import("./state.js").State.ON;
864
- readonly "@typescript-eslint/no-misused-spread": import("./state.js").State.ON;
865
- readonly "@typescript-eslint/no-mixed-enums": import("./state.js").State.ON;
866
- readonly "@typescript-eslint/no-non-null-asserted-nullish-coalescing": import("./state.js").State.ON;
867
- readonly "@typescript-eslint/no-non-null-asserted-optional-chain": import("./state.js").State.ON;
868
- readonly "@typescript-eslint/no-redundant-type-constituents": import("./state.js").State.ON;
869
- readonly "@typescript-eslint/no-require-imports": import("./state.js").State.ON;
870
- readonly "@typescript-eslint/no-this-alias": import("./state.js").State.ON;
871
- readonly "@typescript-eslint/no-unnecessary-boolean-literal-compare": import("./state.js").State.ON;
872
- readonly "@typescript-eslint/no-unnecessary-condition": import("./state.js").State.ON;
873
- readonly "@typescript-eslint/no-unnecessary-parameter-property-assignment": import("./state.js").State.ON;
874
- readonly "@typescript-eslint/no-unnecessary-qualifier": import("./state.js").State.ON;
875
- readonly "@typescript-eslint/no-unnecessary-template-expression": import("./state.js").State.ON;
876
- readonly "@typescript-eslint/no-unnecessary-type-arguments": import("./state.js").State.ON;
877
- readonly "@typescript-eslint/no-unnecessary-type-assertion": import("./state.js").State.ON;
878
- readonly "@typescript-eslint/no-unnecessary-type-constraint": import("./state.js").State.ON;
879
- readonly "@typescript-eslint/no-unnecessary-type-conversion": import("./state.js").State.ON;
880
- readonly "@typescript-eslint/no-unnecessary-type-parameters": import("./state.js").State.ON;
881
- readonly "@typescript-eslint/no-unsafe-argument": import("./state.js").State.ON;
882
- readonly "@typescript-eslint/no-unsafe-assignment": import("./state.js").State.ON;
883
- readonly "@typescript-eslint/no-unsafe-call": import("./state.js").State.ON;
884
- readonly "@typescript-eslint/no-unsafe-declaration-merging": import("./state.js").State.ON;
885
- readonly "@typescript-eslint/no-unsafe-enum-comparison": import("./state.js").State.ON;
886
- readonly "@typescript-eslint/no-unsafe-function-type": import("./state.js").State.ON;
887
- readonly "@typescript-eslint/no-unsafe-member-access": readonly [
850
+ readonly "ts/no-misused-new": import("./state.js").State.ON;
851
+ readonly "ts/no-misused-promises": import("./state.js").State.ON;
852
+ readonly "ts/no-misused-spread": import("./state.js").State.ON;
853
+ readonly "ts/no-mixed-enums": import("./state.js").State.ON;
854
+ readonly "ts/no-non-null-asserted-nullish-coalescing": import("./state.js").State.ON;
855
+ readonly "ts/no-non-null-asserted-optional-chain": import("./state.js").State.ON;
856
+ readonly "ts/no-redundant-type-constituents": import("./state.js").State.ON;
857
+ readonly "ts/no-require-imports": import("./state.js").State.ON;
858
+ readonly "ts/no-this-alias": import("./state.js").State.ON;
859
+ readonly "ts/no-unnecessary-boolean-literal-compare": import("./state.js").State.ON;
860
+ readonly "ts/no-unnecessary-condition": import("./state.js").State.ON;
861
+ readonly "ts/no-unnecessary-parameter-property-assignment": import("./state.js").State.ON;
862
+ readonly "ts/no-unnecessary-qualifier": import("./state.js").State.ON;
863
+ readonly "ts/no-unnecessary-template-expression": import("./state.js").State.ON;
864
+ readonly "ts/no-unnecessary-type-arguments": import("./state.js").State.ON;
865
+ readonly "ts/no-unnecessary-type-assertion": import("./state.js").State.ON;
866
+ readonly "ts/no-unnecessary-type-constraint": import("./state.js").State.ON;
867
+ readonly "ts/no-unnecessary-type-conversion": import("./state.js").State.ON;
868
+ readonly "ts/no-unnecessary-type-parameters": import("./state.js").State.ON;
869
+ readonly "ts/no-unsafe-argument": import("./state.js").State.ON;
870
+ readonly "ts/no-unsafe-assignment": import("./state.js").State.ON;
871
+ readonly "ts/no-unsafe-call": import("./state.js").State.ON;
872
+ readonly "ts/no-unsafe-declaration-merging": import("./state.js").State.ON;
873
+ readonly "ts/no-unsafe-enum-comparison": import("./state.js").State.ON;
874
+ readonly "ts/no-unsafe-function-type": import("./state.js").State.ON;
875
+ readonly "ts/no-unsafe-member-access": readonly [
888
876
  import("./state.js").State.ON,
889
877
  {
890
878
  readonly allowOptionalChaining: true;
891
879
  }
892
880
  ];
893
- readonly "@typescript-eslint/no-unsafe-return": import("./state.js").State.ON;
894
- readonly "@typescript-eslint/no-unsafe-unary-minus": import("./state.js").State.ON;
895
- readonly "@typescript-eslint/no-useless-empty-export": import("./state.js").State.ON;
896
- readonly "@typescript-eslint/no-wrapper-object-types": import("./state.js").State.ON;
897
- readonly "@typescript-eslint/parameter-properties": readonly [
881
+ readonly "ts/no-unsafe-return": import("./state.js").State.ON;
882
+ readonly "ts/no-unsafe-unary-minus": import("./state.js").State.ON;
883
+ readonly "ts/no-useless-empty-export": import("./state.js").State.ON;
884
+ readonly "ts/no-wrapper-object-types": import("./state.js").State.ON;
885
+ readonly "ts/parameter-properties": readonly [
898
886
  import("./state.js").State.ON,
899
887
  {
900
888
  readonly prefer: "parameter-property";
901
889
  }
902
890
  ];
903
- readonly "@typescript-eslint/prefer-as-const": import("./state.js").State.ON;
904
- readonly "@typescript-eslint/prefer-find": import("./state.js").State.ON;
905
- readonly "@typescript-eslint/prefer-for-of": import("./state.js").State.ON;
906
- readonly "@typescript-eslint/prefer-function-type": import("./state.js").State.ON;
907
- readonly "@typescript-eslint/prefer-includes": import("./state.js").State.ON;
908
- readonly "@typescript-eslint/prefer-literal-enum-member": import("./state.js").State.ON;
909
- readonly "@typescript-eslint/prefer-namespace-keyword": import("./state.js").State.ON;
910
- readonly "@typescript-eslint/prefer-nullish-coalescing": import("./state.js").State.ON;
911
- readonly "@typescript-eslint/prefer-optional-chain": import("./state.js").State.ON;
912
- readonly "@typescript-eslint/prefer-readonly": import("./state.js").State.ON;
913
- readonly "@typescript-eslint/prefer-reduce-type-parameter": import("./state.js").State.ON;
914
- readonly "@typescript-eslint/prefer-regexp-exec": import("./state.js").State.ON;
915
- readonly "@typescript-eslint/prefer-return-this-type": import("./state.js").State.ON;
916
- readonly "@typescript-eslint/prefer-string-starts-ends-with": import("./state.js").State.ON;
917
- readonly "@typescript-eslint/promise-function-async": import("./state.js").State.ON;
918
- readonly "@typescript-eslint/related-getter-setter-pairs": import("./state.js").State.ON;
919
- readonly "@typescript-eslint/require-array-sort-compare": import("./state.js").State.ON;
920
- readonly "@typescript-eslint/restrict-plus-operands": readonly [
891
+ readonly "ts/prefer-as-const": import("./state.js").State.ON;
892
+ readonly "ts/prefer-find": import("./state.js").State.ON;
893
+ readonly "ts/prefer-for-of": import("./state.js").State.ON;
894
+ readonly "ts/prefer-function-type": import("./state.js").State.ON;
895
+ readonly "ts/prefer-includes": import("./state.js").State.ON;
896
+ readonly "ts/prefer-literal-enum-member": import("./state.js").State.ON;
897
+ readonly "ts/prefer-namespace-keyword": import("./state.js").State.ON;
898
+ readonly "ts/prefer-nullish-coalescing": import("./state.js").State.ON;
899
+ readonly "ts/prefer-optional-chain": import("./state.js").State.ON;
900
+ readonly "ts/prefer-readonly": import("./state.js").State.ON;
901
+ readonly "ts/prefer-reduce-type-parameter": import("./state.js").State.ON;
902
+ readonly "ts/prefer-regexp-exec": import("./state.js").State.ON;
903
+ readonly "ts/prefer-return-this-type": import("./state.js").State.ON;
904
+ readonly "ts/prefer-string-starts-ends-with": import("./state.js").State.ON;
905
+ readonly "ts/promise-function-async": import("./state.js").State.ON;
906
+ readonly "ts/related-getter-setter-pairs": import("./state.js").State.ON;
907
+ readonly "ts/require-array-sort-compare": import("./state.js").State.ON;
908
+ readonly "ts/restrict-plus-operands": readonly [
921
909
  import("./state.js").State.ON,
922
910
  {
923
911
  readonly allowAny: false;
@@ -927,7 +915,7 @@ declare const _default: {
927
915
  readonly allowRegExp: false;
928
916
  }
929
917
  ];
930
- readonly "@typescript-eslint/restrict-template-expressions": readonly [
918
+ readonly "ts/restrict-template-expressions": readonly [
931
919
  import("./state.js").State.ON,
932
920
  {
933
921
  readonly allowNullish: false;
@@ -935,23 +923,24 @@ declare const _default: {
935
923
  readonly allowRegExp: false;
936
924
  }
937
925
  ];
938
- readonly "@typescript-eslint/return-await": import("./state.js").State.ON;
939
- readonly "@typescript-eslint/strict-boolean-expressions": readonly [
926
+ readonly "ts/return-await": import("./state.js").State.ON;
927
+ readonly "ts/strict-boolean-expressions": readonly [
940
928
  import("./state.js").State.ON,
941
929
  {
942
930
  readonly allowNullableObject: false;
943
931
  readonly allowString: false;
944
932
  }
945
933
  ];
946
- readonly "@typescript-eslint/switch-exhaustiveness-check": import("./state.js").State.ON;
947
- readonly "@typescript-eslint/unbound-method": import("./state.js").State.ON;
948
- readonly "@typescript-eslint/unified-signatures": import("./state.js").State.ON;
949
- readonly "@typescript-eslint/use-unknown-in-catch-callback-variable": import("./state.js").State.ON;
934
+ readonly "ts/switch-exhaustiveness-check": import("./state.js").State.ON;
935
+ readonly "ts/unbound-method": import("./state.js").State.ON;
936
+ readonly "ts/unified-signatures": import("./state.js").State.ON;
937
+ readonly "ts/use-unknown-in-catch-callback-variable": import("./state.js").State.ON;
950
938
  };
951
939
  } | {
952
- id: string;
940
+ name: string;
953
941
  rules: {
954
- readonly "@typescript-eslint/dot-notation": readonly [
942
+ readonly "dot-notation": import("./state.js").State.OFF;
943
+ readonly "ts/dot-notation": readonly [
955
944
  import("./state.js").State.ON,
956
945
  {
957
946
  readonly allowPrivateClassPropertyAccess: true;
@@ -959,15 +948,20 @@ declare const _default: {
959
948
  readonly allowIndexSignaturePropertyAccess: true;
960
949
  }
961
950
  ];
962
- readonly "@typescript-eslint/no-implied-eval": import("./state.js").State.ON;
963
- readonly "@typescript-eslint/no-unused-vars": import("./state.js").State.ON;
964
- readonly "@typescript-eslint/only-throw-error": readonly [
951
+ readonly "no-implied-eval": import("./state.js").State.OFF;
952
+ readonly "ts/no-implied-eval": import("./state.js").State.ON;
953
+ readonly "no-restricted-imports": import("./state.js").State.OFF;
954
+ readonly "no-unused-vars": import("./state.js").State.OFF;
955
+ readonly "ts/no-unused-vars": import("./state.js").State.ON;
956
+ readonly "no-throw-literal": import("./state.js").State.OFF;
957
+ readonly "ts/only-throw-error": readonly [
965
958
  import("./state.js").State.ON,
966
959
  {
967
960
  readonly allowThrowingAny: false;
968
961
  }
969
962
  ];
970
- readonly "@typescript-eslint/prefer-destructuring": readonly [
963
+ readonly "prefer-destructuring": import("./state.js").State.OFF;
964
+ readonly "ts/prefer-destructuring": readonly [
971
965
  import("./state.js").State.ON,
972
966
  {
973
967
  readonly AssignmentExpression: {
@@ -976,23 +970,19 @@ declare const _default: {
976
970
  };
977
971
  }
978
972
  ];
979
- readonly "@typescript-eslint/prefer-promise-reject-errors": readonly [
973
+ readonly "prefer-promise-reject-errors": import("./state.js").State.OFF;
974
+ readonly "ts/prefer-promise-reject-errors": readonly [
980
975
  import("./state.js").State.ON,
981
976
  {
982
977
  readonly allowThrowingUnknown: true;
983
978
  }
984
979
  ];
985
- readonly "@typescript-eslint/require-await": import("./state.js").State.ON;
980
+ readonly "require-await": import("./state.js").State.OFF;
981
+ readonly "ts/require-await": import("./state.js").State.ON;
986
982
  };
987
983
  })[];
988
984
  mocha: ({
989
- id: string;
990
- rules: {
991
- readonly "prefer-arrow-callback": import("./state.js").State.OFF;
992
- readonly "no-unused-expressions": import("./state.js").State.OFF;
993
- };
994
- } | {
995
- id: string;
985
+ name: string;
996
986
  rules: {
997
987
  readonly "mocha/handle-done-callback": import("./state.js").State.ON;
998
988
  readonly "mocha/max-top-level-suites": import("./state.js").State.ON;
@@ -1009,12 +999,14 @@ declare const _default: {
1009
999
  readonly "mocha/no-return-from-async": import("./state.js").State.ON;
1010
1000
  readonly "mocha/no-sibling-hooks": import("./state.js").State.ON;
1011
1001
  readonly "mocha/no-top-level-hooks": import("./state.js").State.ON;
1002
+ readonly "prefer-arrow-callback": import("./state.js").State.OFF;
1012
1003
  readonly "mocha/prefer-arrow-callback": import("./state.js").State.ON;
1013
1004
  };
1014
1005
  } | {
1015
- id: string;
1006
+ name: string;
1016
1007
  rules: {
1017
- readonly "chai-friendly/no-unused-expressions": readonly [
1008
+ readonly "no-unused-expressions": import("./state.js").State.OFF;
1009
+ readonly "chai/no-unused-expressions": readonly [
1018
1010
  import("./state.js").State.ON,
1019
1011
  {
1020
1012
  readonly allowShortCircuit: true;
@@ -1023,7 +1015,7 @@ declare const _default: {
1023
1015
  ];
1024
1016
  };
1025
1017
  } | {
1026
- id: string;
1018
+ name: string;
1027
1019
  rules: {
1028
1020
  readonly "chai-expect/no-inner-compare": import("./state.js").State.ON;
1029
1021
  readonly "chai-expect/no-inner-literal": import("./state.js").State.ON;
@@ -1031,25 +1023,18 @@ declare const _default: {
1031
1023
  };
1032
1024
  })[];
1033
1025
  svelte: ({
1034
- id: string;
1026
+ name: string;
1035
1027
  rules: {
1036
1028
  readonly "no-inner-declarations": import("./state.js").State.OFF;
1037
1029
  readonly "no-self-assign": import("./state.js").State.OFF;
1038
1030
  readonly "no-unused-vars": import("./state.js").State.OFF;
1039
- readonly "@typescript-eslint/no-unused-vars": import("./state.js").State.OFF;
1031
+ readonly "ts/no-unused-vars": import("./state.js").State.OFF;
1040
1032
  readonly "prefer-const": import("./state.js").State.OFF;
1041
- readonly "@stylistic/indent": import("./state.js").State.OFF;
1042
- readonly "@typescript-eslint/no-confusing-void-expression": import("./state.js").State.OFF;
1043
- };
1044
- } | {
1045
- id: string;
1046
- rules: {
1047
- readonly "no-inner-declarations": import("./state.js").State.OFF;
1048
- readonly "no-self-assign": import("./state.js").State.OFF;
1049
- readonly "@stylistic/no-trailing-spaces": import("./state.js").State.OFF;
1033
+ readonly "stylistic/indent": import("./state.js").State.OFF;
1034
+ readonly "ts/no-confusing-void-expression": import("./state.js").State.OFF;
1050
1035
  };
1051
1036
  } | {
1052
- id: string;
1037
+ name: string;
1053
1038
  rules: {
1054
1039
  readonly "svelte/infinite-reactive-loop": import("./state.js").State.ON;
1055
1040
  readonly "svelte/no-dom-manipulating": import("./state.js").State.ON;
@@ -1159,17 +1144,19 @@ declare const _default: {
1159
1144
  readonly "svelte/system": import("./state.js").State.ON;
1160
1145
  };
1161
1146
  } | {
1162
- id: string;
1147
+ name: string;
1163
1148
  rules: {
1149
+ readonly "no-inner-declarations": import("./state.js").State.OFF;
1164
1150
  readonly "svelte/no-inner-declarations": readonly [
1165
1151
  import("./state.js").State.ON,
1166
1152
  "both"
1167
1153
  ];
1154
+ readonly "stylistic/no-trailing-spaces": import("./state.js").State.OFF;
1168
1155
  readonly "svelte/no-trailing-spaces": import("./state.js").State.ON;
1169
1156
  };
1170
1157
  })[];
1171
1158
  html: {
1172
- id: string;
1159
+ name: string;
1173
1160
  rules: {
1174
1161
  readonly "html/no-duplicate-attrs": import("./state.js").State.ON;
1175
1162
  readonly "html/no-duplicate-class": import("./state.js").State.ON;
@@ -1245,7 +1232,7 @@ declare const _default: {
1245
1232
  };
1246
1233
  }[];
1247
1234
  css: {
1248
- id: string;
1235
+ name: string;
1249
1236
  rules: {
1250
1237
  readonly "css/font-family-fallbacks": import("./state.js").State.ON;
1251
1238
  readonly "css/no-duplicate-imports": import("./state.js").State.ON;
@@ -1261,7 +1248,7 @@ declare const _default: {
1261
1248
  };
1262
1249
  }[];
1263
1250
  json: ({
1264
- id: string;
1251
+ name: string;
1265
1252
  rules: {
1266
1253
  readonly "json/no-duplicate-keys": import("./state.js").State.ON;
1267
1254
  readonly "json/no-unsafe-values": import("./state.js").State.ON;
@@ -1269,7 +1256,7 @@ declare const _default: {
1269
1256
  readonly "json/top-level-interop": import("./state.js").State.ON;
1270
1257
  };
1271
1258
  } | {
1272
- id: string;
1259
+ name: string;
1273
1260
  rules: {
1274
1261
  readonly "jsonc/no-bigint-literals": import("./state.js").State.ON;
1275
1262
  readonly "jsonc/no-binary-expression": import("./state.js").State.ON;
@@ -1292,7 +1279,7 @@ declare const _default: {
1292
1279
  readonly "jsonc/vue-custom-block/no-parsing-error": import("./state.js").State.ON;
1293
1280
  };
1294
1281
  } | {
1295
- id: string;
1282
+ name: string;
1296
1283
  rules: {
1297
1284
  readonly "jsonc/array-bracket-spacing": import("./state.js").State.ON;
1298
1285
  readonly "jsonc/array-element-newline": readonly [
@@ -1341,13 +1328,13 @@ declare const _default: {
1341
1328
  };
1342
1329
  })[];
1343
1330
  jsonc: {
1344
- id: string;
1331
+ name: string;
1345
1332
  rules: {
1346
1333
  readonly "jsonc/no-comments": import("./state.js").State.OFF;
1347
1334
  };
1348
1335
  }[];
1349
1336
  jsoncc: {
1350
- id: string;
1337
+ name: string;
1351
1338
  rules: {
1352
1339
  readonly "jsonc/comma-dangle": readonly [
1353
1340
  import("./state.js").State.ON,
@@ -1356,7 +1343,7 @@ declare const _default: {
1356
1343
  };
1357
1344
  }[];
1358
1345
  yml: ({
1359
- id: string;
1346
+ name: string;
1360
1347
  rules: {
1361
1348
  readonly "yml/block-mapping-colon-indicator-newline": import("./state.js").State.ON;
1362
1349
  readonly "yml/block-mapping-question-indicator-newline": import("./state.js").State.ON;
@@ -1371,7 +1358,7 @@ declare const _default: {
1371
1358
  readonly "yml/require-string-key": import("./state.js").State.ON;
1372
1359
  };
1373
1360
  } | {
1374
- id: string;
1361
+ name: string;
1375
1362
  rules: {
1376
1363
  readonly "yml/flow-mapping-curly-newline": readonly [
1377
1364
  import("./state.js").State.ON,