linted 19.0.3 → 19.1.0-rc.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. package/dist/files/index.d.ts +1 -1
  2. package/dist/files/mocha.d.ts +1 -1
  3. package/dist/files/mocha.d.ts.map +1 -1
  4. package/dist/files/mocha.js +4 -1
  5. package/dist/files/mocha.js.map +1 -1
  6. package/dist/files/mochaJs.d.ts +3 -0
  7. package/dist/files/mochaJs.d.ts.map +1 -0
  8. package/dist/files/mochaJs.js +5 -0
  9. package/dist/files/mochaJs.js.map +1 -0
  10. package/dist/rules/index.d.ts +529 -1
  11. package/dist/rules/index.d.ts.map +1 -1
  12. package/dist/rules/mocha/base.d.ts +5 -0
  13. package/dist/rules/mocha/base.d.ts.map +1 -0
  14. package/dist/rules/mocha/base.js +9 -0
  15. package/dist/rules/mocha/base.js.map +1 -0
  16. package/dist/rules/mocha/disable.d.ts +5 -0
  17. package/dist/rules/mocha/disable.d.ts.map +1 -0
  18. package/dist/rules/mocha/disable.js +8 -0
  19. package/dist/rules/mocha/disable.js.map +1 -0
  20. package/dist/rules/mocha/enable.d.ts +1 -1
  21. package/dist/rules/mocha/enable.d.ts.map +1 -1
  22. package/dist/rules/mocha/enable.js.map +1 -1
  23. package/dist/rules/mocha/index.d.ts +529 -1
  24. package/dist/rules/mocha/index.d.ts.map +1 -1
  25. package/dist/rules/mocha/index.js +6 -3
  26. package/dist/rules/mocha/index.js.map +1 -1
  27. package/dist/rules/mochaJs/index.d.ts +422 -0
  28. package/dist/rules/mochaJs/index.d.ts.map +1 -0
  29. package/dist/rules/mochaJs/index.js +7 -0
  30. package/dist/rules/mochaJs/index.js.map +1 -0
  31. package/package.json +1 -1
  32. package/src/files/mocha.ts +4 -1
  33. package/src/files/mochaJs.ts +4 -0
  34. package/src/rules/mocha/base.ts +9 -0
  35. package/src/rules/mocha/disable.ts +8 -0
  36. package/src/rules/mocha/enable.ts +1 -1
  37. package/src/rules/mocha/index.ts +6 -3
  38. package/src/rules/mochaJs/index.ts +7 -0
@@ -2,7 +2,7 @@ declare const _default: {
2
2
  js: string[];
3
3
  ts: string[];
4
4
  svelte: string[];
5
- mocha: never[];
5
+ mocha: string[];
6
6
  html: string[];
7
7
  json: string[];
8
8
  jsonc: string[];
@@ -1,3 +1,3 @@
1
- declare const _default: never[];
1
+ declare const _default: string[];
2
2
  export default _default;
3
3
  //# sourceMappingURL=mocha.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mocha.d.ts","sourceRoot":"","sources":["../../src/files/mocha.ts"],"names":[],"mappings":";AAAA,wBAAkB"}
1
+ {"version":3,"file":"mocha.d.ts","sourceRoot":"","sources":["../../src/files/mocha.ts"],"names":[],"mappings":";AAAA,wBAGE"}
@@ -1,2 +1,5 @@
1
- export default [];
1
+ export default [
2
+ "**/*.{spec,test}.{c,m,}ts",
3
+ "**/test{s,}/**/*.{c,m,}ts",
4
+ ];
2
5
  //# sourceMappingURL=mocha.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"mocha.js","sourceRoot":"","sources":["../../src/files/mocha.ts"],"names":[],"mappings":"AAAA,eAAe,EAAE,CAAC"}
1
+ {"version":3,"file":"mocha.js","sourceRoot":"","sources":["../../src/files/mocha.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,2BAA2B;IAC3B,2BAA2B;CAC5B,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const _default: string[];
2
+ export default _default;
3
+ //# sourceMappingURL=mochaJs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mochaJs.d.ts","sourceRoot":"","sources":["../../src/files/mochaJs.ts"],"names":[],"mappings":";AAAA,wBAGE"}
@@ -0,0 +1,5 @@
1
+ export default [
2
+ "**/*.{spec,test}.{c,m,}js",
3
+ "**/test{s,}/**/*.{c,m,}js",
4
+ ];
5
+ //# sourceMappingURL=mochaJs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mochaJs.js","sourceRoot":"","sources":["../../src/files/mochaJs.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,2BAA2B;IAC3B,2BAA2B;CAC5B,CAAC"}
@@ -3161,7 +3161,535 @@ declare const _default: {
3161
3161
  }];
3162
3162
  readonly "svelte/system": "error";
3163
3163
  }])[];
