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