@fenge/eslint-config 0.8.3 → 0.9.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/config/javascript.d.ts +161 -1
- package/dist/config/javascript.d.ts.map +1 -1
- package/dist/config/js/base.d.ts +161 -1
- package/dist/config/js/base.d.ts.map +1 -1
- package/dist/config/js/base.js +15 -1
- package/dist/config/ts/base.d.ts +185 -36
- package/dist/config/ts/base.d.ts.map +1 -1
- package/dist/config/ts/base.js +17 -16
- package/dist/config/typescript.d.ts +185 -36
- package/dist/config/typescript.d.ts.map +1 -1
- package/package.json +11 -11
|
@@ -328,12 +328,157 @@ export declare function javascript(): readonly [{
|
|
|
328
328
|
readonly unicorn: import("eslint").ESLint.Plugin & {
|
|
329
329
|
configs: {
|
|
330
330
|
recommended: import("eslint").Linter.FlatConfig;
|
|
331
|
+
unopinionated: import("eslint").Linter.FlatConfig;
|
|
331
332
|
all: import("eslint").Linter.FlatConfig;
|
|
332
333
|
"flat/all": import("eslint").Linter.FlatConfig;
|
|
333
334
|
"flat/recommended": import("eslint").Linter.FlatConfig;
|
|
334
335
|
};
|
|
335
336
|
};
|
|
336
|
-
readonly "es-x":
|
|
337
|
+
readonly "es-x": {
|
|
338
|
+
meta: {
|
|
339
|
+
name: string;
|
|
340
|
+
version: string;
|
|
341
|
+
};
|
|
342
|
+
configs: {
|
|
343
|
+
"flat/no-array-grouping": import("eslint").Linter.Config;
|
|
344
|
+
"flat/no-arraybuffer-base64": import("eslint").Linter.Config;
|
|
345
|
+
"flat/no-change-array-by-copy": import("eslint").Linter.Config;
|
|
346
|
+
"flat/no-class-fields": import("eslint").Linter.Config;
|
|
347
|
+
"flat/no-explicit-resource-management": import("eslint").Linter.Config;
|
|
348
|
+
"flat/no-float16array": import("eslint").Linter.Config;
|
|
349
|
+
"flat/no-import-attributes": import("eslint").Linter.Config;
|
|
350
|
+
"flat/no-intl-locale-info": import("eslint").Linter.Config;
|
|
351
|
+
"flat/no-intl-numberformat-v3": import("eslint").Linter.Config;
|
|
352
|
+
"flat/no-is-usv-string": import("eslint").Linter.Config;
|
|
353
|
+
"flat/no-iterator-helpers": import("eslint").Linter.Config;
|
|
354
|
+
"flat/no-json-parse-with-source": import("eslint").Linter.Config;
|
|
355
|
+
"flat/no-new-in-es5": import("eslint").Linter.Config;
|
|
356
|
+
"flat/no-new-in-es2015": import("eslint").Linter.Config;
|
|
357
|
+
"flat/no-new-in-es2015-intl-api": import("eslint").Linter.Config;
|
|
358
|
+
"flat/no-new-in-es2016": import("eslint").Linter.Config;
|
|
359
|
+
"flat/no-new-in-es2016-intl-api": import("eslint").Linter.Config;
|
|
360
|
+
"flat/no-new-in-es2017": import("eslint").Linter.Config;
|
|
361
|
+
"flat/no-new-in-es2017-intl-api": import("eslint").Linter.Config;
|
|
362
|
+
"flat/no-new-in-es2018": import("eslint").Linter.Config;
|
|
363
|
+
"flat/no-new-in-es2018-intl-api": import("eslint").Linter.Config;
|
|
364
|
+
"flat/no-new-in-es2019": import("eslint").Linter.Config;
|
|
365
|
+
"flat/no-new-in-es2019-intl-api": import("eslint").Linter.Config;
|
|
366
|
+
"flat/no-new-in-es2020": import("eslint").Linter.Config;
|
|
367
|
+
"flat/no-new-in-es2020-intl-api": import("eslint").Linter.Config;
|
|
368
|
+
"flat/no-new-in-es2021": import("eslint").Linter.Config;
|
|
369
|
+
"flat/no-new-in-es2021-intl-api": import("eslint").Linter.Config;
|
|
370
|
+
"flat/no-new-in-es2022": import("eslint").Linter.Config;
|
|
371
|
+
"flat/no-new-in-es2022-intl-api": import("eslint").Linter.Config;
|
|
372
|
+
"flat/no-new-in-es2023": import("eslint").Linter.Config;
|
|
373
|
+
"flat/no-new-in-es2023-intl-api": import("eslint").Linter.Config;
|
|
374
|
+
"flat/no-new-in-es2024": import("eslint").Linter.Config;
|
|
375
|
+
"flat/no-new-in-es2024-intl-api": import("eslint").Linter.Config;
|
|
376
|
+
"flat/no-new-in-es2025": import("eslint").Linter.Config;
|
|
377
|
+
"flat/no-new-in-es2025-intl-api": import("eslint").Linter.Config;
|
|
378
|
+
"flat/no-new-in-esnext": import("eslint").Linter.Config;
|
|
379
|
+
"flat/no-new-in-esnext-intl-api": import("eslint").Linter.Config;
|
|
380
|
+
"flat/no-relative-indexing-method": import("eslint").Linter.Config;
|
|
381
|
+
"flat/no-set-methods": import("eslint").Linter.Config;
|
|
382
|
+
"flat/no-string-matchall": import("eslint").Linter.Config;
|
|
383
|
+
"flat/no-temporal": import("eslint").Linter.Config;
|
|
384
|
+
"flat/no-upsert": import("eslint").Linter.Config;
|
|
385
|
+
"flat/restrict-to-es-intl-api-1st-edition": import("eslint").Linter.Config;
|
|
386
|
+
"flat/restrict-to-es3": import("eslint").Linter.Config;
|
|
387
|
+
"flat/restrict-to-es5": import("eslint").Linter.Config;
|
|
388
|
+
"flat/restrict-to-es2015": import("eslint").Linter.Config;
|
|
389
|
+
"flat/restrict-to-es2015-intl-api": import("eslint").Linter.Config;
|
|
390
|
+
"flat/restrict-to-es2016": import("eslint").Linter.Config;
|
|
391
|
+
"flat/restrict-to-es2016-intl-api": import("eslint").Linter.Config;
|
|
392
|
+
"flat/restrict-to-es2017": import("eslint").Linter.Config;
|
|
393
|
+
"flat/restrict-to-es2017-intl-api": import("eslint").Linter.Config;
|
|
394
|
+
"flat/restrict-to-es2018": import("eslint").Linter.Config;
|
|
395
|
+
"flat/restrict-to-es2018-intl-api": import("eslint").Linter.Config;
|
|
396
|
+
"flat/restrict-to-es2019": import("eslint").Linter.Config;
|
|
397
|
+
"flat/restrict-to-es2019-intl-api": import("eslint").Linter.Config;
|
|
398
|
+
"flat/restrict-to-es2020": import("eslint").Linter.Config;
|
|
399
|
+
"flat/restrict-to-es2020-intl-api": import("eslint").Linter.Config;
|
|
400
|
+
"flat/restrict-to-es2021": import("eslint").Linter.Config;
|
|
401
|
+
"flat/restrict-to-es2021-intl-api": import("eslint").Linter.Config;
|
|
402
|
+
"flat/restrict-to-es2022": import("eslint").Linter.Config;
|
|
403
|
+
"flat/restrict-to-es2022-intl-api": import("eslint").Linter.Config;
|
|
404
|
+
"flat/restrict-to-es2023": import("eslint").Linter.Config;
|
|
405
|
+
"flat/restrict-to-es2023-intl-api": import("eslint").Linter.Config;
|
|
406
|
+
"flat/restrict-to-es2024": import("eslint").Linter.Config;
|
|
407
|
+
"flat/restrict-to-es2024-intl-api": import("eslint").Linter.Config;
|
|
408
|
+
"no-array-grouping": import("eslint").Linter.LegacyConfig;
|
|
409
|
+
"no-arraybuffer-base64": import("eslint").Linter.LegacyConfig;
|
|
410
|
+
"no-change-array-by-copy": import("eslint").Linter.LegacyConfig;
|
|
411
|
+
"no-class-fields": import("eslint").Linter.LegacyConfig;
|
|
412
|
+
"no-explicit-resource-management": import("eslint").Linter.LegacyConfig;
|
|
413
|
+
"no-float16array": import("eslint").Linter.LegacyConfig;
|
|
414
|
+
"no-import-attributes": import("eslint").Linter.LegacyConfig;
|
|
415
|
+
"no-intl-locale-info": import("eslint").Linter.LegacyConfig;
|
|
416
|
+
"no-intl-numberformat-v3": import("eslint").Linter.LegacyConfig;
|
|
417
|
+
"no-is-usv-string": import("eslint").Linter.LegacyConfig;
|
|
418
|
+
"no-iterator-helpers": import("eslint").Linter.LegacyConfig;
|
|
419
|
+
"no-json-parse-with-source": import("eslint").Linter.LegacyConfig;
|
|
420
|
+
"no-new-in-es5": import("eslint").Linter.LegacyConfig;
|
|
421
|
+
"no-new-in-es2015": import("eslint").Linter.LegacyConfig;
|
|
422
|
+
"no-new-in-es2015-intl-api": import("eslint").Linter.LegacyConfig;
|
|
423
|
+
"no-new-in-es2016": import("eslint").Linter.LegacyConfig;
|
|
424
|
+
"no-new-in-es2016-intl-api": import("eslint").Linter.LegacyConfig;
|
|
425
|
+
"no-new-in-es2017": import("eslint").Linter.LegacyConfig;
|
|
426
|
+
"no-new-in-es2017-intl-api": import("eslint").Linter.LegacyConfig;
|
|
427
|
+
"no-new-in-es2018": import("eslint").Linter.LegacyConfig;
|
|
428
|
+
"no-new-in-es2018-intl-api": import("eslint").Linter.LegacyConfig;
|
|
429
|
+
"no-new-in-es2019": import("eslint").Linter.LegacyConfig;
|
|
430
|
+
"no-new-in-es2019-intl-api": import("eslint").Linter.LegacyConfig;
|
|
431
|
+
"no-new-in-es2020": import("eslint").Linter.LegacyConfig;
|
|
432
|
+
"no-new-in-es2020-intl-api": import("eslint").Linter.LegacyConfig;
|
|
433
|
+
"no-new-in-es2021": import("eslint").Linter.LegacyConfig;
|
|
434
|
+
"no-new-in-es2021-intl-api": import("eslint").Linter.LegacyConfig;
|
|
435
|
+
"no-new-in-es2022": import("eslint").Linter.LegacyConfig;
|
|
436
|
+
"no-new-in-es2022-intl-api": import("eslint").Linter.LegacyConfig;
|
|
437
|
+
"no-new-in-es2023": import("eslint").Linter.LegacyConfig;
|
|
438
|
+
"no-new-in-es2023-intl-api": import("eslint").Linter.LegacyConfig;
|
|
439
|
+
"no-new-in-es2024": import("eslint").Linter.LegacyConfig;
|
|
440
|
+
"no-new-in-es2024-intl-api": import("eslint").Linter.LegacyConfig;
|
|
441
|
+
"no-new-in-es2025": import("eslint").Linter.LegacyConfig;
|
|
442
|
+
"no-new-in-es2025-intl-api": import("eslint").Linter.LegacyConfig;
|
|
443
|
+
"no-new-in-esnext": import("eslint").Linter.LegacyConfig;
|
|
444
|
+
"no-new-in-esnext-intl-api": import("eslint").Linter.LegacyConfig;
|
|
445
|
+
"no-relative-indexing-method": import("eslint").Linter.LegacyConfig;
|
|
446
|
+
"no-set-methods": import("eslint").Linter.LegacyConfig;
|
|
447
|
+
"no-string-matchall": import("eslint").Linter.LegacyConfig;
|
|
448
|
+
"no-temporal": import("eslint").Linter.LegacyConfig;
|
|
449
|
+
"no-upsert": import("eslint").Linter.LegacyConfig;
|
|
450
|
+
"restrict-to-es-intl-api-1st-edition": import("eslint").Linter.LegacyConfig;
|
|
451
|
+
"restrict-to-es3": import("eslint").Linter.LegacyConfig;
|
|
452
|
+
"restrict-to-es5": import("eslint").Linter.LegacyConfig;
|
|
453
|
+
"restrict-to-es2015": import("eslint").Linter.LegacyConfig;
|
|
454
|
+
"restrict-to-es2015-intl-api": import("eslint").Linter.LegacyConfig;
|
|
455
|
+
"restrict-to-es2016": import("eslint").Linter.LegacyConfig;
|
|
456
|
+
"restrict-to-es2016-intl-api": import("eslint").Linter.LegacyConfig;
|
|
457
|
+
"restrict-to-es2017": import("eslint").Linter.LegacyConfig;
|
|
458
|
+
"restrict-to-es2017-intl-api": import("eslint").Linter.LegacyConfig;
|
|
459
|
+
"restrict-to-es2018": import("eslint").Linter.LegacyConfig;
|
|
460
|
+
"restrict-to-es2018-intl-api": import("eslint").Linter.LegacyConfig;
|
|
461
|
+
"restrict-to-es2019": import("eslint").Linter.LegacyConfig;
|
|
462
|
+
"restrict-to-es2019-intl-api": import("eslint").Linter.LegacyConfig;
|
|
463
|
+
"restrict-to-es2020": import("eslint").Linter.LegacyConfig;
|
|
464
|
+
"restrict-to-es2020-intl-api": import("eslint").Linter.LegacyConfig;
|
|
465
|
+
"restrict-to-es2021": import("eslint").Linter.LegacyConfig;
|
|
466
|
+
"restrict-to-es2021-intl-api": import("eslint").Linter.LegacyConfig;
|
|
467
|
+
"restrict-to-es2022": import("eslint").Linter.LegacyConfig;
|
|
468
|
+
"restrict-to-es2022-intl-api": import("eslint").Linter.LegacyConfig;
|
|
469
|
+
"restrict-to-es2023": import("eslint").Linter.LegacyConfig;
|
|
470
|
+
"restrict-to-es2023-intl-api": import("eslint").Linter.LegacyConfig;
|
|
471
|
+
"restrict-to-es2024": import("eslint").Linter.LegacyConfig;
|
|
472
|
+
"restrict-to-es2024-intl-api": import("eslint").Linter.LegacyConfig;
|
|
473
|
+
readonly "no-5": import("eslint").Linter.LegacyConfig;
|
|
474
|
+
readonly "no-2015": import("eslint").Linter.LegacyConfig;
|
|
475
|
+
readonly "no-2016": import("eslint").Linter.LegacyConfig;
|
|
476
|
+
readonly "no-2017": import("eslint").Linter.LegacyConfig;
|
|
477
|
+
readonly "no-2018": import("eslint").Linter.LegacyConfig;
|
|
478
|
+
readonly "no-2019": import("eslint").Linter.LegacyConfig;
|
|
479
|
+
};
|
|
480
|
+
rules: Record<string, import("eslint").Rule.RuleModule>;
|
|
481
|
+
};
|
|
337
482
|
readonly "eslint-comments": typeof import("@eslint-community/eslint-plugin-eslint-comments");
|
|
338
483
|
readonly esm: typeof import("eslint-plugin-esm");
|
|
339
484
|
readonly "simple-import-sort": import("eslint").ESLint.Plugin;
|
|
@@ -391,6 +536,7 @@ export declare function javascript(): readonly [{
|
|
|
391
536
|
readonly "no-shadow": readonly ["error", {
|
|
392
537
|
readonly ignoreOnInitialization: true;
|
|
393
538
|
}];
|
|
539
|
+
readonly "no-unassigned-vars": "error";
|
|
394
540
|
readonly "no-unsafe-optional-chaining": readonly ["error", {
|
|
395
541
|
readonly disallowArithmeticOperators: true;
|
|
396
542
|
}];
|
|
@@ -623,6 +769,12 @@ export declare function javascript(): readonly [{
|
|
|
623
769
|
readonly "unicorn/no-accessor-recursion": "error";
|
|
624
770
|
readonly "unicorn/no-array-callback-reference": "error";
|
|
625
771
|
readonly "unicorn/no-array-method-this-argument": "error";
|
|
772
|
+
readonly "unicorn/no-array-reverse": readonly ["error", {
|
|
773
|
+
readonly allowExpressionStatement: false;
|
|
774
|
+
}];
|
|
775
|
+
readonly "unicorn/no-array-sort": readonly ["error", {
|
|
776
|
+
readonly allowExpressionStatement: false;
|
|
777
|
+
}];
|
|
626
778
|
readonly "unicorn/no-await-in-promise-methods": "error";
|
|
627
779
|
readonly "unicorn/no-for-loop": "error";
|
|
628
780
|
readonly "unicorn/no-instanceof-builtins": "error";
|
|
@@ -641,15 +793,20 @@ export declare function javascript(): readonly [{
|
|
|
641
793
|
readonly "unicorn/no-unnecessary-await": "error";
|
|
642
794
|
readonly "unicorn/no-unreadable-array-destructuring": "error";
|
|
643
795
|
readonly "unicorn/no-unreadable-iife": "error";
|
|
796
|
+
readonly "unicorn/no-useless-error-capture-stack-trace": "error";
|
|
644
797
|
readonly "unicorn/no-useless-fallback-in-spread": "error";
|
|
645
798
|
readonly "unicorn/no-useless-promise-resolve-reject": "error";
|
|
646
799
|
readonly "unicorn/no-useless-spread": "error";
|
|
647
800
|
readonly "unicorn/no-useless-switch-case": "error";
|
|
648
801
|
readonly "unicorn/no-zero-fractions": "error";
|
|
649
802
|
readonly "unicorn/prefer-array-flat-map": "error";
|
|
803
|
+
readonly "unicorn/prefer-bigint-literals": "error";
|
|
804
|
+
readonly "unicorn/prefer-class-fields": "error";
|
|
805
|
+
readonly "unicorn/prefer-classlist-toggle": "error";
|
|
650
806
|
readonly "unicorn/prefer-date-now": "error";
|
|
651
807
|
readonly "unicorn/prefer-export-from": "error";
|
|
652
808
|
readonly "unicorn/prefer-global-this": "error";
|
|
809
|
+
readonly "unicorn/prefer-import-meta-properties": "error";
|
|
653
810
|
readonly "unicorn/prefer-includes": "error";
|
|
654
811
|
readonly "unicorn/prefer-logical-operator-over-ternary": "error";
|
|
655
812
|
readonly "unicorn/prefer-math-min-max": "error";
|
|
@@ -665,6 +822,8 @@ export declare function javascript(): readonly [{
|
|
|
665
822
|
readonly "unicorn/prefer-string-slice": "error";
|
|
666
823
|
readonly "unicorn/prefer-ternary": "error";
|
|
667
824
|
readonly "unicorn/require-array-join-separator": "error";
|
|
825
|
+
readonly "unicorn/require-module-attributes": "error";
|
|
826
|
+
readonly "unicorn/require-module-specifiers": "error";
|
|
668
827
|
readonly "unicorn/require-number-to-fixed-digits-argument": "error";
|
|
669
828
|
readonly "unicorn/text-encoding-identifier-case": "error";
|
|
670
829
|
readonly "unicorn/throw-new-error": "error";
|
|
@@ -678,6 +837,7 @@ export declare function javascript(): readonly [{
|
|
|
678
837
|
readonly "@fenge/no-top-level-arrow-function": "error";
|
|
679
838
|
readonly "@fenge/no-triple-slash-directive": "error";
|
|
680
839
|
readonly "@fenge/no-unnecessary-template-string": "error";
|
|
840
|
+
readonly "@fenge/no-used-underscore-param": "error";
|
|
681
841
|
readonly "@typescript-eslint/ban-ts-comment": readonly ["error", {
|
|
682
842
|
readonly "ts-expect-error": true;
|
|
683
843
|
readonly "ts-ignore": true;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"javascript.d.ts","sourceRoot":"","sources":["../../src/config/javascript.ts"],"names":[],"mappings":"AAMA,wBAAgB,UAAU
|
|
1
|
+
{"version":3,"file":"javascript.d.ts","sourceRoot":"","sources":["../../src/config/javascript.ts"],"names":[],"mappings":"AAMA,wBAAgB,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQzB"}
|
package/dist/config/js/base.d.ts
CHANGED
|
@@ -336,12 +336,157 @@ export declare function getJsBase(): {
|
|
|
336
336
|
readonly unicorn: import("eslint").ESLint.Plugin & {
|
|
337
337
|
configs: {
|
|
338
338
|
recommended: import("eslint").Linter.FlatConfig;
|
|
339
|
+
unopinionated: import("eslint").Linter.FlatConfig;
|
|
339
340
|
all: import("eslint").Linter.FlatConfig;
|
|
340
341
|
"flat/all": import("eslint").Linter.FlatConfig;
|
|
341
342
|
"flat/recommended": import("eslint").Linter.FlatConfig;
|
|
342
343
|
};
|
|
343
344
|
};
|
|
344
|
-
readonly "es-x":
|
|
345
|
+
readonly "es-x": {
|
|
346
|
+
meta: {
|
|
347
|
+
name: string;
|
|
348
|
+
version: string;
|
|
349
|
+
};
|
|
350
|
+
configs: {
|
|
351
|
+
"flat/no-array-grouping": import("eslint").Linter.Config;
|
|
352
|
+
"flat/no-arraybuffer-base64": import("eslint").Linter.Config;
|
|
353
|
+
"flat/no-change-array-by-copy": import("eslint").Linter.Config;
|
|
354
|
+
"flat/no-class-fields": import("eslint").Linter.Config;
|
|
355
|
+
"flat/no-explicit-resource-management": import("eslint").Linter.Config;
|
|
356
|
+
"flat/no-float16array": import("eslint").Linter.Config;
|
|
357
|
+
"flat/no-import-attributes": import("eslint").Linter.Config;
|
|
358
|
+
"flat/no-intl-locale-info": import("eslint").Linter.Config;
|
|
359
|
+
"flat/no-intl-numberformat-v3": import("eslint").Linter.Config;
|
|
360
|
+
"flat/no-is-usv-string": import("eslint").Linter.Config;
|
|
361
|
+
"flat/no-iterator-helpers": import("eslint").Linter.Config;
|
|
362
|
+
"flat/no-json-parse-with-source": import("eslint").Linter.Config;
|
|
363
|
+
"flat/no-new-in-es5": import("eslint").Linter.Config;
|
|
364
|
+
"flat/no-new-in-es2015": import("eslint").Linter.Config;
|
|
365
|
+
"flat/no-new-in-es2015-intl-api": import("eslint").Linter.Config;
|
|
366
|
+
"flat/no-new-in-es2016": import("eslint").Linter.Config;
|
|
367
|
+
"flat/no-new-in-es2016-intl-api": import("eslint").Linter.Config;
|
|
368
|
+
"flat/no-new-in-es2017": import("eslint").Linter.Config;
|
|
369
|
+
"flat/no-new-in-es2017-intl-api": import("eslint").Linter.Config;
|
|
370
|
+
"flat/no-new-in-es2018": import("eslint").Linter.Config;
|
|
371
|
+
"flat/no-new-in-es2018-intl-api": import("eslint").Linter.Config;
|
|
372
|
+
"flat/no-new-in-es2019": import("eslint").Linter.Config;
|
|
373
|
+
"flat/no-new-in-es2019-intl-api": import("eslint").Linter.Config;
|
|
374
|
+
"flat/no-new-in-es2020": import("eslint").Linter.Config;
|
|
375
|
+
"flat/no-new-in-es2020-intl-api": import("eslint").Linter.Config;
|
|
376
|
+
"flat/no-new-in-es2021": import("eslint").Linter.Config;
|
|
377
|
+
"flat/no-new-in-es2021-intl-api": import("eslint").Linter.Config;
|
|
378
|
+
"flat/no-new-in-es2022": import("eslint").Linter.Config;
|
|
379
|
+
"flat/no-new-in-es2022-intl-api": import("eslint").Linter.Config;
|
|
380
|
+
"flat/no-new-in-es2023": import("eslint").Linter.Config;
|
|
381
|
+
"flat/no-new-in-es2023-intl-api": import("eslint").Linter.Config;
|
|
382
|
+
"flat/no-new-in-es2024": import("eslint").Linter.Config;
|
|
383
|
+
"flat/no-new-in-es2024-intl-api": import("eslint").Linter.Config;
|
|
384
|
+
"flat/no-new-in-es2025": import("eslint").Linter.Config;
|
|
385
|
+
"flat/no-new-in-es2025-intl-api": import("eslint").Linter.Config;
|
|
386
|
+
"flat/no-new-in-esnext": import("eslint").Linter.Config;
|
|
387
|
+
"flat/no-new-in-esnext-intl-api": import("eslint").Linter.Config;
|
|
388
|
+
"flat/no-relative-indexing-method": import("eslint").Linter.Config;
|
|
389
|
+
"flat/no-set-methods": import("eslint").Linter.Config;
|
|
390
|
+
"flat/no-string-matchall": import("eslint").Linter.Config;
|
|
391
|
+
"flat/no-temporal": import("eslint").Linter.Config;
|
|
392
|
+
"flat/no-upsert": import("eslint").Linter.Config;
|
|
393
|
+
"flat/restrict-to-es-intl-api-1st-edition": import("eslint").Linter.Config;
|
|
394
|
+
"flat/restrict-to-es3": import("eslint").Linter.Config;
|
|
395
|
+
"flat/restrict-to-es5": import("eslint").Linter.Config;
|
|
396
|
+
"flat/restrict-to-es2015": import("eslint").Linter.Config;
|
|
397
|
+
"flat/restrict-to-es2015-intl-api": import("eslint").Linter.Config;
|
|
398
|
+
"flat/restrict-to-es2016": import("eslint").Linter.Config;
|
|
399
|
+
"flat/restrict-to-es2016-intl-api": import("eslint").Linter.Config;
|
|
400
|
+
"flat/restrict-to-es2017": import("eslint").Linter.Config;
|
|
401
|
+
"flat/restrict-to-es2017-intl-api": import("eslint").Linter.Config;
|
|
402
|
+
"flat/restrict-to-es2018": import("eslint").Linter.Config;
|
|
403
|
+
"flat/restrict-to-es2018-intl-api": import("eslint").Linter.Config;
|
|
404
|
+
"flat/restrict-to-es2019": import("eslint").Linter.Config;
|
|
405
|
+
"flat/restrict-to-es2019-intl-api": import("eslint").Linter.Config;
|
|
406
|
+
"flat/restrict-to-es2020": import("eslint").Linter.Config;
|
|
407
|
+
"flat/restrict-to-es2020-intl-api": import("eslint").Linter.Config;
|
|
408
|
+
"flat/restrict-to-es2021": import("eslint").Linter.Config;
|
|
409
|
+
"flat/restrict-to-es2021-intl-api": import("eslint").Linter.Config;
|
|
410
|
+
"flat/restrict-to-es2022": import("eslint").Linter.Config;
|
|
411
|
+
"flat/restrict-to-es2022-intl-api": import("eslint").Linter.Config;
|
|
412
|
+
"flat/restrict-to-es2023": import("eslint").Linter.Config;
|
|
413
|
+
"flat/restrict-to-es2023-intl-api": import("eslint").Linter.Config;
|
|
414
|
+
"flat/restrict-to-es2024": import("eslint").Linter.Config;
|
|
415
|
+
"flat/restrict-to-es2024-intl-api": import("eslint").Linter.Config;
|
|
416
|
+
"no-array-grouping": import("eslint").Linter.LegacyConfig;
|
|
417
|
+
"no-arraybuffer-base64": import("eslint").Linter.LegacyConfig;
|
|
418
|
+
"no-change-array-by-copy": import("eslint").Linter.LegacyConfig;
|
|
419
|
+
"no-class-fields": import("eslint").Linter.LegacyConfig;
|
|
420
|
+
"no-explicit-resource-management": import("eslint").Linter.LegacyConfig;
|
|
421
|
+
"no-float16array": import("eslint").Linter.LegacyConfig;
|
|
422
|
+
"no-import-attributes": import("eslint").Linter.LegacyConfig;
|
|
423
|
+
"no-intl-locale-info": import("eslint").Linter.LegacyConfig;
|
|
424
|
+
"no-intl-numberformat-v3": import("eslint").Linter.LegacyConfig;
|
|
425
|
+
"no-is-usv-string": import("eslint").Linter.LegacyConfig;
|
|
426
|
+
"no-iterator-helpers": import("eslint").Linter.LegacyConfig;
|
|
427
|
+
"no-json-parse-with-source": import("eslint").Linter.LegacyConfig;
|
|
428
|
+
"no-new-in-es5": import("eslint").Linter.LegacyConfig;
|
|
429
|
+
"no-new-in-es2015": import("eslint").Linter.LegacyConfig;
|
|
430
|
+
"no-new-in-es2015-intl-api": import("eslint").Linter.LegacyConfig;
|
|
431
|
+
"no-new-in-es2016": import("eslint").Linter.LegacyConfig;
|
|
432
|
+
"no-new-in-es2016-intl-api": import("eslint").Linter.LegacyConfig;
|
|
433
|
+
"no-new-in-es2017": import("eslint").Linter.LegacyConfig;
|
|
434
|
+
"no-new-in-es2017-intl-api": import("eslint").Linter.LegacyConfig;
|
|
435
|
+
"no-new-in-es2018": import("eslint").Linter.LegacyConfig;
|
|
436
|
+
"no-new-in-es2018-intl-api": import("eslint").Linter.LegacyConfig;
|
|
437
|
+
"no-new-in-es2019": import("eslint").Linter.LegacyConfig;
|
|
438
|
+
"no-new-in-es2019-intl-api": import("eslint").Linter.LegacyConfig;
|
|
439
|
+
"no-new-in-es2020": import("eslint").Linter.LegacyConfig;
|
|
440
|
+
"no-new-in-es2020-intl-api": import("eslint").Linter.LegacyConfig;
|
|
441
|
+
"no-new-in-es2021": import("eslint").Linter.LegacyConfig;
|
|
442
|
+
"no-new-in-es2021-intl-api": import("eslint").Linter.LegacyConfig;
|
|
443
|
+
"no-new-in-es2022": import("eslint").Linter.LegacyConfig;
|
|
444
|
+
"no-new-in-es2022-intl-api": import("eslint").Linter.LegacyConfig;
|
|
445
|
+
"no-new-in-es2023": import("eslint").Linter.LegacyConfig;
|
|
446
|
+
"no-new-in-es2023-intl-api": import("eslint").Linter.LegacyConfig;
|
|
447
|
+
"no-new-in-es2024": import("eslint").Linter.LegacyConfig;
|
|
448
|
+
"no-new-in-es2024-intl-api": import("eslint").Linter.LegacyConfig;
|
|
449
|
+
"no-new-in-es2025": import("eslint").Linter.LegacyConfig;
|
|
450
|
+
"no-new-in-es2025-intl-api": import("eslint").Linter.LegacyConfig;
|
|
451
|
+
"no-new-in-esnext": import("eslint").Linter.LegacyConfig;
|
|
452
|
+
"no-new-in-esnext-intl-api": import("eslint").Linter.LegacyConfig;
|
|
453
|
+
"no-relative-indexing-method": import("eslint").Linter.LegacyConfig;
|
|
454
|
+
"no-set-methods": import("eslint").Linter.LegacyConfig;
|
|
455
|
+
"no-string-matchall": import("eslint").Linter.LegacyConfig;
|
|
456
|
+
"no-temporal": import("eslint").Linter.LegacyConfig;
|
|
457
|
+
"no-upsert": import("eslint").Linter.LegacyConfig;
|
|
458
|
+
"restrict-to-es-intl-api-1st-edition": import("eslint").Linter.LegacyConfig;
|
|
459
|
+
"restrict-to-es3": import("eslint").Linter.LegacyConfig;
|
|
460
|
+
"restrict-to-es5": import("eslint").Linter.LegacyConfig;
|
|
461
|
+
"restrict-to-es2015": import("eslint").Linter.LegacyConfig;
|
|
462
|
+
"restrict-to-es2015-intl-api": import("eslint").Linter.LegacyConfig;
|
|
463
|
+
"restrict-to-es2016": import("eslint").Linter.LegacyConfig;
|
|
464
|
+
"restrict-to-es2016-intl-api": import("eslint").Linter.LegacyConfig;
|
|
465
|
+
"restrict-to-es2017": import("eslint").Linter.LegacyConfig;
|
|
466
|
+
"restrict-to-es2017-intl-api": import("eslint").Linter.LegacyConfig;
|
|
467
|
+
"restrict-to-es2018": import("eslint").Linter.LegacyConfig;
|
|
468
|
+
"restrict-to-es2018-intl-api": import("eslint").Linter.LegacyConfig;
|
|
469
|
+
"restrict-to-es2019": import("eslint").Linter.LegacyConfig;
|
|
470
|
+
"restrict-to-es2019-intl-api": import("eslint").Linter.LegacyConfig;
|
|
471
|
+
"restrict-to-es2020": import("eslint").Linter.LegacyConfig;
|
|
472
|
+
"restrict-to-es2020-intl-api": import("eslint").Linter.LegacyConfig;
|
|
473
|
+
"restrict-to-es2021": import("eslint").Linter.LegacyConfig;
|
|
474
|
+
"restrict-to-es2021-intl-api": import("eslint").Linter.LegacyConfig;
|
|
475
|
+
"restrict-to-es2022": import("eslint").Linter.LegacyConfig;
|
|
476
|
+
"restrict-to-es2022-intl-api": import("eslint").Linter.LegacyConfig;
|
|
477
|
+
"restrict-to-es2023": import("eslint").Linter.LegacyConfig;
|
|
478
|
+
"restrict-to-es2023-intl-api": import("eslint").Linter.LegacyConfig;
|
|
479
|
+
"restrict-to-es2024": import("eslint").Linter.LegacyConfig;
|
|
480
|
+
"restrict-to-es2024-intl-api": import("eslint").Linter.LegacyConfig;
|
|
481
|
+
readonly "no-5": import("eslint").Linter.LegacyConfig;
|
|
482
|
+
readonly "no-2015": import("eslint").Linter.LegacyConfig;
|
|
483
|
+
readonly "no-2016": import("eslint").Linter.LegacyConfig;
|
|
484
|
+
readonly "no-2017": import("eslint").Linter.LegacyConfig;
|
|
485
|
+
readonly "no-2018": import("eslint").Linter.LegacyConfig;
|
|
486
|
+
readonly "no-2019": import("eslint").Linter.LegacyConfig;
|
|
487
|
+
};
|
|
488
|
+
rules: Record<string, import("eslint").Rule.RuleModule>;
|
|
489
|
+
};
|
|
345
490
|
readonly "eslint-comments": typeof eslintCommentsPlugin;
|
|
346
491
|
readonly esm: typeof esmPlugin;
|
|
347
492
|
readonly "simple-import-sort": import("eslint").ESLint.Plugin;
|
|
@@ -399,6 +544,7 @@ export declare function getJsBase(): {
|
|
|
399
544
|
readonly "no-shadow": readonly ["error", {
|
|
400
545
|
readonly ignoreOnInitialization: true;
|
|
401
546
|
}];
|
|
547
|
+
readonly "no-unassigned-vars": "error";
|
|
402
548
|
readonly "no-unsafe-optional-chaining": readonly ["error", {
|
|
403
549
|
readonly disallowArithmeticOperators: true;
|
|
404
550
|
}];
|
|
@@ -635,6 +781,12 @@ export declare function getJsBase(): {
|
|
|
635
781
|
readonly "unicorn/no-accessor-recursion": "error";
|
|
636
782
|
readonly "unicorn/no-array-callback-reference": "error";
|
|
637
783
|
readonly "unicorn/no-array-method-this-argument": "error";
|
|
784
|
+
readonly "unicorn/no-array-reverse": readonly ["error", {
|
|
785
|
+
readonly allowExpressionStatement: false;
|
|
786
|
+
}];
|
|
787
|
+
readonly "unicorn/no-array-sort": readonly ["error", {
|
|
788
|
+
readonly allowExpressionStatement: false;
|
|
789
|
+
}];
|
|
638
790
|
readonly "unicorn/no-await-in-promise-methods": "error";
|
|
639
791
|
readonly "unicorn/no-for-loop": "error";
|
|
640
792
|
readonly "unicorn/no-instanceof-builtins": "error";
|
|
@@ -653,15 +805,20 @@ export declare function getJsBase(): {
|
|
|
653
805
|
readonly "unicorn/no-unnecessary-await": "error";
|
|
654
806
|
readonly "unicorn/no-unreadable-array-destructuring": "error";
|
|
655
807
|
readonly "unicorn/no-unreadable-iife": "error";
|
|
808
|
+
readonly "unicorn/no-useless-error-capture-stack-trace": "error";
|
|
656
809
|
readonly "unicorn/no-useless-fallback-in-spread": "error";
|
|
657
810
|
readonly "unicorn/no-useless-promise-resolve-reject": "error";
|
|
658
811
|
readonly "unicorn/no-useless-spread": "error";
|
|
659
812
|
readonly "unicorn/no-useless-switch-case": "error";
|
|
660
813
|
readonly "unicorn/no-zero-fractions": "error";
|
|
661
814
|
readonly "unicorn/prefer-array-flat-map": "error";
|
|
815
|
+
readonly "unicorn/prefer-bigint-literals": "error";
|
|
816
|
+
readonly "unicorn/prefer-class-fields": "error";
|
|
817
|
+
readonly "unicorn/prefer-classlist-toggle": "error";
|
|
662
818
|
readonly "unicorn/prefer-date-now": "error";
|
|
663
819
|
readonly "unicorn/prefer-export-from": "error";
|
|
664
820
|
readonly "unicorn/prefer-global-this": "error";
|
|
821
|
+
readonly "unicorn/prefer-import-meta-properties": "error";
|
|
665
822
|
readonly "unicorn/prefer-includes": "error";
|
|
666
823
|
readonly "unicorn/prefer-logical-operator-over-ternary": "error";
|
|
667
824
|
readonly "unicorn/prefer-math-min-max": "error";
|
|
@@ -677,6 +834,8 @@ export declare function getJsBase(): {
|
|
|
677
834
|
readonly "unicorn/prefer-string-slice": "error";
|
|
678
835
|
readonly "unicorn/prefer-ternary": "error";
|
|
679
836
|
readonly "unicorn/require-array-join-separator": "error";
|
|
837
|
+
readonly "unicorn/require-module-attributes": "error";
|
|
838
|
+
readonly "unicorn/require-module-specifiers": "error";
|
|
680
839
|
readonly "unicorn/require-number-to-fixed-digits-argument": "error";
|
|
681
840
|
readonly "unicorn/text-encoding-identifier-case": "error";
|
|
682
841
|
readonly "unicorn/throw-new-error": "error";
|
|
@@ -690,6 +849,7 @@ export declare function getJsBase(): {
|
|
|
690
849
|
readonly "@fenge/no-top-level-arrow-function": "error";
|
|
691
850
|
readonly "@fenge/no-triple-slash-directive": "error";
|
|
692
851
|
readonly "@fenge/no-unnecessary-template-string": "error";
|
|
852
|
+
readonly "@fenge/no-used-underscore-param": "error";
|
|
693
853
|
readonly "@typescript-eslint/ban-ts-comment": readonly ["error", {
|
|
694
854
|
readonly "ts-expect-error": true;
|
|
695
855
|
readonly "ts-ignore": true;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../src/config/js/base.ts"],"names":[],"mappings":"AAAA,OAAO,oBAAoB,MAAM,iDAAiD,CAAC;AACnF,OAAO,KAAK,WAAW,MAAM,sBAAsB,CAAC;AAEpD,OAAO,QAAQ,MAAM,2BAA2B,CAAC;AAGjD,OAAO,KAAK,SAAS,MAAM,mBAAmB,CAAC;AAG/C,OAAO,OAAO,MAAM,iBAAiB,CAAC;AAEtC,OAAO,WAAW,MAAM,qBAAqB,CAAC;AAE9C,OAAO,YAAY,MAAM,sBAAsB,CAAC;AAEhD,OAAO,aAAa,MAAM,uBAAuB,CAAC;AAIlD,wBAAgB,SAAS
|
|
1
|
+
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../src/config/js/base.ts"],"names":[],"mappings":"AAAA,OAAO,oBAAoB,MAAM,iDAAiD,CAAC;AACnF,OAAO,KAAK,WAAW,MAAM,sBAAsB,CAAC;AAEpD,OAAO,QAAQ,MAAM,2BAA2B,CAAC;AAGjD,OAAO,KAAK,SAAS,MAAM,mBAAmB,CAAC;AAG/C,OAAO,OAAO,MAAM,iBAAiB,CAAC;AAEtC,OAAO,WAAW,MAAM,qBAAqB,CAAC;AAE9C,OAAO,YAAY,MAAM,sBAAsB,CAAC;AAEhD,OAAO,aAAa,MAAM,uBAAuB,CAAC;AAIlD,wBAAgB,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAyTnB;;;WAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoPR"}
|