3164
- mocha: (readonly ["recommended", Record<string, "off">] | readonly ["enable", Partial<Record<"@html-eslint/require-lang" | "@html-eslint/require-img-alt" | "@html-eslint/require-doctype" | "@html-eslint/require-title" | "@html-eslint/no-duplicate-id" | "@html-eslint/no-inline-styles" | "@html-eslint/no-multiple-h1" | "@html-eslint/no-extra-spacing-attrs" | "@html-eslint/no-extra-spacing-text" | "@html-eslint/attrs-newline" | "@html-eslint/element-newline" | "@html-eslint/no-skip-heading-levels" | "@html-eslint/require-li-container" | "@html-eslint/indent" | "@html-eslint/quotes" | "@html-eslint/id-naming-convention" | "@html-eslint/no-obsolete-tags" | "@html-eslint/require-attrs" | "@html-eslint/require-closing-tags" | "@html-eslint/require-meta-description" | "@html-eslint/require-frame-title" | "@html-eslint/no-non-scalable-viewport" | "@html-eslint/no-positive-tabindex" | "@html-eslint/require-meta-viewport" | "@html-eslint/require-meta-charset" | "@html-eslint/no-target-blank" | "@html-eslint/no-duplicate-attrs" | "@html-eslint/no-abstract-roles" | "@html-eslint/require-button-type" | "@html-eslint/no-aria-hidden-body" | "@html-eslint/no-multiple-empty-lines" | "@html-eslint/no-accesskey-attrs" | "@html-eslint/no-restricted-attrs" | "@html-eslint/no-trailing-spaces" | "@html-eslint/no-restricted-attr-values" | "@html-eslint/no-script-style-type" | "@html-eslint/lowercase" | "@html-eslint/require-open-graph-protocol" | "@html-eslint/sort-attrs", unknown>>])[];
3164
+ mocha: (readonly ["stylistic", {
3165
+ readonly "@stylistic/array-bracket-newline": readonly ["error", {
3166
+ readonly multiline: true;
3167
+ readonly minItems: null;
3168
+ }];
3169
+ readonly "@stylistic/array-bracket-spacing": readonly ["error", "never", {
3170
+ readonly singleValue: false;
3171
+ readonly objectsInArrays: false;
3172
+ readonly arraysInArrays: false;
3173
+ }];
3174
+ readonly "@stylistic/array-element-newline": readonly ["error", {
3175
+ readonly ArrayExpression: {
3176
+ readonly consistent: true;
3177
+ readonly multiline: true;
3178
+ readonly minItems: 4;
3179
+ };
3180
+ readonly ArrayPattern: {
3181
+ readonly consistent: true;
3182
+ readonly multiline: true;
3183
+ readonly minItems: 4;
3184
+ };
3185
+ }];
3186
+ readonly "@stylistic/arrow-parens": readonly ["error", "as-needed", {
3187
+ readonly requireForBlockBody: false;
3188
+ }];
3189
+ readonly "@stylistic/arrow-spacing": readonly ["error", {
3190
+ readonly before: true;
3191
+ readonly after: true;
3192
+ }];
3193
+ readonly "@stylistic/block-spacing": readonly ["error", "always"];
3194
+ readonly "@stylistic/brace-style": readonly ["error", "stroustrup", {
3195
+ readonly allowSingleLine: true;
3196
+ }];
3197
+ readonly "@stylistic/comma-dangle": readonly ["error", "always-multiline"];
3198
+ readonly "@stylistic/comma-spacing": readonly ["error", {
3199
+ readonly before: false;
3200
+ readonly after: true;
3201
+ }];
3202
+ readonly "@stylistic/comma-style": readonly ["error", "last", {
3203
+ readonly exceptions: {
3204
+ readonly ArrayExpression: false;
3205
+ readonly ArrayPattern: false;
3206
+ readonly ArrowFunctionExpression: false;
3207
+ readonly CallExpression: false;
3208
+ readonly FunctionDeclaration: false;
3209
+ readonly FunctionExpression: false;
3210
+ readonly ImportDeclaration: false;
3211
+ readonly ObjectExpression: false;
3212
+ readonly ObjectPattern: false;
3213
+ readonly VariableDeclaration: false;
3214
+ readonly NewExpression: false;
3215
+ };
3216
+ }];
3217
+ readonly "@stylistic/computed-property-spacing": readonly ["error", "never", {
3218
+ readonly enforceForClassMembers: true;
3219
+ }];
3220
+ readonly "@stylistic/dot-location": readonly ["error", "property"];
3221
+ readonly "@stylistic/eol-last": readonly ["error", "always"];
3222
+ readonly "@stylistic/function-call-argument-newline": readonly ["error", "consistent"];
3223
+ readonly "@stylistic/function-call-spacing": readonly ["error", "never"];
3224
+ readonly "@stylistic/function-paren-newline": readonly ["error", "multiline-arguments"];
3225
+ readonly "@stylistic/generator-star-spacing": readonly ["error", {
3226
+ readonly before: true;
3227
+ readonly after: false;
3228
+ }];
3229
+ readonly "@stylistic/implicit-arrow-linebreak": readonly ["error", "beside"];
3230
+ readonly "@stylistic/indent": readonly ["error", 2, {
3231
+ readonly ignoredNodes: readonly [];
3232
+ readonly SwitchCase: 1;
3233
+ readonly VariableDeclarator: {
3234
+ readonly var: 0;
3235
+ readonly let: 0;
3236
+ readonly const: 0;
3237
+ };
3238
+ readonly outerIIFEBody: 0;
3239
+ readonly MemberExpression: 1;
3240
+ readonly FunctionDeclaration: {
3241
+ readonly parameters: 1;
3242
+ readonly body: 1;
3243
+ };
3244
+ readonly FunctionExpression: {
3245
+ readonly parameters: 1;
3246
+ readonly body: 1;
3247
+ };
3248
+ readonly StaticBlock: {
3249
+ readonly body: 1;
3250
+ };
3251
+ readonly CallExpression: {
3252
+ readonly arguments: 1;
3253
+ };
3254
+ readonly ArrayExpression: 1;
3255
+ readonly ObjectExpression: 1;
3256
+ readonly ImportDeclaration: 1;
3257
+ readonly flatTernaryExpressions: false;
3258
+ readonly offsetTernaryExpressions: true;
3259
+ readonly ignoreComments: false;
3260
+ }];
3261
+ readonly "@stylistic/indent-binary-ops": readonly ["error", 2];
3262
+ readonly "@stylistic/key-spacing": readonly ["error", {
3263
+ readonly beforeColon: false;
3264
+ readonly afterColon: true;
3265
+ readonly mode: "strict";
3266
+ }];
3267
+ readonly "@stylistic/keyword-spacing": readonly ["error", {
3268
+ readonly before: true;
3269
+ readonly after: true;
3270
+ readonly overrides: {};
3271
+ }];
3272
+ readonly "@stylistic/line-comment-position": "off";
3273
+ readonly "@stylistic/lines-around-comment": readonly ["error", {
3274
+ readonly beforeBlockComment: false;
3275
+ readonly afterBlockComment: false;
3276
+ readonly beforeLineComment: true;
3277
+ readonly afterLineComment: false;
3278
+ readonly allowBlockStart: true;
3279
+ readonly allowBlockEnd: true;
3280
+ readonly allowObjectStart: true;
3281
+ readonly allowObjectEnd: true;
3282
+ readonly allowArrayStart: true;
3283
+ readonly allowArrayEnd: true;
3284
+ readonly allowClassStart: true;
3285
+ readonly allowClassEnd: true;
3286
+ readonly applyDefaultIgnorePatterns: true;
3287
+ readonly afterHashbangComment: false;
3288
+ readonly allowEnumEnd: true;
3289
+ readonly allowEnumStart: true;
3290
+ readonly allowInterfaceEnd: true;
3291
+ readonly allowInterfaceStart: true;
3292
+ readonly allowModuleEnd: true;
3293
+ readonly allowModuleStart: true;
3294
+ readonly allowTypeEnd: true;
3295
+ readonly allowTypeStart: true;
3296
+ }];
3297
+ readonly "@stylistic/lines-between-class-members": readonly ["error", {
3298
+ readonly enforce: readonly [{
3299
+ readonly prev: "field";
3300
+ readonly next: "field";
3301
+ readonly blankLine: "never";
3302
+ }, {
3303
+ readonly prev: "field";
3304
+ readonly next: "method";
3305
+ readonly blankLine: "always";
3306
+ }, {
3307
+ readonly prev: "method";
3308
+ readonly next: "*";
3309
+ readonly blankLine: "always";
3310
+ }];
3311
+ }, {
3312
+ readonly exceptAfterSingleLine: false;
3313
+ readonly exceptAfterOverload: true;
3314
+ }];
3315
+ readonly "@stylistic/max-len": readonly ["error", {
3316
+ readonly code: 150;
3317
+ readonly tabWidth: 2;
3318
+ readonly ignoreComments: true;
3319
+ readonly ignoreTrailingComments: true;
3320
+ readonly ignoreUrls: true;
3321
+ readonly ignoreStrings: true;
3322
+ readonly ignoreTemplateLiterals: true;
3323
+ readonly ignoreRegExpLiterals: true;
3324
+ }];
3325
+ readonly "@stylistic/max-statements-per-line": readonly ["error", {
3326
+ readonly max: 1;
3327
+ }];
3328
+ readonly "@stylistic/member-delimiter-style": readonly ["error", {
3329
+ readonly multiline: {
3330
+ readonly delimiter: "semi";
3331
+ readonly requireLast: true;
3332
+ };
3333
+ readonly singleline: {
3334
+ readonly delimiter: "semi";
3335
+ readonly requireLast: false;
3336
+ };
3337
+ readonly multilineDetection: "brackets";
3338
+ }];
3339
+ readonly "@stylistic/multiline-comment-style": "off";
3340
+ readonly "@stylistic/multiline-ternary": readonly ["error", "always-multiline"];
3341
+ readonly "@stylistic/new-parens": readonly ["off", "never"];
3342
+ readonly "@stylistic/newline-per-chained-call": readonly ["error", {
3343
+ readonly ignoreChainWithDepth: 2;
3344
+ }];
3345
+ readonly "@stylistic/no-confusing-arrow": "off";
3346
+ readonly "@stylistic/no-extra-parens": readonly ["error", "all", {
3347
+ readonly conditionalAssign: true;
3348
+ readonly returnAssign: true;
3349
+ readonly nestedBinaryExpressions: true;
3350
+ readonly ternaryOperandBinaryExpressions: true;
3351
+ readonly enforceForArrowConditionals: true;
3352
+ readonly enforceForSequenceExpressions: true;
3353
+ readonly enforceForNewInMemberExpressions: true;
3354
+ readonly enforceForFunctionPrototypeMethods: true;
3355
+ }];
3356
+ readonly "@stylistic/no-extra-semi": "error";
3357
+ readonly "@stylistic/no-floating-decimal": "error";
3358
+ readonly "@stylistic/no-mixed-operators": "off";
3359
+ readonly "@stylistic/no-mixed-spaces-and-tabs": "error";
3360
+ readonly "@stylistic/no-multi-spaces": readonly ["error", {
3361
+ readonly ignoreEOLComments: false;
3362
+ readonly exceptions: {
3363
+ readonly Property: false;
3364
+ };
3365
+ readonly includeTabs: true;
3366
+ }];
3367
+ readonly "@stylistic/no-multiple-empty-lines": readonly ["error", {
3368
+ readonly max: 1;
3369
+ readonly maxEOF: 1;
3370
+ readonly maxBOF: 0;
3371
+ }];
3372
+ readonly "@stylistic/no-tabs": readonly ["error", {
3373
+ readonly allowIndentationTabs: false;
3374
+ }];
3375
+ readonly "@stylistic/no-trailing-spaces": readonly ["error", {
3376
+ readonly skipBlankLines: false;
3377
+ readonly ignoreComments: false;
3378
+ }];
3379
+ readonly "@stylistic/no-whitespace-before-property": "error";
3380
+ readonly "@stylistic/nonblock-statement-body-position": readonly ["error", "below", {
3381
+ readonly overrides: {
3382
+ readonly if: "below";
3383
+ readonly else: "below";
3384
+ readonly while: "below";
3385
+ readonly do: "below";
3386
+ readonly for: "below";
3387
+ };
3388
+ }];
3389
+ readonly "@stylistic/object-curly-newline": readonly ["error", {
3390
+ readonly ObjectExpression: {
3391
+ readonly consistent: true;
3392
+ readonly multiline: true;
3393
+ readonly minProperties: 4;
3394
+ };
3395
+ readonly ObjectPattern: {
3396
+ readonly consistent: true;
3397
+ readonly multiline: true;
3398
+ readonly minProperties: 4;
3399
+ };
3400
+ readonly ImportDeclaration: {
3401
+ readonly consistent: true;
3402
+ readonly multiline: true;
3403
+ readonly minProperties: 4;
3404
+ };
3405
+ readonly ExportDeclaration: {
3406
+ readonly consistent: true;
3407
+ readonly multiline: true;
3408
+ readonly minProperties: 4;
3409
+ };
3410
+ }];
3411
+ readonly "@stylistic/object-curly-spacing": readonly ["error", "always", {
3412
+ readonly arraysInObjects: true;
3413
+ readonly objectsInObjects: true;
3414
+ }];
3415
+ readonly "@stylistic/object-property-newline": readonly ["error", {
3416
+ readonly allowAllPropertiesOnSameLine: true;
3417
+ }];
3418
+ readonly "@stylistic/one-var-declaration-per-line": readonly ["error", "always"];
3419
+ readonly "@stylistic/operator-linebreak": readonly ["error", "before", {
3420
+ readonly overrides: {
3421
+ readonly "=": "after";
3422
+ };
3423
+ }];
3424
+ readonly "@stylistic/padded-blocks": readonly ["error", {
3425
+ readonly blocks: "never";
3426
+ readonly classes: "never";
3427
+ readonly switches: "never";
3428
+ }, {
3429
+ readonly allowSingleLineBlocks: true;
3430
+ }];
3431
+ readonly "@stylistic/padding-line-between-statements": readonly ["error", {
3432
+ readonly prev: "directive";
3433
+ readonly next: "*";
3434
+ readonly blankLine: "always";
3435
+ }, {
3436
+ readonly prev: "directive";
3437
+ readonly next: "directive";
3438
+ readonly blankLine: "never";
3439
+ }, {
3440
+ readonly prev: readonly ["import", "cjs-import"];
3441
+ readonly next: "*";
3442
+ readonly blankLine: "always";
3443
+ }, {
3444
+ readonly prev: readonly ["import", "cjs-import"];
3445
+ readonly next: readonly ["import", "cjs-import"];
3446
+ readonly blankLine: "never";
3447
+ }, {
3448
+ readonly prev: readonly ["class", "interface", "try", "for", "if", "do", "while", "switch", "block", "block-like", "iife", "empty", "debugger", "with"];
3449
+ readonly next: "*";
3450
+ readonly blankLine: "always";
3451
+ }, {
3452
+ readonly prev: "case";
3453
+ readonly next: "*";
3454
+ readonly blankLine: "always";
3455
+ }, {
3456
+ readonly prev: "case";
3457
+ readonly next: readonly ["case", "default"];
3458
+ readonly blankLine: "always";
3459
+ }, {
3460
+ readonly prev: "default";
3461
+ readonly next: "*";
3462
+ readonly blankLine: "always";
3463
+ }, {
3464
+ readonly prev: "type";
3465
+ readonly next: "*";
3466
+ readonly blankLine: "always";
3467
+ }, {
3468
+ readonly prev: "type";
3469
+ readonly next: "type";
3470
+ readonly blankLine: "never";
3471
+ }, {
3472
+ readonly prev: "function";
3473
+ readonly next: "*";
3474
+ readonly blankLine: "always";
3475
+ }, {
3476
+ readonly prev: "function-overload";
3477
+ readonly next: "*";
3478
+ readonly blankLine: "always";
3479
+ }, {
3480
+ readonly prev: "function-overload";
3481
+ readonly next: "function-overload";
3482
+ readonly blankLine: "never";
3483
+ }, {
3484
+ readonly prev: "function-overload";
3485
+ readonly next: "function";
3486
+ readonly blankLine: "never";
3487
+ }, {
3488
+ readonly prev: readonly ["const", "let", "var"];
3489
+ readonly next: "*";
3490
+ readonly blankLine: "always";
3491
+ }, {
3492
+ readonly prev: readonly ["const", "let", "var"];
3493
+ readonly next: readonly ["const", "let", "var"];
3494
+ readonly blankLine: "never";
3495
+ }, {
3496
+ readonly prev: "expression";
3497
+ readonly next: "*";
3498
+ readonly blankLine: "always";
3499
+ }, {
3500
+ readonly prev: "expression";
3501
+ readonly next: "expression";
3502
+ readonly blankLine: "never";
3503
+ }, {
3504
+ readonly prev: "*";
3505
+ readonly next: readonly ["throw", "return", "break", "continue"];
3506
+ readonly blankLine: "always";
3507
+ }, {
3508
+ readonly prev: "*";
3509
+ readonly next: readonly ["export", "cjs-export"];
3510
+ readonly blankLine: "always";
3511
+ }, {
3512
+ readonly prev: readonly ["export", "cjs-export"];
3513
+ readonly next: readonly ["export", "cjs-export"];
3514
+ readonly blankLine: "never";
3515
+ }];
3516
+ readonly "@stylistic/quote-props": readonly ["error", "as-needed", {
3517
+ readonly keywords: true;
3518
+ readonly unnecessary: true;
3519
+ readonly numbers: false;
3520
+ }];
3521
+ readonly "@stylistic/quotes": readonly ["error", "double", {
3522
+ readonly avoidEscape: true;
3523
+ readonly allowTemplateLiterals: true;
3524
+ }];
3525
+ readonly "@stylistic/rest-spread-spacing": readonly ["error", "never"];
3526
+ readonly "@stylistic/semi": readonly ["error", "always", {
3527
+ readonly omitLastInOneLineBlock: false;
3528
+ readonly omitLastInOneLineClassBody: false;
3529
+ }];
3530
+ readonly "@stylistic/semi-spacing": readonly ["error", {
3531
+ readonly before: false;
3532
+ readonly after: true;
3533
+ }];
3534
+ readonly "@stylistic/semi-style": readonly ["error", "last"];
3535
+ readonly "@stylistic/space-before-blocks": readonly ["error", {
3536
+ readonly functions: "always";
3537
+ readonly keywords: "always";
3538
+ readonly classes: "always";
3539
+ }];
3540
+ readonly "@stylistic/space-before-function-paren": readonly ["error", {
3541
+ readonly anonymous: "always";
3542
+ readonly named: "never";
3543
+ readonly asyncArrow: "always";
3544
+ }];
3545
+ readonly "@stylistic/space-in-parens": readonly ["error", "never"];
3546
+ readonly "@stylistic/space-infix-ops": readonly ["error", {
3547
+ readonly int32Hint: true;
3548
+ }];
3549
+ readonly "@stylistic/space-unary-ops": readonly ["error", {
3550
+ readonly words: true;
3551
+ readonly nonwords: false;
3552
+ readonly overrides: {};
3553
+ }];
3554
+ readonly "@stylistic/spaced-comment": readonly ["error", "always"];
3555
+ readonly "@stylistic/switch-colon-spacing": readonly ["error", {
3556
+ readonly after: true;
3557
+ readonly before: false;
3558
+ }];
3559
+ readonly "@stylistic/template-curly-spacing": readonly ["error", "never"];
3560
+ readonly "@stylistic/template-tag-spacing": readonly ["error", "never"];
3561
+ readonly "@stylistic/type-annotation-spacing": readonly ["error", {
3562
+ readonly before: true;
3563
+ readonly after: true;
3564
+ readonly overrides: {
3565
+ readonly colon: {
3566
+ readonly before: false;
3567
+ readonly after: true;
3568
+ };
3569
+ };
3570
+ }];
3571
+ readonly "@stylistic/type-generic-spacing": "error";
3572
+ readonly "@stylistic/type-named-tuple-spacing": "error";
3573
+ readonly "@stylistic/wrap-iife": readonly ["error", "inside", {
3574
+ readonly functionPrototypeMethods: true;
3575
+ }];
3576
+ readonly "@stylistic/wrap-regex": "error";
3577
+ readonly "@stylistic/yield-star-spacing": readonly ["error", {
3578
+ readonly before: false;
3579
+ readonly after: true;
3580
+ }];
3581
+ }] | readonly ["disable", {
3582
+ readonly "constructor-super": "off";
3583
+ readonly "no-const-assign": "off";
3584
+ readonly "no-dupe-args": "off";
3585
+ readonly "no-dupe-class-members": "off";
3586
+ readonly "no-dupe-keys": "off";
3587
+ readonly "no-func-assign": "off";
3588
+ readonly "no-obj-calls": "off";
3589
+ readonly "no-setter-return": "off";
3590
+ readonly "no-this-before-super": "off";
3591
+ readonly "no-undef": "off";
3592
+ readonly "no-unreachable": "off";
3593
+ readonly "no-unsafe-negation": "off";
3594
+ readonly "consistent-return": "off";
3595
+ readonly "no-redeclare": "off";
3596
+ }] | readonly ["disable-extend", {
3597
+ readonly "class-methods-use-this": "off";
3598
+ readonly "consistent-return": "off";
3599
+ readonly "default-param-last": "off";
3600
+ readonly "dot-notation": "off";
3601
+ readonly "init-declarations": "off";
3602
+ readonly "max-params": "off";
3603
+ readonly "no-array-constructor": "off";
3604
+ readonly "no-dupe-class-members": "off";
3605
+ readonly "no-empty-function": "off";
3606
+ readonly "no-implied-eval": "off";
3607
+ readonly "no-invalid-this": "off";
3608
+ readonly "no-loop-func": "off";
3609
+ readonly "no-magic-numbers": "off";
3610
+ readonly "no-redeclare": "off";
3611
+ readonly "no-restricted-imports": "off";
3612
+ readonly "no-shadow": "off";
3613
+ readonly "no-throw-literal": "off";
3614
+ readonly "no-unused-expressions": "off";
3615
+ readonly "no-unused-vars": "off";
3616
+ readonly "no-use-before-define": "off";
3617
+ readonly "no-useless-constructor": "off";
3618
+ readonly "prefer-destructuring": "off";
3619
+ readonly "prefer-promise-reject-errors": "off";
3620
+ readonly "require-await": "off";
3621
+ }] | readonly ["enable-extend", {
3622
+ readonly "@typescript-eslint/class-methods-use-this": "off";
3623
+ readonly "@typescript-eslint/consistent-return": "off";
3624
+ readonly "@typescript-eslint/default-param-last": "error";
3625
+ readonly "@typescript-eslint/dot-notation": readonly ["error", {
3626
+ readonly allowKeywords: true;
3627
+ readonly allowPrivateClassPropertyAccess: true;
3628
+ readonly allowProtectedClassPropertyAccess: true;
3629
+ readonly allowIndexSignaturePropertyAccess: true;
3630
+ }];
3631
+ readonly "@typescript-eslint/init-declarations": readonly ["error", "always"];
3632
+ readonly "@typescript-eslint/max-params": "off";
3633
+ readonly "@typescript-eslint/no-array-constructor": "error";
3634
+ readonly "@typescript-eslint/no-dupe-class-members": "off";
3635
+ readonly "@typescript-eslint/no-empty-function": readonly ["error", {
3636
+ readonly allow: readonly ["constructors", "private-constructors", "protected-constructors", "decoratedFunctions"];
3637
+ }];
3638
+ readonly "@typescript-eslint/no-implied-eval": "error";
3639
+ readonly "@typescript-eslint/no-invalid-this": "off";
3640
+ readonly "@typescript-eslint/no-loop-func": "error";
3641
+ readonly "@typescript-eslint/no-magic-numbers": "off";
3642
+ readonly "@typescript-eslint/no-redeclare": "off";
3643
+ readonly "@typescript-eslint/no-restricted-imports": "off";
3644
+ readonly "@typescript-eslint/no-shadow": "off";
3645
+ readonly "@typescript-eslint/no-unused-expressions": readonly ["error", {
3646
+ readonly allowShortCircuit: true;
3647
+ readonly allowTernary: true;
3648
+ readonly allowTaggedTemplates: true;
3649
+ readonly enforceForJSX: false;
3650
+ }];
3651
+ readonly "@typescript-eslint/no-unused-vars": readonly ["error", {
3652
+ readonly vars: "all";
3653
+ readonly args: "all";
3654
+ readonly caughtErrors: "all";
3655
+ readonly ignoreRestSiblings: false;
3656
+ readonly ignoreClassWithStaticInitBlock: false;
3657
+ readonly reportUsedIgnorePattern: true;
3658
+ }];
3659
+ readonly "@typescript-eslint/no-use-before-define": readonly ["error", {
3660
+ readonly functions: true;
3661
+ readonly classes: true;
3662
+ readonly variables: true;
3663
+ readonly allowNamedExports: false;
3664
+ readonly enums: true;
3665
+ readonly typedefs: false;
3666
+ readonly ignoreTypeReferences: true;
3667
+ }];
3668
+ readonly "@typescript-eslint/no-useless-constructor": "error";
3669
+ readonly "@typescript-eslint/only-throw-error": readonly ["error", {
3670
+ readonly allowThrowingAny: false;
3671
+ readonly allowThrowingUnknown: false;
3672
+ }];
3673
+ readonly "@typescript-eslint/prefer-destructuring": readonly ["error", {
3674
+ readonly VariableDeclarator: {
3675
+ readonly array: true;
3676
+ readonly object: true;
3677
+ };
3678
+ readonly AssignmentExpression: {
3679
+ readonly array: false;
3680
+ readonly object: false;
3681
+ };
3682
+ }, {
3683
+ readonly enforceForRenamedProperties: false;
3684
+ readonly enforceForDeclarationWithTypeAnnotation: false;
3685
+ }];
3686
+ readonly "@typescript-eslint/prefer-promise-reject-errors": readonly ["error", {
3687
+ readonly allowEmptyReject: false;
3688
+ }];
3689
+ readonly "@typescript-eslint/require-await": "error";
3690
+ }] | readonly ["recommended", Record<string, "off">] | readonly ["disable", {
3691
+ readonly "prefer-arrow-callback": "off";
3692
+ }] | readonly ["enable", {}])[];
3165
3693
  html: (readonly ["enable", Partial<Record<"@html-eslint/require-lang" | "@html-eslint/require-img-alt" | "@html-eslint/require-doctype" | "@html-eslint/require-title" | "@html-eslint/no-duplicate-id" | "@html-eslint/no-inline-styles" | "@html-eslint/no-multiple-h1" | "@html-eslint/no-extra-spacing-attrs" | "@html-eslint/no-extra-spacing-text" | "@html-eslint/attrs-newline" | "@html-eslint/element-newline" | "@html-eslint/no-skip-heading-levels" | "@html-eslint/require-li-container" | "@html-eslint/indent" | "@html-eslint/quotes" | "@html-eslint/id-naming-convention" | "@html-eslint/no-obsolete-tags" | "@html-eslint/require-attrs" | "@html-eslint/require-closing-tags" | "@html-eslint/require-meta-description" | "@html-eslint/require-frame-title" | "@html-eslint/no-non-scalable-viewport" | "@html-eslint/no-positive-tabindex" | "@html-eslint/require-meta-viewport" | "@html-eslint/require-meta-charset" | "@html-eslint/no-target-blank" | "@html-eslint/no-duplicate-attrs" | "@html-eslint/no-abstract-roles" | "@html-eslint/require-button-type" | "@html-eslint/no-aria-hidden-body" | "@html-eslint/no-multiple-empty-lines" | "@html-eslint/no-accesskey-attrs" | "@html-eslint/no-restricted-attrs" | "@html-eslint/no-trailing-spaces" | "@html-eslint/no-restricted-attr-values" | "@html-eslint/no-script-style-type" | "@html-eslint/lowercase" | "@html-eslint/require-open-graph-protocol" | "@html-eslint/sort-attrs", unknown>>])[];
