@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.
- package/dist/index.d.ts +194 -207
- package/dist/index.d.ts.map +1 -1
- package/dist/index.spec.js +2 -2
- package/dist/index.spec.js.map +1 -1
- package/dist/rules/css/index.d.ts +13 -12
- package/dist/rules/css/index.d.ts.map +1 -1
- package/dist/rules/css/index.js +19 -3
- package/dist/rules/css/index.js.map +1 -1
- package/dist/rules/html/index.d.ts +43 -42
- package/dist/rules/html/index.d.ts.map +1 -1
- package/dist/rules/html/index.js +75 -3
- package/dist/rules/html/index.js.map +1 -1
- package/dist/rules/index.d.ts +194 -207
- package/dist/rules/index.d.ts.map +1 -1
- package/dist/rules/index.js +1 -1
- package/dist/rules/index.js.map +1 -1
- package/dist/rules/{base.d.ts → js.d.ts} +70 -70
- package/dist/rules/{base.d.ts.map → js.d.ts.map} +1 -1
- package/dist/rules/{base.eslint.d.ts → js.eslint.d.ts} +2 -2
- package/dist/rules/js.eslint.d.ts.map +1 -0
- package/dist/rules/{base.eslint.js → js.eslint.js} +2 -2
- package/dist/rules/js.eslint.js.map +1 -0
- package/dist/rules/js.js +7 -0
- package/dist/rules/js.js.map +1 -0
- package/dist/rules/{base.stylistic.d.ts → js.stylistic.d.ts} +69 -69
- package/dist/rules/js.stylistic.d.ts.map +1 -0
- package/dist/rules/{base.stylistic.js → js.stylistic.js} +69 -69
- package/dist/rules/js.stylistic.js.map +1 -0
- package/dist/rules/json/index.d.ts +3 -3
- package/dist/rules/json/index.js +6 -6
- package/dist/rules/json/index.js.map +1 -1
- package/dist/rules/json/{enable.d.ts → json.d.ts} +2 -2
- package/dist/rules/json/json.d.ts.map +1 -0
- package/dist/rules/json/{enable.js → json.js} +2 -2
- package/dist/rules/json/json.js.map +1 -0
- package/dist/rules/json/plugin/{extension.d.ts → extend.d.ts} +2 -2
- package/dist/rules/json/plugin/extend.d.ts.map +1 -0
- package/dist/rules/json/plugin/{extension.js → extend.js} +2 -2
- package/dist/rules/json/plugin/extend.js.map +1 -0
- package/dist/rules/json/plugin/index.d.ts +1 -1
- package/dist/rules/json/plugin/index.js +1 -1
- package/dist/rules/json/plugin/index.js.map +1 -1
- package/dist/rules/jsonc/index.d.ts +3 -2
- package/dist/rules/jsonc/index.d.ts.map +1 -1
- package/dist/rules/jsonc/index.js +9 -3
- package/dist/rules/jsonc/index.js.map +1 -1
- package/dist/rules/jsoncc/index.d.ts +3 -2
- package/dist/rules/jsoncc/index.d.ts.map +1 -1
- package/dist/rules/jsoncc/index.js +12 -3
- package/dist/rules/jsoncc/index.js.map +1 -1
- package/dist/rules/mocha/chai/expect.d.ts +1 -1
- package/dist/rules/mocha/chai/expect.js +1 -1
- package/dist/rules/mocha/chai/expect.js.map +1 -1
- package/dist/rules/mocha/chai/index.d.ts +3 -2
- package/dist/rules/mocha/chai/index.d.ts.map +1 -1
- package/dist/rules/mocha/chai/index.js +3 -2
- package/dist/rules/mocha/chai/index.js.map +1 -1
- package/dist/rules/mocha/index.d.ts +6 -10
- package/dist/rules/mocha/index.d.ts.map +1 -1
- package/dist/rules/mocha/index.js +6 -8
- package/dist/rules/mocha/index.js.map +1 -1
- package/dist/rules/mocha/{enable.d.ts → mocha.d.ts} +3 -2
- package/dist/rules/mocha/mocha.d.ts.map +1 -0
- package/dist/rules/mocha/{enable.js → mocha.js} +3 -2
- package/dist/rules/mocha/mocha.js.map +1 -0
- package/dist/rules/svelte/disable.d.ts +4 -4
- package/dist/rules/svelte/disable.d.ts.map +1 -1
- package/dist/rules/svelte/disable.js +4 -4
- package/dist/rules/svelte/disable.js.map +1 -1
- package/dist/rules/svelte/{extension/index.d.ts → extend.d.ts} +5 -3
- package/dist/rules/svelte/extend.d.ts.map +1 -0
- package/dist/rules/svelte/{extension/index.js → extend.js} +4 -2
- package/dist/rules/svelte/extend.js.map +1 -0
- package/dist/rules/svelte/index.d.ts +8 -13
- package/dist/rules/svelte/index.d.ts.map +1 -1
- package/dist/rules/svelte/index.js +6 -8
- package/dist/rules/svelte/index.js.map +1 -1
- package/dist/rules/svelte/{enable.d.ts → svelte.d.ts} +2 -2
- package/dist/rules/svelte/svelte.d.ts.map +1 -0
- package/dist/rules/svelte/{enable.js → svelte.js} +2 -2
- package/dist/rules/svelte/{enable.js.map → svelte.js.map} +1 -1
- package/dist/rules/ts/disable.d.ts +1 -1
- package/dist/rules/ts/disable.js +1 -1
- package/dist/rules/ts/disable.js.map +1 -1
- package/dist/rules/ts/extend.d.ts +48 -0
- package/dist/rules/ts/extend.d.ts.map +1 -0
- package/dist/rules/ts/{extension/index.js → extend.js} +17 -9
- package/dist/rules/ts/extend.js.map +1 -0
- package/dist/rules/ts/index.d.ts +102 -106
- package/dist/rules/ts/index.d.ts.map +1 -1
- package/dist/rules/ts/index.js +6 -8
- package/dist/rules/ts/index.js.map +1 -1
- package/dist/rules/ts/ts.d.ts +164 -0
- package/dist/rules/ts/ts.d.ts.map +1 -0
- package/dist/rules/ts/ts.js +162 -0
- package/dist/rules/ts/ts.js.map +1 -0
- package/dist/rules/yml/{extension.d.ts → extend.d.ts} +2 -2
- package/dist/rules/yml/extend.d.ts.map +1 -0
- package/dist/rules/yml/{extension.js → extend.js} +2 -2
- package/dist/rules/yml/extend.js.map +1 -0
- package/dist/rules/yml/index.d.ts +2 -2
- package/dist/rules/yml/index.js +4 -4
- package/dist/rules/yml/index.js.map +1 -1
- package/dist/rules/yml/{enable.d.ts → yml.d.ts} +2 -2
- package/dist/rules/yml/yml.d.ts.map +1 -0
- package/dist/rules/yml/{enable.js → yml.js} +2 -2
- package/dist/rules/yml/yml.js.map +1 -0
- package/package.json +1 -1
- package/src/index.spec.ts +2 -2
- package/src/rules/css/index.ts +23 -2
- package/src/rules/html/index.ts +113 -2
- package/src/rules/index.ts +1 -1
- package/src/rules/{base.eslint.ts → js.eslint.ts} +1 -1
- package/src/rules/{base.stylistic.ts → js.stylistic.ts} +75 -75
- package/src/rules/js.ts +7 -0
- package/src/rules/json/index.ts +6 -6
- package/src/rules/json/{enable.ts → json.ts} +1 -1
- package/src/rules/json/plugin/{extension.ts → extend.ts} +8 -8
- package/src/rules/json/plugin/index.ts +1 -1
- package/src/rules/jsonc/index.ts +9 -2
- package/src/rules/jsoncc/index.ts +12 -2
- package/src/rules/mocha/chai/expect.ts +1 -1
- package/src/rules/mocha/chai/index.ts +4 -3
- package/src/rules/mocha/index.ts +6 -8
- package/src/rules/mocha/{enable.ts → mocha.ts} +2 -1
- package/src/rules/svelte/disable.ts +7 -7
- package/src/rules/svelte/extend.ts +15 -0
- package/src/rules/svelte/index.ts +6 -8
- package/src/rules/svelte/{enable.ts → svelte.ts} +2 -2
- package/src/rules/ts/disable.ts +1 -1
- package/src/rules/ts/extend.ts +51 -0
- package/src/rules/ts/index.ts +6 -8
- package/src/rules/ts/ts.ts +181 -0
- package/src/rules/yml/{extension.ts → extend.ts} +4 -4
- package/src/rules/yml/index.ts +4 -4
- package/src/rules/yml/{enable.ts → yml.ts} +2 -2
- package/dist/rules/base.eslint.d.ts.map +0 -1
- package/dist/rules/base.eslint.js.map +0 -1
- package/dist/rules/base.js +0 -7
- package/dist/rules/base.js.map +0 -1
- package/dist/rules/base.stylistic.d.ts.map +0 -1
- package/dist/rules/base.stylistic.js.map +0 -1
- package/dist/rules/css/enable.d.ts +0 -19
- package/dist/rules/css/enable.d.ts.map +0 -1
- package/dist/rules/css/enable.js +0 -17
- package/dist/rules/css/enable.js.map +0 -1
- package/dist/rules/html/enable.d.ts +0 -79
- package/dist/rules/html/enable.d.ts.map +0 -1
- package/dist/rules/html/enable.js +0 -73
- package/dist/rules/html/enable.js.map +0 -1
- package/dist/rules/json/enable.d.ts.map +0 -1
- package/dist/rules/json/enable.js.map +0 -1
- package/dist/rules/json/plugin/extension.d.ts.map +0 -1
- package/dist/rules/json/plugin/extension.js.map +0 -1
- package/dist/rules/jsonc/override.d.ts +0 -9
- package/dist/rules/jsonc/override.d.ts.map +0 -1
- package/dist/rules/jsonc/override.js +0 -7
- package/dist/rules/jsonc/override.js.map +0 -1
- package/dist/rules/jsoncc/override.d.ts +0 -12
- package/dist/rules/jsoncc/override.d.ts.map +0 -1
- package/dist/rules/jsoncc/override.js +0 -10
- package/dist/rules/jsoncc/override.js.map +0 -1
- package/dist/rules/mocha/disable.d.ts +0 -10
- package/dist/rules/mocha/disable.d.ts.map +0 -1
- package/dist/rules/mocha/disable.js +0 -8
- package/dist/rules/mocha/disable.js.map +0 -1
- package/dist/rules/mocha/enable.d.ts.map +0 -1
- package/dist/rules/mocha/enable.js.map +0 -1
- package/dist/rules/svelte/enable.d.ts.map +0 -1
- package/dist/rules/svelte/extension/disable.d.ts +0 -11
- package/dist/rules/svelte/extension/disable.d.ts.map +0 -1
- package/dist/rules/svelte/extension/disable.js +0 -9
- package/dist/rules/svelte/extension/disable.js.map +0 -1
- package/dist/rules/svelte/extension/index.d.ts.map +0 -1
- package/dist/rules/svelte/extension/index.js.map +0 -1
- package/dist/rules/ts/enable.d.ts +0 -164
- package/dist/rules/ts/enable.d.ts.map +0 -1
- package/dist/rules/ts/enable.js +0 -162
- package/dist/rules/ts/enable.js.map +0 -1
- package/dist/rules/ts/extension/disable.d.ts +0 -16
- package/dist/rules/ts/extension/disable.d.ts.map +0 -1
- package/dist/rules/ts/extension/disable.js +0 -14
- package/dist/rules/ts/extension/disable.js.map +0 -1
- package/dist/rules/ts/extension/index.d.ts +0 -40
- package/dist/rules/ts/extension/index.d.ts.map +0 -1
- package/dist/rules/ts/extension/index.js.map +0 -1
- package/dist/rules/yml/enable.d.ts.map +0 -1
- package/dist/rules/yml/enable.js.map +0 -1
- package/dist/rules/yml/extension.d.ts.map +0 -1
- package/dist/rules/yml/extension.js.map +0 -1
- package/src/rules/base.ts +0 -7
- package/src/rules/css/enable.ts +0 -22
- package/src/rules/html/enable.ts +0 -112
- package/src/rules/jsonc/override.ts +0 -8
- package/src/rules/jsoncc/override.ts +0 -11
- package/src/rules/mocha/disable.ts +0 -10
- package/src/rules/svelte/extension/disable.ts +0 -10
- package/src/rules/svelte/extension/index.ts +0 -13
- package/src/rules/ts/enable.ts +0 -181
- package/src/rules/ts/extension/disable.ts +0 -31
- 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
|
-
|
|
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
|
-
|
|
325
|
+
name: string;
|
|
326
326
|
rules: {
|
|
327
|
-
readonly "
|
|
328
|
-
readonly "
|
|
329
|
-
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 "
|
|
337
|
+
readonly "stylistic/arrow-parens": readonly [
|
|
338
338
|
import("./rules/state.js").State.ON,
|
|
339
339
|
"as-needed"
|
|
340
340
|
];
|
|
341
|
-
readonly "
|
|
342
|
-
readonly "
|
|
343
|
-
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 "
|
|
350
|
+
readonly "stylistic/comma-dangle": readonly [
|
|
351
351
|
import("./rules/state.js").State.ON,
|
|
352
352
|
"always-multiline"
|
|
353
353
|
];
|
|
354
|
-
readonly "
|
|
355
|
-
readonly "
|
|
356
|
-
readonly "
|
|
357
|
-
readonly "
|
|
358
|
-
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 "
|
|
363
|
-
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 "
|
|
368
|
-
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 "
|
|
373
|
-
readonly "
|
|
374
|
-
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 "
|
|
388
|
+
readonly "stylistic/indent-binary-ops": readonly [
|
|
389
389
|
import("./rules/state.js").State.ON,
|
|
390
390
|
2
|
|
391
391
|
];
|
|
392
|
-
readonly "
|
|
393
|
-
readonly "
|
|
394
|
-
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 "
|
|
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 "
|
|
429
|
-
readonly "
|
|
430
|
-
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 "
|
|
435
|
-
readonly "
|
|
436
|
-
readonly "
|
|
437
|
-
readonly "
|
|
438
|
-
readonly "
|
|
439
|
-
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 "
|
|
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 "
|
|
457
|
-
readonly "
|
|
458
|
-
readonly "
|
|
459
|
-
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 "
|
|
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 "
|
|
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 "
|
|
479
|
-
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 "
|
|
483
|
+
readonly "stylistic/operator-linebreak": readonly [
|
|
484
484
|
import("./rules/state.js").State.ON,
|
|
485
485
|
"before"
|
|
486
486
|
];
|
|
487
|
-
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 "
|
|
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 "
|
|
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 "
|
|
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 "
|
|
695
|
-
readonly "
|
|
696
|
-
readonly "
|
|
697
|
-
readonly "
|
|
698
|
-
readonly "
|
|
699
|
-
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 "
|
|
706
|
-
readonly "
|
|
707
|
-
readonly "
|
|
708
|
-
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 "
|
|
744
|
-
readonly "
|
|
745
|
-
readonly "
|
|
746
|
-
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 "
|
|
760
|
-
readonly "
|
|
761
|
-
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 "
|
|
769
|
-
readonly "
|
|
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
|
-
|
|
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
|
-
|
|
796
|
+
name: string;
|
|
797
797
|
rules: {
|
|
798
|
-
readonly "
|
|
799
|
-
readonly "
|
|
800
|
-
readonly "
|
|
801
|
-
readonly "
|
|
802
|
-
readonly "
|
|
803
|
-
readonly "
|
|
804
|
-
readonly "
|
|
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 "
|
|
824
|
-
readonly "
|
|
825
|
-
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 "
|
|
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 "
|
|
842
|
-
readonly "
|
|
843
|
-
readonly "
|
|
844
|
-
readonly "
|
|
845
|
-
readonly "
|
|
846
|
-
readonly "
|
|
847
|
-
readonly "
|
|
848
|
-
readonly "
|
|
849
|
-
readonly "
|
|
850
|
-
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 "
|
|
857
|
-
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 "
|
|
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 "
|
|
870
|
-
readonly "
|
|
871
|
-
readonly "
|
|
872
|
-
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 "
|
|
879
|
-
readonly "
|
|
880
|
-
readonly "
|
|
881
|
-
readonly "
|
|
882
|
-
readonly "
|
|
883
|
-
readonly "
|
|
884
|
-
readonly "
|
|
885
|
-
readonly "
|
|
886
|
-
readonly "
|
|
887
|
-
readonly "
|
|
888
|
-
readonly "
|
|
889
|
-
readonly "
|
|
890
|
-
readonly "
|
|
891
|
-
readonly "
|
|
892
|
-
readonly "
|
|
893
|
-
readonly "
|
|
894
|
-
readonly "
|
|
895
|
-
readonly "
|
|
896
|
-
readonly "
|
|
897
|
-
readonly "
|
|
898
|
-
readonly "
|
|
899
|
-
readonly "
|
|
900
|
-
readonly "
|
|
901
|
-
readonly "
|
|
902
|
-
readonly "
|
|
903
|
-
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 "
|
|
910
|
-
readonly "
|
|
911
|
-
readonly "
|
|
912
|
-
readonly "
|
|
913
|
-
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 "
|
|
920
|
-
readonly "
|
|
921
|
-
readonly "
|
|
922
|
-
readonly "
|
|
923
|
-
readonly "
|
|
924
|
-
readonly "
|
|
925
|
-
readonly "
|
|
926
|
-
readonly "
|
|
927
|
-
readonly "
|
|
928
|
-
readonly "
|
|
929
|
-
readonly "
|
|
930
|
-
readonly "
|
|
931
|
-
readonly "
|
|
932
|
-
readonly "
|
|
933
|
-
readonly "
|
|
934
|
-
readonly "
|
|
935
|
-
readonly "
|
|
936
|
-
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 "
|
|
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 "
|
|
955
|
-
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 "
|
|
963
|
-
readonly "
|
|
964
|
-
readonly "
|
|
965
|
-
readonly "
|
|
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
|
-
|
|
956
|
+
name: string;
|
|
969
957
|
rules: {
|
|
970
|
-
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 "
|
|
979
|
-
readonly "
|
|
980
|
-
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 "
|
|
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 "
|
|
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 "
|
|
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
|
-
|
|
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
|
-
|
|
1022
|
+
name: string;
|
|
1032
1023
|
rules: {
|
|
1033
|
-
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
|
-
|
|
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
|
-
|
|
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 "
|
|
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 "
|
|
1058
|
-
readonly "
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1377
|
+
name: string;
|
|
1391
1378
|
rules: {
|
|
1392
1379
|
readonly "yml/flow-mapping-curly-newline": readonly [
|
|
1393
1380
|
import("./rules/state.js").State.ON,
|