@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
package/dist/index.d.ts CHANGED
@@ -16,7 +16,7 @@ declare const _default: {
16
16
  };
17
17
  rules: {
18
18
  js: ({
19
- id: string;
19
+ name: string;
20
20
  rules: {
21
21
  readonly "array-callback-return": readonly [
22
22
  import("./rules/state.js").State.ON,
@@ -322,11 +322,11 @@ declare const _default: {
322
322
  readonly yoda: import("./rules/state.js").State.ON;
323
323
  };
324
324
  } | {
325
- id: string;
325
+ name: string;
326
326
  rules: {
327
- readonly "@stylistic/array-bracket-newline": import("./rules/state.js").State.ON;
328
- readonly "@stylistic/array-bracket-spacing": import("./rules/state.js").State.ON;
329
- readonly "@stylistic/array-element-newline": readonly [
327
+ readonly "stylistic/array-bracket-newline": import("./rules/state.js").State.ON;
328
+ readonly "stylistic/array-bracket-spacing": import("./rules/state.js").State.ON;
329
+ readonly "stylistic/array-element-newline": readonly [
330
330
  import("./rules/state.js").State.ON,
331
331
  {
332
332
  readonly consistent: true;
@@ -334,44 +334,44 @@ declare const _default: {
334
334
  readonly minItems: 3;
335
335
  }
336
336
  ];
337
- readonly "@stylistic/arrow-parens": readonly [
337
+ readonly "stylistic/arrow-parens": readonly [
338
338
  import("./rules/state.js").State.ON,
339
339
  "as-needed"
340
340
  ];
341
- readonly "@stylistic/arrow-spacing": import("./rules/state.js").State.ON;
342
- readonly "@stylistic/block-spacing": import("./rules/state.js").State.ON;
343
- readonly "@stylistic/brace-style": readonly [
341
+ readonly "stylistic/arrow-spacing": import("./rules/state.js").State.ON;
342
+ readonly "stylistic/block-spacing": import("./rules/state.js").State.ON;
343
+ readonly "stylistic/brace-style": readonly [
344
344
  import("./rules/state.js").State.ON,
345
345
  "stroustrup",
346
346
  {
347
347
  readonly allowSingleLine: true;
348
348
  }
349
349
  ];
350
- readonly "@stylistic/comma-dangle": readonly [
350
+ readonly "stylistic/comma-dangle": readonly [
351
351
  import("./rules/state.js").State.ON,
352
352
  "always-multiline"
353
353
  ];
354
- readonly "@stylistic/comma-spacing": import("./rules/state.js").State.ON;
355
- readonly "@stylistic/comma-style": import("./rules/state.js").State.ON;
356
- readonly "@stylistic/computed-property-spacing": import("./rules/state.js").State.ON;
357
- readonly "@stylistic/curly-newline": import("./rules/state.js").State.ON;
358
- readonly "@stylistic/dot-location": readonly [
354
+ readonly "stylistic/comma-spacing": import("./rules/state.js").State.ON;
355
+ readonly "stylistic/comma-style": import("./rules/state.js").State.ON;
356
+ readonly "stylistic/computed-property-spacing": import("./rules/state.js").State.ON;
357
+ readonly "stylistic/curly-newline": import("./rules/state.js").State.ON;
358
+ readonly "stylistic/dot-location": readonly [
359
359
  import("./rules/state.js").State.ON,
360
360
  "property"
361
361
  ];
362
- readonly "@stylistic/eol-last": import("./rules/state.js").State.ON;
363
- readonly "@stylistic/function-call-argument-newline": readonly [
362
+ readonly "stylistic/eol-last": import("./rules/state.js").State.ON;
363
+ readonly "stylistic/function-call-argument-newline": readonly [
364
364
  import("./rules/state.js").State.ON,
365
365
  "consistent"
366
366
  ];
367
- readonly "@stylistic/function-call-spacing": import("./rules/state.js").State.ON;
368
- readonly "@stylistic/function-paren-newline": readonly [
367
+ readonly "stylistic/function-call-spacing": import("./rules/state.js").State.ON;
368
+ readonly "stylistic/function-paren-newline": readonly [
369
369
  import("./rules/state.js").State.ON,
370
370
  "multiline-arguments"
371
371
  ];
372
- readonly "@stylistic/generator-star-spacing": import("./rules/state.js").State.ON;
373
- readonly "@stylistic/implicit-arrow-linebreak": import("./rules/state.js").State.ON;
374
- readonly "@stylistic/indent": readonly [
372
+ readonly "stylistic/generator-star-spacing": import("./rules/state.js").State.ON;
373
+ readonly "stylistic/implicit-arrow-linebreak": import("./rules/state.js").State.ON;
374
+ readonly "stylistic/indent": readonly [
375
375
  import("./rules/state.js").State.ON,
376
376
  2,
377
377
  {
@@ -385,13 +385,13 @@ declare const _default: {
385
385
  readonly offsetTernaryExpressions: true;
386
386
  }
387
387
  ];
388
- readonly "@stylistic/indent-binary-ops": readonly [
388
+ readonly "stylistic/indent-binary-ops": readonly [
389
389
  import("./rules/state.js").State.ON,
390
390
  2
391
391
  ];
392
- readonly "@stylistic/key-spacing": import("./rules/state.js").State.ON;
393
- readonly "@stylistic/keyword-spacing": import("./rules/state.js").State.ON;
394
- readonly "@stylistic/lines-between-class-members": readonly [
392
+ readonly "stylistic/key-spacing": import("./rules/state.js").State.ON;
393
+ readonly "stylistic/keyword-spacing": import("./rules/state.js").State.ON;
394
+ readonly "stylistic/lines-between-class-members": readonly [
395
395
  import("./rules/state.js").State.ON,
396
396
  {
397
397
  readonly enforce: readonly [
@@ -413,7 +413,7 @@ declare const _default: {
413
413
  ];
414
414
  }
415
415
  ];
416
- readonly "@stylistic/max-len": readonly [
416
+ readonly "stylistic/max-len": readonly [
417
417
  import("./rules/state.js").State.ON,
418
418
  {
419
419
  readonly code: 300;
@@ -425,18 +425,18 @@ declare const _default: {
425
425
  readonly ignoreRegExpLiterals: true;
426
426
  }
427
427
  ];
428
- readonly "@stylistic/max-statements-per-line": import("./rules/state.js").State.ON;
429
- readonly "@stylistic/member-delimiter-style": import("./rules/state.js").State.ON;
430
- readonly "@stylistic/multiline-ternary": readonly [
428
+ readonly "stylistic/max-statements-per-line": import("./rules/state.js").State.ON;
429
+ readonly "stylistic/member-delimiter-style": import("./rules/state.js").State.ON;
430
+ readonly "stylistic/multiline-ternary": readonly [
431
431
  import("./rules/state.js").State.ON,
432
432
  "always-multiline"
433
433
  ];
434
- readonly "@stylistic/newline-per-chained-call": import("./rules/state.js").State.ON;
435
- readonly "@stylistic/no-extra-parens": import("./rules/state.js").State.ON;
436
- readonly "@stylistic/no-extra-semi": import("./rules/state.js").State.ON;
437
- readonly "@stylistic/no-floating-decimal": import("./rules/state.js").State.ON;
438
- readonly "@stylistic/no-mixed-spaces-and-tabs": import("./rules/state.js").State.ON;
439
- readonly "@stylistic/no-multi-spaces": readonly [
434
+ readonly "stylistic/newline-per-chained-call": import("./rules/state.js").State.ON;
435
+ readonly "stylistic/no-extra-parens": import("./rules/state.js").State.ON;
436
+ readonly "stylistic/no-extra-semi": import("./rules/state.js").State.ON;
437
+ readonly "stylistic/no-floating-decimal": import("./rules/state.js").State.ON;
438
+ readonly "stylistic/no-mixed-spaces-and-tabs": import("./rules/state.js").State.ON;
439
+ readonly "stylistic/no-multi-spaces": readonly [
440
440
  import("./rules/state.js").State.ON,
441
441
  {
442
442
  readonly exceptions: {
@@ -445,7 +445,7 @@ declare const _default: {
445
445
  };
446
446
  }
447
447
  ];
448
- readonly "@stylistic/no-multiple-empty-lines": readonly [
448
+ readonly "stylistic/no-multiple-empty-lines": readonly [
449
449
  import("./rules/state.js").State.ON,
450
450
  {
451
451
  readonly max: 1;
@@ -453,14 +453,14 @@ declare const _default: {
453
453
  readonly maxEOF: 0;
454
454
  }
455
455
  ];
456
- readonly "@stylistic/no-tabs": import("./rules/state.js").State.ON;
457
- readonly "@stylistic/no-trailing-spaces": import("./rules/state.js").State.ON;
458
- readonly "@stylistic/no-whitespace-before-property": import("./rules/state.js").State.ON;
459
- readonly "@stylistic/nonblock-statement-body-position": readonly [
456
+ readonly "stylistic/no-tabs": import("./rules/state.js").State.ON;
457
+ readonly "stylistic/no-trailing-spaces": import("./rules/state.js").State.ON;
458
+ readonly "stylistic/no-whitespace-before-property": import("./rules/state.js").State.ON;
459
+ readonly "stylistic/nonblock-statement-body-position": readonly [
460
460
  import("./rules/state.js").State.ON,
461
461
  "below"
462
462
  ];
463
- readonly "@stylistic/object-curly-newline": readonly [
463
+ readonly "stylistic/object-curly-newline": readonly [
464
464
  import("./rules/state.js").State.ON,
465
465
  {
466
466
  readonly consistent: true;
@@ -468,30 +468,30 @@ declare const _default: {
468
468
  readonly minProperties: 3;
469
469
  }
470
470
  ];
471
- readonly "@stylistic/object-curly-spacing": readonly [
471
+ readonly "stylistic/object-curly-spacing": readonly [
472
472
  import("./rules/state.js").State.ON,
473
473
  "always",
474
474
  {
475
475
  readonly emptyObjects: "never";
476
476
  }
477
477
  ];
478
- readonly "@stylistic/object-property-newline": import("./rules/state.js").State.ON;
479
- readonly "@stylistic/one-var-declaration-per-line": readonly [
478
+ readonly "stylistic/object-property-newline": import("./rules/state.js").State.ON;
479
+ readonly "stylistic/one-var-declaration-per-line": readonly [
480
480
  import("./rules/state.js").State.ON,
481
481
  "always"
482
482
  ];
483
- readonly "@stylistic/operator-linebreak": readonly [
483
+ readonly "stylistic/operator-linebreak": readonly [
484
484
  import("./rules/state.js").State.ON,
485
485
  "before"
486
486
  ];
487
- readonly "@stylistic/padded-blocks": readonly [
487
+ readonly "stylistic/padded-blocks": readonly [
488
488
  import("./rules/state.js").State.ON,
489
489
  "never",
490
490
  {
491
491
  readonly allowSingleLineBlocks: true;
492
492
  }
493
493
  ];
494
- readonly "@stylistic/padding-line-between-statements": readonly [
494
+ readonly "stylistic/padding-line-between-statements": readonly [
495
495
  import("./rules/state.js").State.WARN,
496
496
  {
497
497
  readonly blankLine: "never";
@@ -676,14 +676,14 @@ declare const _default: {
676
676
  ];
677
677
  }
678
678
  ];
679
- readonly "@stylistic/quote-props": readonly [
679
+ readonly "stylistic/quote-props": readonly [
680
680
  import("./rules/state.js").State.ON,
681
681
  "as-needed",
682
682
  {
683
683
  readonly keywords: true;
684
684
  }
685
685
  ];
686
- readonly "@stylistic/quotes": readonly [
686
+ readonly "stylistic/quotes": readonly [
687
687
  import("./rules/state.js").State.ON,
688
688
  "double",
689
689
  {
@@ -691,21 +691,21 @@ declare const _default: {
691
691
  readonly allowTemplateLiterals: "always";
692
692
  }
693
693
  ];
694
- readonly "@stylistic/rest-spread-spacing": import("./rules/state.js").State.ON;
695
- readonly "@stylistic/semi": import("./rules/state.js").State.ON;
696
- readonly "@stylistic/semi-spacing": import("./rules/state.js").State.ON;
697
- readonly "@stylistic/semi-style": import("./rules/state.js").State.ON;
698
- readonly "@stylistic/space-before-blocks": import("./rules/state.js").State.ON;
699
- readonly "@stylistic/space-before-function-paren": readonly [
694
+ readonly "stylistic/rest-spread-spacing": import("./rules/state.js").State.ON;
695
+ readonly "stylistic/semi": import("./rules/state.js").State.ON;
696
+ readonly "stylistic/semi-spacing": import("./rules/state.js").State.ON;
697
+ readonly "stylistic/semi-style": import("./rules/state.js").State.ON;
698
+ readonly "stylistic/space-before-blocks": import("./rules/state.js").State.ON;
699
+ readonly "stylistic/space-before-function-paren": readonly [
700
700
  import("./rules/state.js").State.ON,
701
701
  {
702
702
  readonly named: "never";
703
703
  }
704
704
  ];
705
- readonly "@stylistic/space-in-parens": import("./rules/state.js").State.ON;
706
- readonly "@stylistic/space-infix-ops": import("./rules/state.js").State.ON;
707
- readonly "@stylistic/space-unary-ops": import("./rules/state.js").State.ON;
708
- readonly "@stylistic/spaced-comment": readonly [
705
+ readonly "stylistic/space-in-parens": import("./rules/state.js").State.ON;
706
+ readonly "stylistic/space-infix-ops": import("./rules/state.js").State.ON;
707
+ readonly "stylistic/space-unary-ops": import("./rules/state.js").State.ON;
708
+ readonly "stylistic/spaced-comment": readonly [
709
709
  import("./rules/state.js").State.ON,
710
710
  "always",
711
711
  {
@@ -740,10 +740,10 @@ declare const _default: {
740
740
  };
741
741
  }
742
742
  ];
743
- readonly "@stylistic/switch-colon-spacing": import("./rules/state.js").State.ON;
744
- readonly "@stylistic/template-curly-spacing": import("./rules/state.js").State.ON;
745
- readonly "@stylistic/template-tag-spacing": import("./rules/state.js").State.ON;
746
- readonly "@stylistic/type-annotation-spacing": readonly [
743
+ readonly "stylistic/switch-colon-spacing": import("./rules/state.js").State.ON;
744
+ readonly "stylistic/template-curly-spacing": import("./rules/state.js").State.ON;
745
+ readonly "stylistic/template-tag-spacing": import("./rules/state.js").State.ON;
746
+ readonly "stylistic/type-annotation-spacing": readonly [
747
747
  import("./rules/state.js").State.ON,
748
748
  {
749
749
  readonly before: true;
@@ -756,21 +756,21 @@ declare const _default: {
756
756
  };
757
757
  }
758
758
  ];
759
- readonly "@stylistic/type-generic-spacing": import("./rules/state.js").State.ON;
760
- readonly "@stylistic/type-named-tuple-spacing": import("./rules/state.js").State.ON;
761
- readonly "@stylistic/wrap-iife": readonly [
759
+ readonly "stylistic/type-generic-spacing": import("./rules/state.js").State.ON;
760
+ readonly "stylistic/type-named-tuple-spacing": import("./rules/state.js").State.ON;
761
+ readonly "stylistic/wrap-iife": readonly [
762
762
  import("./rules/state.js").State.ON,
763
763
  "inside",
764
764
  {
765
765
  readonly functionPrototypeMethods: true;
766
766
  }
767
767
  ];
768
- readonly "@stylistic/wrap-regex": import("./rules/state.js").State.ON;
769
- readonly "@stylistic/yield-star-spacing": import("./rules/state.js").State.ON;
768
+ readonly "stylistic/wrap-regex": import("./rules/state.js").State.ON;
769
+ readonly "stylistic/yield-star-spacing": import("./rules/state.js").State.ON;
770
770
  };
771
771
  })[];
772
772
  ts: ({
773
- id: string;
773
+ name: string;
774
774
  rules: {
775
775
  readonly "consistent-return": import("./rules/state.js").State.OFF;
776
776
  readonly "constructor-super": import("./rules/state.js").State.OFF;
@@ -793,36 +793,24 @@ declare const _default: {
793
793
  readonly "no-unsafe-negation": import("./rules/state.js").State.OFF;
794
794
  };
795
795
  } | {
796
- id: string;
796
+ name: string;
797
797
  rules: {
798
- readonly "dot-notation": import("./rules/state.js").State.OFF;
799
- readonly "no-implied-eval": import("./rules/state.js").State.OFF;
800
- readonly "no-restricted-imports": import("./rules/state.js").State.OFF;
801
- readonly "no-throw-literal": import("./rules/state.js").State.OFF;
802
- readonly "no-unused-vars": import("./rules/state.js").State.OFF;
803
- readonly "prefer-destructuring": import("./rules/state.js").State.OFF;
804
- readonly "prefer-promise-reject-errors": import("./rules/state.js").State.OFF;
805
- readonly "require-await": import("./rules/state.js").State.OFF;
806
- };
807
- } | {
808
- id: string;
809
- rules: {
810
- readonly "@typescript-eslint/await-thenable": import("./rules/state.js").State.ON;
811
- readonly "@typescript-eslint/ban-ts-comment": import("./rules/state.js").State.ON;
812
- readonly "@typescript-eslint/ban-tslint-comment": import("./rules/state.js").State.ON;
813
- readonly "@typescript-eslint/class-literal-property-style": import("./rules/state.js").State.ON;
814
- readonly "@typescript-eslint/consistent-generic-constructors": import("./rules/state.js").State.ON;
815
- readonly "@typescript-eslint/consistent-indexed-object-style": import("./rules/state.js").State.ON;
816
- readonly "@typescript-eslint/consistent-type-assertions": readonly [
798
+ readonly "ts/await-thenable": import("./rules/state.js").State.ON;
799
+ readonly "ts/ban-ts-comment": import("./rules/state.js").State.ON;
800
+ readonly "ts/ban-tslint-comment": import("./rules/state.js").State.ON;
801
+ readonly "ts/class-literal-property-style": import("./rules/state.js").State.ON;
802
+ readonly "ts/consistent-generic-constructors": import("./rules/state.js").State.ON;
803
+ readonly "ts/consistent-indexed-object-style": import("./rules/state.js").State.ON;
804
+ readonly "ts/consistent-type-assertions": readonly [
817
805
  import("./rules/state.js").State.ON,
818
806
  {
819
807
  readonly arrayLiteralTypeAssertions: "never";
820
808
  readonly objectLiteralTypeAssertions: "never";
821
809
  }
822
810
  ];
823
- readonly "@typescript-eslint/consistent-type-exports": import("./rules/state.js").State.ON;
824
- readonly "@typescript-eslint/consistent-type-imports": import("./rules/state.js").State.ON;
825
- readonly "@typescript-eslint/explicit-member-accessibility": readonly [
811
+ readonly "ts/consistent-type-exports": import("./rules/state.js").State.ON;
812
+ readonly "ts/consistent-type-imports": import("./rules/state.js").State.ON;
813
+ readonly "ts/explicit-member-accessibility": readonly [
826
814
  import("./rules/state.js").State.ON,
827
815
  {
828
816
  readonly overrides: {
@@ -830,7 +818,7 @@ declare const _default: {
830
818
  };
831
819
  }
832
820
  ];
833
- readonly "@typescript-eslint/member-ordering": readonly [
821
+ readonly "ts/member-ordering": readonly [
834
822
  import("./rules/state.js").State.ON,
835
823
  {
836
824
  readonly default: {
@@ -838,102 +826,102 @@ declare const _default: {
838
826
  };
839
827
  }
840
828
  ];
841
- readonly "@typescript-eslint/method-signature-style": import("./rules/state.js").State.ON;
842
- readonly "@typescript-eslint/no-array-delete": import("./rules/state.js").State.ON;
843
- readonly "@typescript-eslint/no-base-to-string": import("./rules/state.js").State.ON;
844
- readonly "@typescript-eslint/no-confusing-non-null-assertion": import("./rules/state.js").State.ON;
845
- readonly "@typescript-eslint/no-confusing-void-expression": import("./rules/state.js").State.ON;
846
- readonly "@typescript-eslint/no-duplicate-enum-values": import("./rules/state.js").State.ON;
847
- readonly "@typescript-eslint/no-duplicate-type-constituents": import("./rules/state.js").State.ON;
848
- readonly "@typescript-eslint/no-dynamic-delete": import("./rules/state.js").State.ON;
849
- readonly "@typescript-eslint/no-empty-object-type": import("./rules/state.js").State.ON;
850
- readonly "@typescript-eslint/no-explicit-any": readonly [
829
+ readonly "ts/method-signature-style": import("./rules/state.js").State.ON;
830
+ readonly "ts/no-array-delete": import("./rules/state.js").State.ON;
831
+ readonly "ts/no-base-to-string": import("./rules/state.js").State.ON;
832
+ readonly "ts/no-confusing-non-null-assertion": import("./rules/state.js").State.ON;
833
+ readonly "ts/no-confusing-void-expression": import("./rules/state.js").State.ON;
834
+ readonly "ts/no-duplicate-enum-values": import("./rules/state.js").State.ON;
835
+ readonly "ts/no-duplicate-type-constituents": import("./rules/state.js").State.ON;
836
+ readonly "ts/no-dynamic-delete": import("./rules/state.js").State.ON;
837
+ readonly "ts/no-empty-object-type": import("./rules/state.js").State.ON;
838
+ readonly "ts/no-explicit-any": readonly [
851
839
  import("./rules/state.js").State.ON,
852
840
  {
853
841
  readonly fixToUnknown: true;
854
842
  }
855
843
  ];
856
- readonly "@typescript-eslint/no-extra-non-null-assertion": import("./rules/state.js").State.ON;
857
- readonly "@typescript-eslint/no-extraneous-class": readonly [
844
+ readonly "ts/no-extra-non-null-assertion": import("./rules/state.js").State.ON;
845
+ readonly "ts/no-extraneous-class": readonly [
858
846
  import("./rules/state.js").State.ON,
859
847
  {
860
848
  readonly allowEmpty: true;
861
849
  }
862
850
  ];
863
- readonly "@typescript-eslint/no-floating-promises": readonly [
851
+ readonly "ts/no-floating-promises": readonly [
864
852
  import("./rules/state.js").State.ON,
865
853
  {
866
854
  readonly checkThenables: true;
867
855
  }
868
856
  ];
869
- readonly "@typescript-eslint/no-for-in-array": import("./rules/state.js").State.ON;
870
- readonly "@typescript-eslint/no-import-type-side-effects": import("./rules/state.js").State.ON;
871
- readonly "@typescript-eslint/no-inferrable-types": import("./rules/state.js").State.ON;
872
- readonly "@typescript-eslint/no-meaningless-void-operator": readonly [
857
+ readonly "ts/no-for-in-array": import("./rules/state.js").State.ON;
858
+ readonly "ts/no-import-type-side-effects": import("./rules/state.js").State.ON;
859
+ readonly "ts/no-inferrable-types": import("./rules/state.js").State.ON;
860
+ readonly "ts/no-meaningless-void-operator": readonly [
873
861
  import("./rules/state.js").State.ON,
874
862
  {
875
863
  readonly checkNever: true;
876
864
  }
877
865
  ];
878
- readonly "@typescript-eslint/no-misused-new": import("./rules/state.js").State.ON;
879
- readonly "@typescript-eslint/no-misused-promises": import("./rules/state.js").State.ON;
880
- readonly "@typescript-eslint/no-misused-spread": import("./rules/state.js").State.ON;
881
- readonly "@typescript-eslint/no-mixed-enums": import("./rules/state.js").State.ON;
882
- readonly "@typescript-eslint/no-non-null-asserted-nullish-coalescing": import("./rules/state.js").State.ON;
883
- readonly "@typescript-eslint/no-non-null-asserted-optional-chain": import("./rules/state.js").State.ON;
884
- readonly "@typescript-eslint/no-redundant-type-constituents": import("./rules/state.js").State.ON;
885
- readonly "@typescript-eslint/no-require-imports": import("./rules/state.js").State.ON;
886
- readonly "@typescript-eslint/no-this-alias": import("./rules/state.js").State.ON;
887
- readonly "@typescript-eslint/no-unnecessary-boolean-literal-compare": import("./rules/state.js").State.ON;
888
- readonly "@typescript-eslint/no-unnecessary-condition": import("./rules/state.js").State.ON;
889
- readonly "@typescript-eslint/no-unnecessary-parameter-property-assignment": import("./rules/state.js").State.ON;
890
- readonly "@typescript-eslint/no-unnecessary-qualifier": import("./rules/state.js").State.ON;
891
- readonly "@typescript-eslint/no-unnecessary-template-expression": import("./rules/state.js").State.ON;
892
- readonly "@typescript-eslint/no-unnecessary-type-arguments": import("./rules/state.js").State.ON;
893
- readonly "@typescript-eslint/no-unnecessary-type-assertion": import("./rules/state.js").State.ON;
894
- readonly "@typescript-eslint/no-unnecessary-type-constraint": import("./rules/state.js").State.ON;
895
- readonly "@typescript-eslint/no-unnecessary-type-conversion": import("./rules/state.js").State.ON;
896
- readonly "@typescript-eslint/no-unnecessary-type-parameters": import("./rules/state.js").State.ON;
897
- readonly "@typescript-eslint/no-unsafe-argument": import("./rules/state.js").State.ON;
898
- readonly "@typescript-eslint/no-unsafe-assignment": import("./rules/state.js").State.ON;
899
- readonly "@typescript-eslint/no-unsafe-call": import("./rules/state.js").State.ON;
900
- readonly "@typescript-eslint/no-unsafe-declaration-merging": import("./rules/state.js").State.ON;
901
- readonly "@typescript-eslint/no-unsafe-enum-comparison": import("./rules/state.js").State.ON;
902
- readonly "@typescript-eslint/no-unsafe-function-type": import("./rules/state.js").State.ON;
903
- readonly "@typescript-eslint/no-unsafe-member-access": readonly [
866
+ readonly "ts/no-misused-new": import("./rules/state.js").State.ON;
867
+ readonly "ts/no-misused-promises": import("./rules/state.js").State.ON;
868
+ readonly "ts/no-misused-spread": import("./rules/state.js").State.ON;
869
+ readonly "ts/no-mixed-enums": import("./rules/state.js").State.ON;
870
+ readonly "ts/no-non-null-asserted-nullish-coalescing": import("./rules/state.js").State.ON;
871
+ readonly "ts/no-non-null-asserted-optional-chain": import("./rules/state.js").State.ON;
872
+ readonly "ts/no-redundant-type-constituents": import("./rules/state.js").State.ON;
873
+ readonly "ts/no-require-imports": import("./rules/state.js").State.ON;
874
+ readonly "ts/no-this-alias": import("./rules/state.js").State.ON;
875
+ readonly "ts/no-unnecessary-boolean-literal-compare": import("./rules/state.js").State.ON;
876
+ readonly "ts/no-unnecessary-condition": import("./rules/state.js").State.ON;
877
+ readonly "ts/no-unnecessary-parameter-property-assignment": import("./rules/state.js").State.ON;
878
+ readonly "ts/no-unnecessary-qualifier": import("./rules/state.js").State.ON;
879
+ readonly "ts/no-unnecessary-template-expression": import("./rules/state.js").State.ON;
880
+ readonly "ts/no-unnecessary-type-arguments": import("./rules/state.js").State.ON;
881
+ readonly "ts/no-unnecessary-type-assertion": import("./rules/state.js").State.ON;
882
+ readonly "ts/no-unnecessary-type-constraint": import("./rules/state.js").State.ON;
883
+ readonly "ts/no-unnecessary-type-conversion": import("./rules/state.js").State.ON;
884
+ readonly "ts/no-unnecessary-type-parameters": import("./rules/state.js").State.ON;
885
+ readonly "ts/no-unsafe-argument": import("./rules/state.js").State.ON;
886
+ readonly "ts/no-unsafe-assignment": import("./rules/state.js").State.ON;
887
+ readonly "ts/no-unsafe-call": import("./rules/state.js").State.ON;
888
+ readonly "ts/no-unsafe-declaration-merging": import("./rules/state.js").State.ON;
889
+ readonly "ts/no-unsafe-enum-comparison": import("./rules/state.js").State.ON;
890
+ readonly "ts/no-unsafe-function-type": import("./rules/state.js").State.ON;
891
+ readonly "ts/no-unsafe-member-access": readonly [
904
892
  import("./rules/state.js").State.ON,
905
893
  {
906
894
  readonly allowOptionalChaining: true;
907
895
  }
908
896
  ];
909
- readonly "@typescript-eslint/no-unsafe-return": import("./rules/state.js").State.ON;
910
- readonly "@typescript-eslint/no-unsafe-unary-minus": import("./rules/state.js").State.ON;
911
- readonly "@typescript-eslint/no-useless-empty-export": import("./rules/state.js").State.ON;
912
- readonly "@typescript-eslint/no-wrapper-object-types": import("./rules/state.js").State.ON;
913
- readonly "@typescript-eslint/parameter-properties": readonly [
897
+ readonly "ts/no-unsafe-return": import("./rules/state.js").State.ON;
898
+ readonly "ts/no-unsafe-unary-minus": import("./rules/state.js").State.ON;
899
+ readonly "ts/no-useless-empty-export": import("./rules/state.js").State.ON;
900
+ readonly "ts/no-wrapper-object-types": import("./rules/state.js").State.ON;
901
+ readonly "ts/parameter-properties": readonly [
914
902
  import("./rules/state.js").State.ON,
915
903
  {
916
904
  readonly prefer: "parameter-property";
917
905
  }
918
906
  ];
919
- readonly "@typescript-eslint/prefer-as-const": import("./rules/state.js").State.ON;
920
- readonly "@typescript-eslint/prefer-find": import("./rules/state.js").State.ON;
921
- readonly "@typescript-eslint/prefer-for-of": import("./rules/state.js").State.ON;
922
- readonly "@typescript-eslint/prefer-function-type": import("./rules/state.js").State.ON;
923
- readonly "@typescript-eslint/prefer-includes": import("./rules/state.js").State.ON;
924
- readonly "@typescript-eslint/prefer-literal-enum-member": import("./rules/state.js").State.ON;
925
- readonly "@typescript-eslint/prefer-namespace-keyword": import("./rules/state.js").State.ON;
926
- readonly "@typescript-eslint/prefer-nullish-coalescing": import("./rules/state.js").State.ON;
927
- readonly "@typescript-eslint/prefer-optional-chain": import("./rules/state.js").State.ON;
928
- readonly "@typescript-eslint/prefer-readonly": import("./rules/state.js").State.ON;
929
- readonly "@typescript-eslint/prefer-reduce-type-parameter": import("./rules/state.js").State.ON;
930
- readonly "@typescript-eslint/prefer-regexp-exec": import("./rules/state.js").State.ON;
931
- readonly "@typescript-eslint/prefer-return-this-type": import("./rules/state.js").State.ON;
932
- readonly "@typescript-eslint/prefer-string-starts-ends-with": import("./rules/state.js").State.ON;
933
- readonly "@typescript-eslint/promise-function-async": import("./rules/state.js").State.ON;
934
- readonly "@typescript-eslint/related-getter-setter-pairs": import("./rules/state.js").State.ON;
935
- readonly "@typescript-eslint/require-array-sort-compare": import("./rules/state.js").State.ON;
936
- readonly "@typescript-eslint/restrict-plus-operands": readonly [
907
+ readonly "ts/prefer-as-const": import("./rules/state.js").State.ON;
908
+ readonly "ts/prefer-find": import("./rules/state.js").State.ON;
909
+ readonly "ts/prefer-for-of": import("./rules/state.js").State.ON;
910
+ readonly "ts/prefer-function-type": import("./rules/state.js").State.ON;
911
+ readonly "ts/prefer-includes": import("./rules/state.js").State.ON;
912
+ readonly "ts/prefer-literal-enum-member": import("./rules/state.js").State.ON;
913
+ readonly "ts/prefer-namespace-keyword": import("./rules/state.js").State.ON;
914
+ readonly "ts/prefer-nullish-coalescing": import("./rules/state.js").State.ON;
915
+ readonly "ts/prefer-optional-chain": import("./rules/state.js").State.ON;
916
+ readonly "ts/prefer-readonly": import("./rules/state.js").State.ON;
917
+ readonly "ts/prefer-reduce-type-parameter": import("./rules/state.js").State.ON;
918
+ readonly "ts/prefer-regexp-exec": import("./rules/state.js").State.ON;
919
+ readonly "ts/prefer-return-this-type": import("./rules/state.js").State.ON;
920
+ readonly "ts/prefer-string-starts-ends-with": import("./rules/state.js").State.ON;
921
+ readonly "ts/promise-function-async": import("./rules/state.js").State.ON;
922
+ readonly "ts/related-getter-setter-pairs": import("./rules/state.js").State.ON;
923
+ readonly "ts/require-array-sort-compare": import("./rules/state.js").State.ON;
924
+ readonly "ts/restrict-plus-operands": readonly [
937
925
  import("./rules/state.js").State.ON,
938
926
  {
939
927
  readonly allowAny: false;
@@ -943,7 +931,7 @@ declare const _default: {
943
931
  readonly allowRegExp: false;
944
932
  }
945
933
  ];
946
- readonly "@typescript-eslint/restrict-template-expressions": readonly [
934
+ readonly "ts/restrict-template-expressions": readonly [
947
935
  import("./rules/state.js").State.ON,
948
936
  {
949
937
  readonly allowNullish: false;
@@ -951,23 +939,24 @@ declare const _default: {
951
939
  readonly allowRegExp: false;
952
940
  }
953
941
  ];
954
- readonly "@typescript-eslint/return-await": import("./rules/state.js").State.ON;
955
- readonly "@typescript-eslint/strict-boolean-expressions": readonly [
942
+ readonly "ts/return-await": import("./rules/state.js").State.ON;
943
+ readonly "ts/strict-boolean-expressions": readonly [
956
944
  import("./rules/state.js").State.ON,
957
945
  {
958
946
  readonly allowNullableObject: false;
959
947
  readonly allowString: false;
960
948
  }
961
949
  ];
962
- readonly "@typescript-eslint/switch-exhaustiveness-check": import("./rules/state.js").State.ON;
963
- readonly "@typescript-eslint/unbound-method": import("./rules/state.js").State.ON;
964
- readonly "@typescript-eslint/unified-signatures": import("./rules/state.js").State.ON;
965
- readonly "@typescript-eslint/use-unknown-in-catch-callback-variable": import("./rules/state.js").State.ON;
950
+ readonly "ts/switch-exhaustiveness-check": import("./rules/state.js").State.ON;
951
+ readonly "ts/unbound-method": import("./rules/state.js").State.ON;
952
+ readonly "ts/unified-signatures": import("./rules/state.js").State.ON;
953
+ readonly "ts/use-unknown-in-catch-callback-variable": import("./rules/state.js").State.ON;
966
954
  };
967
955
  } | {
968
- id: string;
956
+ name: string;
969
957
  rules: {
970
- readonly "@typescript-eslint/dot-notation": readonly [
958
+ readonly "dot-notation": import("./rules/state.js").State.OFF;
959
+ readonly "ts/dot-notation": readonly [
971
960
  import("./rules/state.js").State.ON,
972
961
  {
973
962
  readonly allowPrivateClassPropertyAccess: true;
@@ -975,15 +964,20 @@ declare const _default: {
975
964
  readonly allowIndexSignaturePropertyAccess: true;
976
965
  }
977
966
  ];
978
- readonly "@typescript-eslint/no-implied-eval": import("./rules/state.js").State.ON;
979
- readonly "@typescript-eslint/no-unused-vars": import("./rules/state.js").State.ON;
980
- readonly "@typescript-eslint/only-throw-error": readonly [
967
+ readonly "no-implied-eval": import("./rules/state.js").State.OFF;
968
+ readonly "ts/no-implied-eval": import("./rules/state.js").State.ON;
969
+ readonly "no-restricted-imports": import("./rules/state.js").State.OFF;
970
+ readonly "no-unused-vars": import("./rules/state.js").State.OFF;
971
+ readonly "ts/no-unused-vars": import("./rules/state.js").State.ON;
972
+ readonly "no-throw-literal": import("./rules/state.js").State.OFF;
973
+ readonly "ts/only-throw-error": readonly [
981
974
  import("./rules/state.js").State.ON,
982
975
  {
983
976
  readonly allowThrowingAny: false;
984
977
  }
985
978
  ];
986
- readonly "@typescript-eslint/prefer-destructuring": readonly [
979
+ readonly "prefer-destructuring": import("./rules/state.js").State.OFF;
980
+ readonly "ts/prefer-destructuring": readonly [
987
981
  import("./rules/state.js").State.ON,
988
982
  {
989
983
  readonly AssignmentExpression: {
@@ -992,23 +986,19 @@ declare const _default: {
992
986
  };
993
987
  }
994
988
  ];
995
- readonly "@typescript-eslint/prefer-promise-reject-errors": readonly [
989
+ readonly "prefer-promise-reject-errors": import("./rules/state.js").State.OFF;
990
+ readonly "ts/prefer-promise-reject-errors": readonly [
996
991
  import("./rules/state.js").State.ON,
997
992
  {
998
993
  readonly allowThrowingUnknown: true;
999
994
  }
1000
995
  ];
1001
- readonly "@typescript-eslint/require-await": import("./rules/state.js").State.ON;
996
+ readonly "require-await": import("./rules/state.js").State.OFF;
997
+ readonly "ts/require-await": import("./rules/state.js").State.ON;
1002
998
  };
1003
999
  })[];
1004
1000
  mocha: ({
1005
- id: string;
1006
- rules: {
1007
- readonly "prefer-arrow-callback": import("./rules/state.js").State.OFF;
1008
- readonly "no-unused-expressions": import("./rules/state.js").State.OFF;
1009
- };
1010
- } | {
1011
- id: string;
1001
+ name: string;
1012
1002
  rules: {
1013
1003
  readonly "mocha/handle-done-callback": import("./rules/state.js").State.ON;
1014
1004
  readonly "mocha/max-top-level-suites": import("./rules/state.js").State.ON;
@@ -1025,12 +1015,14 @@ declare const _default: {
1025
1015
  readonly "mocha/no-return-from-async": import("./rules/state.js").State.ON;
1026
1016
  readonly "mocha/no-sibling-hooks": import("./rules/state.js").State.ON;
1027
1017
  readonly "mocha/no-top-level-hooks": import("./rules/state.js").State.ON;
1018
+ readonly "prefer-arrow-callback": import("./rules/state.js").State.OFF;
1028
1019
  readonly "mocha/prefer-arrow-callback": import("./rules/state.js").State.ON;
1029
1020
  };
1030
1021
  } | {
1031
- id: string;
1022
+ name: string;
1032
1023
  rules: {
1033
- readonly "chai-friendly/no-unused-expressions": readonly [
1024
+ readonly "no-unused-expressions": import("./rules/state.js").State.OFF;
1025
+ readonly "chai/no-unused-expressions": readonly [
1034
1026
  import("./rules/state.js").State.ON,
1035
1027
  {
1036
1028
  readonly allowShortCircuit: true;
@@ -1039,7 +1031,7 @@ declare const _default: {
1039
1031
  ];
1040
1032
  };
1041
1033
  } | {
1042
- id: string;
1034
+ name: string;
1043
1035
  rules: {
1044
1036
  readonly "chai-expect/no-inner-compare": import("./rules/state.js").State.ON;
1045
1037
  readonly "chai-expect/no-inner-literal": import("./rules/state.js").State.ON;
@@ -1047,25 +1039,18 @@ declare const _default: {
1047
1039
  };
1048
1040
  })[];
1049
1041
  svelte: ({
1050
- id: string;
1042
+ name: string;
1051
1043
  rules: {
1052
1044
  readonly "no-inner-declarations": import("./rules/state.js").State.OFF;
1053
1045
  readonly "no-self-assign": import("./rules/state.js").State.OFF;
1054
1046
  readonly "no-unused-vars": import("./rules/state.js").State.OFF;
1055
- readonly "@typescript-eslint/no-unused-vars": import("./rules/state.js").State.OFF;
1047
+ readonly "ts/no-unused-vars": import("./rules/state.js").State.OFF;
1056
1048
  readonly "prefer-const": import("./rules/state.js").State.OFF;
1057
- readonly "@stylistic/indent": import("./rules/state.js").State.OFF;
1058
- readonly "@typescript-eslint/no-confusing-void-expression": import("./rules/state.js").State.OFF;
1059
- };
1060
- } | {
1061
- id: string;
1062
- rules: {
1063
- readonly "no-inner-declarations": import("./rules/state.js").State.OFF;
1064
- readonly "no-self-assign": import("./rules/state.js").State.OFF;
1065
- readonly "@stylistic/no-trailing-spaces": import("./rules/state.js").State.OFF;
1049
+ readonly "stylistic/indent": import("./rules/state.js").State.OFF;
1050
+ readonly "ts/no-confusing-void-expression": import("./rules/state.js").State.OFF;
1066
1051
  };
1067
1052
  } | {
1068
- id: string;
1053
+ name: string;
1069
1054
  rules: {
1070
1055
  readonly "svelte/infinite-reactive-loop": import("./rules/state.js").State.ON;
1071
1056
  readonly "svelte/no-dom-manipulating": import("./rules/state.js").State.ON;
@@ -1175,17 +1160,19 @@ declare const _default: {
1175
1160
  readonly "svelte/system": import("./rules/state.js").State.ON;
1176
1161
  };
1177
1162
  } | {
1178
- id: string;
1163
+ name: string;
1179
1164
  rules: {
1165
+ readonly "no-inner-declarations": import("./rules/state.js").State.OFF;
1180
1166
  readonly "svelte/no-inner-declarations": readonly [
1181
1167
  import("./rules/state.js").State.ON,
1182
1168
  "both"
1183
1169
  ];
1170
+ readonly "stylistic/no-trailing-spaces": import("./rules/state.js").State.OFF;
1184
1171
  readonly "svelte/no-trailing-spaces": import("./rules/state.js").State.ON;
1185
1172
  };
1186
1173
  })[];
1187
1174
  html: {
1188
- id: string;
1175
+ name: string;
1189
1176
  rules: {
1190
1177
  readonly "html/no-duplicate-attrs": import("./rules/state.js").State.ON;
1191
1178
  readonly "html/no-duplicate-class": import("./rules/state.js").State.ON;
@@ -1261,7 +1248,7 @@ declare const _default: {
1261
1248
  };
1262
1249
  }[];
1263
1250
  css: {
1264
- id: string;
1251
+ name: string;
1265
1252
  rules: {
1266
1253
  readonly "css/font-family-fallbacks": import("./rules/state.js").State.ON;
1267
1254
  readonly "css/no-duplicate-imports": import("./rules/state.js").State.ON;
@@ -1277,7 +1264,7 @@ declare const _default: {
1277
1264
  };
1278
1265
  }[];
1279
1266
  json: ({
1280
- id: string;
1267
+ name: string;
1281
1268
  rules: {
1282
1269
  readonly "json/no-duplicate-keys": import("./rules/state.js").State.ON;
1283
1270
  readonly "json/no-unsafe-values": import("./rules/state.js").State.ON;
@@ -1285,7 +1272,7 @@ declare const _default: {
1285
1272
  readonly "json/top-level-interop": import("./rules/state.js").State.ON;
1286
1273
  };
1287
1274
  } | {
1288
- id: string;
1275
+ name: string;
1289
1276
  rules: {
1290
1277
  readonly "jsonc/no-bigint-literals": import("./rules/state.js").State.ON;
1291
1278
  readonly "jsonc/no-binary-expression": import("./rules/state.js").State.ON;
@@ -1308,7 +1295,7 @@ declare const _default: {
1308
1295
  readonly "jsonc/vue-custom-block/no-parsing-error": import("./rules/state.js").State.ON;
1309
1296
  };
1310
1297
  } | {
1311
- id: string;
1298
+ name: string;
1312
1299
  rules: {
1313
1300
  readonly "jsonc/array-bracket-spacing": import("./rules/state.js").State.ON;
1314
1301
  readonly "jsonc/array-element-newline": readonly [
@@ -1357,13 +1344,13 @@ declare const _default: {
1357
1344
  };
1358
1345
  })[];
1359
1346
  jsonc: {
1360
- id: string;
1347
+ name: string;
1361
1348
  rules: {
1362
1349
  readonly "jsonc/no-comments": import("./rules/state.js").State.OFF;
1363
1350
  };
1364
1351
  }[];
1365
1352
  jsoncc: {
1366
- id: string;
1353
+ name: string;
1367
1354
  rules: {
1368
1355
  readonly "jsonc/comma-dangle": readonly [
1369
1356
  import("./rules/state.js").State.ON,
@@ -1372,7 +1359,7 @@ declare const _default: {
1372
1359
  };
1373
1360
  }[];
1374
1361
  yml: ({
1375
- id: string;
1362
+ name: string;
1376
1363
  rules: {
1377
1364
  readonly "yml/block-mapping-colon-indicator-newline": import("./rules/state.js").State.ON;
1378
1365
  readonly "yml/block-mapping-question-indicator-newline": import("./rules/state.js").State.ON;
@@ -1387,7 +1374,7 @@ declare const _default: {
1387
1374
  readonly "yml/require-string-key": import("./rules/state.js").State.ON;
1388
1375
  };
1389
1376
  } | {
1390
- id: string;
1377
+ name: string;
1391
1378
  rules: {
1392
1379
  readonly "yml/flow-mapping-curly-newline": readonly [
1393
1380
  import("./rules/state.js").State.ON,