3166
3694
  json: (readonly ["enable-extend", {
3167
3695
  readonly "jsonc/array-bracket-newline": "off";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/rules/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AASA,wBASE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/rules/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AASA,wBASE"}
@@ -0,0 +1,5 @@
1
+ declare const _default: (readonly ["recommended", Record<string, "off">] | readonly ["disable", {
2
+ readonly "prefer-arrow-callback": "off";
3
+ }] | readonly ["enable", {}])[];
4
+ export default _default;
5
+ //# sourceMappingURL=base.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../src/rules/mocha/base.ts"],"names":[],"mappings":";;;AAIA,wBAIE"}
@@ -0,0 +1,9 @@
1
+ import disable from "./disable.js";
2
+ import recommended from "./enable_recommended.js";
3
+ import enable from "./enable.js";
4
+ export default [
5
+ disable,
6
+ recommended,
7
+ enable,
8
+ ];
9
+ //# sourceMappingURL=base.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base.js","sourceRoot":"","sources":["../../../src/rules/mocha/base.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,WAAW,CAAC;AAChC,OAAO,WAAW,MAAM,sBAAsB,CAAC;AAC/C,OAAO,MAAM,MAAM,UAAU,CAAC;AAE9B,eAAe;IACb,OAAO;IACP,WAAW;IACX,MAAM;CACP,CAAC"}
@@ -0,0 +1,5 @@
1
+ declare const _default: readonly ["disable", {
2
+ readonly "prefer-arrow-callback": "off";
3
+ }];
4
+ export default _default;
5
+ //# sourceMappingURL=disable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"disable.d.ts","sourceRoot":"","sources":["../../../src/rules/mocha/disable.ts"],"names":[],"mappings":";;;AAEA,wBAKW"}