eslint-config-un 1.0.0-alpha.39 → 1.0.0-alpha.40
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.mts +675 -675
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -15,7 +15,7 @@ import * as _stylistic_eslint_plugin0 from "@stylistic/eslint-plugin";
|
|
|
15
15
|
import * as _angular_eslint_template_parser0 from "@angular-eslint/template-parser";
|
|
16
16
|
import * as _eslint_css0 from "@eslint/css";
|
|
17
17
|
import { CSSLanguageOptions } from "@eslint/css";
|
|
18
|
-
import * as
|
|
18
|
+
import * as _eslint_markdown0 from "@eslint/markdown";
|
|
19
19
|
import * as _graphql_eslint_eslint_plugin0 from "@graphql-eslint/eslint-plugin";
|
|
20
20
|
import { IGraphQLConfig } from "@graphql-eslint/eslint-plugin";
|
|
21
21
|
import * as _html_eslint_parser0 from "@html-eslint/parser";
|
|
@@ -30,7 +30,7 @@ import { recommended } from "eslint-plugin-fast-import";
|
|
|
30
30
|
import * as eslint_plugin_import_x0 from "eslint-plugin-import-x";
|
|
31
31
|
import { ImportSettings } from "eslint-plugin-import-x";
|
|
32
32
|
import * as eslint_plugin_markdown_preferences0 from "eslint-plugin-markdown-preferences";
|
|
33
|
-
import * as
|
|
33
|
+
import * as eslint_plugin_mdx0 from "eslint-plugin-mdx";
|
|
34
34
|
import { PackageJsonPluginSettings } from "eslint-plugin-package-json";
|
|
35
35
|
import * as eslint_plugin_react0 from "eslint-plugin-react";
|
|
36
36
|
import * as eslint_plugin_regexp0 from "eslint-plugin-regexp";
|
|
@@ -43,9 +43,9 @@ import * as tailwind_csstree0 from "tailwind-csstree";
|
|
|
43
43
|
import * as toml_eslint_parser0 from "toml-eslint-parser";
|
|
44
44
|
import * as vue_eslint_parser0 from "vue-eslint-parser";
|
|
45
45
|
import * as yaml_eslint_parser0 from "yaml-eslint-parser";
|
|
46
|
-
import * as
|
|
46
|
+
import * as _eslint_core148 from "@eslint/core";
|
|
47
47
|
import { ConfigObject, Plugin as EslintPlugin, Processor as EslintProcessor, Severity as EslintSeverity } from "@eslint/core";
|
|
48
|
-
import * as
|
|
48
|
+
import * as eslint0 from "eslint";
|
|
49
49
|
import Eslint, { Linter } from "eslint";
|
|
50
50
|
import * as eslint_plugin_vuejs_accessibility_dist_rules_interactive_supports_focus0 from "eslint-plugin-vuejs-accessibility/dist/rules/interactive-supports-focus";
|
|
51
51
|
import * as eslint_plugin_svelte_lib_main0 from "eslint-plugin-svelte/lib/main";
|
|
@@ -2474,29 +2474,29 @@ declare const pluginsLoaders: {
|
|
|
2474
2474
|
})[];
|
|
2475
2475
|
};
|
|
2476
2476
|
rules: {
|
|
2477
|
-
"alt-text":
|
|
2478
|
-
"anchor-has-content":
|
|
2479
|
-
"aria-props":
|
|
2480
|
-
"aria-role":
|
|
2481
|
-
"aria-unsupported-elements":
|
|
2482
|
-
"click-events-have-key-events":
|
|
2483
|
-
"form-control-has-label":
|
|
2484
|
-
"heading-has-content":
|
|
2485
|
-
"iframe-has-title":
|
|
2477
|
+
"alt-text": eslint0.Rule.RuleModule;
|
|
2478
|
+
"anchor-has-content": eslint0.Rule.RuleModule;
|
|
2479
|
+
"aria-props": eslint0.Rule.RuleModule;
|
|
2480
|
+
"aria-role": eslint0.Rule.RuleModule;
|
|
2481
|
+
"aria-unsupported-elements": eslint0.Rule.RuleModule;
|
|
2482
|
+
"click-events-have-key-events": eslint0.Rule.RuleModule;
|
|
2483
|
+
"form-control-has-label": eslint0.Rule.RuleModule;
|
|
2484
|
+
"heading-has-content": eslint0.Rule.RuleModule;
|
|
2485
|
+
"iframe-has-title": eslint0.Rule.RuleModule;
|
|
2486
2486
|
"interactive-supports-focus": eslint_plugin_vuejs_accessibility_dist_rules_interactive_supports_focus0.InteractiveSupportsFocus;
|
|
2487
|
-
"label-has-for":
|
|
2488
|
-
"media-has-caption":
|
|
2489
|
-
"mouse-events-have-key-events":
|
|
2490
|
-
"no-access-key":
|
|
2491
|
-
"no-aria-hidden-on-focusable":
|
|
2492
|
-
"no-autofocus":
|
|
2493
|
-
"no-distracting-elements":
|
|
2494
|
-
"no-onchange":
|
|
2495
|
-
"no-redundant-roles":
|
|
2496
|
-
"no-role-presentation-on-focusable":
|
|
2497
|
-
"no-static-element-interactions":
|
|
2498
|
-
"role-has-required-aria-props":
|
|
2499
|
-
"tabindex-no-positive":
|
|
2487
|
+
"label-has-for": eslint0.Rule.RuleModule;
|
|
2488
|
+
"media-has-caption": eslint0.Rule.RuleModule;
|
|
2489
|
+
"mouse-events-have-key-events": eslint0.Rule.RuleModule;
|
|
2490
|
+
"no-access-key": eslint0.Rule.RuleModule;
|
|
2491
|
+
"no-aria-hidden-on-focusable": eslint0.Rule.RuleModule;
|
|
2492
|
+
"no-autofocus": eslint0.Rule.RuleModule;
|
|
2493
|
+
"no-distracting-elements": eslint0.Rule.RuleModule;
|
|
2494
|
+
"no-onchange": eslint0.Rule.RuleModule;
|
|
2495
|
+
"no-redundant-roles": eslint0.Rule.RuleModule;
|
|
2496
|
+
"no-role-presentation-on-focusable": eslint0.Rule.RuleModule;
|
|
2497
|
+
"no-static-element-interactions": eslint0.Rule.RuleModule;
|
|
2498
|
+
"role-has-required-aria-props": eslint0.Rule.RuleModule;
|
|
2499
|
+
"tabindex-no-positive": eslint0.Rule.RuleModule;
|
|
2500
2500
|
};
|
|
2501
2501
|
} | null;
|
|
2502
2502
|
}>;
|
|
@@ -2513,21 +2513,21 @@ declare const pluginsLoaders: {
|
|
|
2513
2513
|
module: {
|
|
2514
2514
|
meta: any;
|
|
2515
2515
|
configs: {
|
|
2516
|
-
base:
|
|
2517
|
-
"vue2-essential":
|
|
2518
|
-
"vue2-strongly-recommended":
|
|
2519
|
-
"vue2-recommended":
|
|
2520
|
-
essential:
|
|
2521
|
-
"strongly-recommended":
|
|
2522
|
-
recommended:
|
|
2523
|
-
"flat/base":
|
|
2524
|
-
"flat/vue2-essential":
|
|
2525
|
-
"flat/vue2-strongly-recommended":
|
|
2526
|
-
"flat/vue2-recommended":
|
|
2527
|
-
"flat/essential":
|
|
2528
|
-
"flat/strongly-recommended":
|
|
2529
|
-
"flat/recommended":
|
|
2530
|
-
"no-layout-rules":
|
|
2516
|
+
base: eslint0.Linter.LegacyConfig;
|
|
2517
|
+
"vue2-essential": eslint0.Linter.LegacyConfig;
|
|
2518
|
+
"vue2-strongly-recommended": eslint0.Linter.LegacyConfig;
|
|
2519
|
+
"vue2-recommended": eslint0.Linter.LegacyConfig;
|
|
2520
|
+
essential: eslint0.Linter.LegacyConfig;
|
|
2521
|
+
"strongly-recommended": eslint0.Linter.LegacyConfig;
|
|
2522
|
+
recommended: eslint0.Linter.LegacyConfig;
|
|
2523
|
+
"flat/base": eslint0.Linter.FlatConfig[];
|
|
2524
|
+
"flat/vue2-essential": eslint0.Linter.FlatConfig[];
|
|
2525
|
+
"flat/vue2-strongly-recommended": eslint0.Linter.FlatConfig[];
|
|
2526
|
+
"flat/vue2-recommended": eslint0.Linter.FlatConfig[];
|
|
2527
|
+
"flat/essential": eslint0.Linter.FlatConfig[];
|
|
2528
|
+
"flat/strongly-recommended": eslint0.Linter.FlatConfig[];
|
|
2529
|
+
"flat/recommended": eslint0.Linter.FlatConfig[];
|
|
2530
|
+
"no-layout-rules": eslint0.Linter.LegacyConfig;
|
|
2531
2531
|
};
|
|
2532
2532
|
rules: Record<string, any>;
|
|
2533
2533
|
processors: {
|
|
@@ -2545,7 +2545,7 @@ declare const pluginsLoaders: {
|
|
|
2545
2545
|
readonly name: "vitest";
|
|
2546
2546
|
readonly version: string;
|
|
2547
2547
|
};
|
|
2548
|
-
readonly rules: Record<string,
|
|
2548
|
+
readonly rules: Record<string, eslint0.Rule.RuleModule>;
|
|
2549
2549
|
readonly environments: {
|
|
2550
2550
|
readonly env: {
|
|
2551
2551
|
readonly globals: {
|
|
@@ -2581,7 +2581,7 @@ declare const pluginsLoaders: {
|
|
|
2581
2581
|
readonly recommended: {
|
|
2582
2582
|
readonly name: "vitest/recommended";
|
|
2583
2583
|
readonly plugins: {
|
|
2584
|
-
readonly vitest:
|
|
2584
|
+
readonly vitest: eslint0.ESLint.Plugin;
|
|
2585
2585
|
};
|
|
2586
2586
|
readonly rules: {
|
|
2587
2587
|
readonly "vitest/expect-expect": "error";
|
|
@@ -2598,7 +2598,7 @@ declare const pluginsLoaders: {
|
|
|
2598
2598
|
readonly all: {
|
|
2599
2599
|
readonly name: "vitest/all";
|
|
2600
2600
|
readonly plugins: {
|
|
2601
|
-
readonly vitest:
|
|
2601
|
+
readonly vitest: eslint0.ESLint.Plugin;
|
|
2602
2602
|
};
|
|
2603
2603
|
readonly rules: {
|
|
2604
2604
|
readonly "vitest/consistent-test-filename": "warn";
|
|
@@ -2739,8 +2739,8 @@ declare const pluginsLoaders: {
|
|
|
2739
2739
|
};
|
|
2740
2740
|
rules: {
|
|
2741
2741
|
[x: string]: {
|
|
2742
|
-
create: (context: eslint_plugin_turbo0.RuleContextWithOptions) =>
|
|
2743
|
-
meta:
|
|
2742
|
+
create: (context: eslint_plugin_turbo0.RuleContextWithOptions) => eslint0.Rule.RuleListener;
|
|
2743
|
+
meta: eslint0.Rule.RuleMetaData;
|
|
2744
2744
|
};
|
|
2745
2745
|
};
|
|
2746
2746
|
configs: {
|
|
@@ -2757,7 +2757,7 @@ declare const pluginsLoaders: {
|
|
|
2757
2757
|
};
|
|
2758
2758
|
"flat/recommended": {
|
|
2759
2759
|
plugins: {
|
|
2760
|
-
readonly turbo:
|
|
2760
|
+
readonly turbo: eslint0.ESLint.Plugin;
|
|
2761
2761
|
};
|
|
2762
2762
|
name: string;
|
|
2763
2763
|
rules: {
|
|
@@ -2794,21 +2794,21 @@ declare const pluginsLoaders: {
|
|
|
2794
2794
|
version: string;
|
|
2795
2795
|
};
|
|
2796
2796
|
configs: {
|
|
2797
|
-
angular:
|
|
2798
|
-
dom:
|
|
2799
|
-
marko:
|
|
2800
|
-
react:
|
|
2801
|
-
svelte:
|
|
2802
|
-
vue:
|
|
2803
|
-
"flat/angular":
|
|
2804
|
-
"flat/dom":
|
|
2805
|
-
"flat/marko":
|
|
2806
|
-
"flat/react":
|
|
2807
|
-
"flat/svelte":
|
|
2808
|
-
"flat/vue":
|
|
2797
|
+
angular: eslint0.Linter.LegacyConfig;
|
|
2798
|
+
dom: eslint0.Linter.LegacyConfig;
|
|
2799
|
+
marko: eslint0.Linter.LegacyConfig;
|
|
2800
|
+
react: eslint0.Linter.LegacyConfig;
|
|
2801
|
+
svelte: eslint0.Linter.LegacyConfig;
|
|
2802
|
+
vue: eslint0.Linter.LegacyConfig;
|
|
2803
|
+
"flat/angular": eslint0.Linter.FlatConfig;
|
|
2804
|
+
"flat/dom": eslint0.Linter.FlatConfig;
|
|
2805
|
+
"flat/marko": eslint0.Linter.FlatConfig;
|
|
2806
|
+
"flat/react": eslint0.Linter.FlatConfig;
|
|
2807
|
+
"flat/svelte": eslint0.Linter.FlatConfig;
|
|
2808
|
+
"flat/vue": eslint0.Linter.FlatConfig;
|
|
2809
2809
|
};
|
|
2810
2810
|
rules: {
|
|
2811
|
-
[key: string]:
|
|
2811
|
+
[key: string]: eslint0.Rule.RuleModule;
|
|
2812
2812
|
};
|
|
2813
2813
|
} | null;
|
|
2814
2814
|
}>;
|
|
@@ -2836,279 +2836,279 @@ declare const pluginsLoaders: {
|
|
|
2836
2836
|
packageName: "eslint-plugin-sonarjs";
|
|
2837
2837
|
module: {
|
|
2838
2838
|
rules: {
|
|
2839
|
-
"function-name":
|
|
2840
|
-
"class-name":
|
|
2841
|
-
"max-lines":
|
|
2842
|
-
"no-tab":
|
|
2843
|
-
"variable-name":
|
|
2844
|
-
"comment-regex":
|
|
2845
|
-
"no-commented-code":
|
|
2846
|
-
"elseif-without-else":
|
|
2847
|
-
"no-fallthrough":
|
|
2848
|
-
"nested-control-flow":
|
|
2849
|
-
"too-many-break-or-continue-in-loop":
|
|
2850
|
-
"max-lines-per-function":
|
|
2851
|
-
"no-nested-incdec":
|
|
2852
|
-
"no-equals-in-for-termination":
|
|
2853
|
-
"no-extra-arguments":
|
|
2854
|
-
"no-collapsible-if":
|
|
2855
|
-
"expression-complexity":
|
|
2856
|
-
"no-redundant-parentheses":
|
|
2857
|
-
"no-labels":
|
|
2858
|
-
"no-nested-assignment":
|
|
2859
|
-
"no-redundant-boolean":
|
|
2860
|
-
"prefer-single-boolean-return":
|
|
2861
|
-
"unused-import":
|
|
2862
|
-
"fixme-tag":
|
|
2863
|
-
"todo-tag":
|
|
2864
|
-
"useless-string-operation":
|
|
2865
|
-
"no-unused-function-argument":
|
|
2866
|
-
"no-duplicate-string":
|
|
2867
|
-
"no-case-label-in-switch":
|
|
2868
|
-
"no-parameter-reassignment":
|
|
2869
|
-
"prefer-while":
|
|
2870
|
-
"no-sonar-comments":
|
|
2871
|
-
"no-small-switch":
|
|
2872
|
-
"no-hardcoded-ip":
|
|
2873
|
-
"label-position":
|
|
2874
|
-
"public-static-readonly":
|
|
2875
|
-
"file-header":
|
|
2876
|
-
"call-argument-line":
|
|
2877
|
-
"max-switch-cases":
|
|
2878
|
-
"no-unused-vars":
|
|
2879
|
-
"prefer-immediate-return":
|
|
2880
|
-
"function-inside-loop":
|
|
2881
|
-
"code-eval":
|
|
2882
|
-
"no-variable-usage-before-declaration":
|
|
2883
|
-
"future-reserved-words":
|
|
2884
|
-
"array-constructor":
|
|
2885
|
-
"bitwise-operators":
|
|
2886
|
-
"no-function-declaration-in-block":
|
|
2887
|
-
"no-primitive-wrappers":
|
|
2888
|
-
"for-in":
|
|
2889
|
-
"cyclomatic-complexity":
|
|
2890
|
-
"no-skipped-tests":
|
|
2891
|
-
"no-identical-expressions":
|
|
2892
|
-
"no-nested-switch":
|
|
2893
|
-
"constructor-for-side-effects":
|
|
2894
|
-
"no-dead-store":
|
|
2895
|
-
"no-identical-conditions":
|
|
2896
|
-
"no-duplicated-branches":
|
|
2897
|
-
deprecation:
|
|
2898
|
-
"no-inverted-boolean-check":
|
|
2899
|
-
"misplaced-loop-counter":
|
|
2900
|
-
"no-nested-functions":
|
|
2901
|
-
"no-hardcoded-passwords":
|
|
2902
|
-
"sql-queries":
|
|
2903
|
-
"insecure-cookie":
|
|
2904
|
-
"no-useless-increment":
|
|
2905
|
-
"no-globals-shadowing":
|
|
2906
|
-
"no-undefined-assignment":
|
|
2907
|
-
"no-empty-test-file":
|
|
2908
|
-
"no-ignored-return":
|
|
2909
|
-
"no-wildcard-import":
|
|
2910
|
-
"arguments-order":
|
|
2911
|
-
"pseudo-random":
|
|
2912
|
-
"for-loop-increment-sign":
|
|
2913
|
-
cookies:
|
|
2914
|
-
"null-dereference":
|
|
2915
|
-
"no-selector-parameter":
|
|
2916
|
-
"updated-loop-counter":
|
|
2917
|
-
"block-scoped-var":
|
|
2918
|
-
"no-built-in-override":
|
|
2919
|
-
"prefer-object-literal":
|
|
2920
|
-
"no-ignored-exceptions":
|
|
2921
|
-
"no-gratuitous-expressions":
|
|
2922
|
-
"file-uploads":
|
|
2923
|
-
"file-permissions":
|
|
2924
|
-
"no-empty-character-class":
|
|
2925
|
-
"no-unenclosed-multiline-block":
|
|
2926
|
-
"index-of-compare-to-positive-number":
|
|
2927
|
-
"assertions-in-tests":
|
|
2928
|
-
"no-implicit-global":
|
|
2929
|
-
"no-useless-catch":
|
|
2930
|
-
"xml-parser-xxe":
|
|
2931
|
-
"non-existent-operator":
|
|
2932
|
-
"web-sql-database":
|
|
2933
|
-
"post-message":
|
|
2934
|
-
"no-array-delete":
|
|
2935
|
-
"no-alphabetical-sort":
|
|
2936
|
-
"no-incomplete-assertions":
|
|
2937
|
-
"no-global-this":
|
|
2938
|
-
"new-operator-misuse":
|
|
2939
|
-
"no-delete-var":
|
|
2940
|
-
"strings-comparison":
|
|
2941
|
-
"file-name-differ-from-class":
|
|
2942
|
-
"cookie-no-httponly":
|
|
2943
|
-
"no-nested-conditional":
|
|
2944
|
-
"no-incorrect-string-concat":
|
|
2945
|
-
"different-types-comparison":
|
|
2946
|
-
"inverted-assertion-arguments":
|
|
2947
|
-
"shorthand-property-grouping":
|
|
2948
|
-
"updated-const-var":
|
|
2949
|
-
"arguments-usage":
|
|
2950
|
-
"destructuring-assignment-syntax":
|
|
2951
|
-
"no-invariant-returns":
|
|
2952
|
-
"arrow-function-convention":
|
|
2953
|
-
"class-prototype":
|
|
2954
|
-
"generator-without-yield":
|
|
2955
|
-
"no-require-or-define":
|
|
2956
|
-
"no-associative-arrays":
|
|
2957
|
-
"comma-or-logical-or-case":
|
|
2958
|
-
"no-redundant-jump":
|
|
2959
|
-
"inconsistent-function-call":
|
|
2960
|
-
"no-use-of-empty-return-value":
|
|
2839
|
+
"function-name": eslint0.Rule.RuleModule;
|
|
2840
|
+
"class-name": eslint0.Rule.RuleModule;
|
|
2841
|
+
"max-lines": eslint0.Rule.RuleModule;
|
|
2842
|
+
"no-tab": eslint0.Rule.RuleModule;
|
|
2843
|
+
"variable-name": eslint0.Rule.RuleModule;
|
|
2844
|
+
"comment-regex": eslint0.Rule.RuleModule;
|
|
2845
|
+
"no-commented-code": eslint0.Rule.RuleModule;
|
|
2846
|
+
"elseif-without-else": eslint0.Rule.RuleModule;
|
|
2847
|
+
"no-fallthrough": eslint0.Rule.RuleModule;
|
|
2848
|
+
"nested-control-flow": eslint0.Rule.RuleModule;
|
|
2849
|
+
"too-many-break-or-continue-in-loop": eslint0.Rule.RuleModule;
|
|
2850
|
+
"max-lines-per-function": eslint0.Rule.RuleModule;
|
|
2851
|
+
"no-nested-incdec": eslint0.Rule.RuleModule;
|
|
2852
|
+
"no-equals-in-for-termination": eslint0.Rule.RuleModule;
|
|
2853
|
+
"no-extra-arguments": eslint0.Rule.RuleModule;
|
|
2854
|
+
"no-collapsible-if": eslint0.Rule.RuleModule;
|
|
2855
|
+
"expression-complexity": eslint0.Rule.RuleModule;
|
|
2856
|
+
"no-redundant-parentheses": eslint0.Rule.RuleModule;
|
|
2857
|
+
"no-labels": eslint0.Rule.RuleModule;
|
|
2858
|
+
"no-nested-assignment": eslint0.Rule.RuleModule;
|
|
2859
|
+
"no-redundant-boolean": eslint0.Rule.RuleModule;
|
|
2860
|
+
"prefer-single-boolean-return": eslint0.Rule.RuleModule;
|
|
2861
|
+
"unused-import": eslint0.Rule.RuleModule;
|
|
2862
|
+
"fixme-tag": eslint0.Rule.RuleModule;
|
|
2863
|
+
"todo-tag": eslint0.Rule.RuleModule;
|
|
2864
|
+
"useless-string-operation": eslint0.Rule.RuleModule;
|
|
2865
|
+
"no-unused-function-argument": eslint0.Rule.RuleModule;
|
|
2866
|
+
"no-duplicate-string": eslint0.Rule.RuleModule;
|
|
2867
|
+
"no-case-label-in-switch": eslint0.Rule.RuleModule;
|
|
2868
|
+
"no-parameter-reassignment": eslint0.Rule.RuleModule;
|
|
2869
|
+
"prefer-while": eslint0.Rule.RuleModule;
|
|
2870
|
+
"no-sonar-comments": eslint0.Rule.RuleModule;
|
|
2871
|
+
"no-small-switch": eslint0.Rule.RuleModule;
|
|
2872
|
+
"no-hardcoded-ip": eslint0.Rule.RuleModule;
|
|
2873
|
+
"label-position": eslint0.Rule.RuleModule;
|
|
2874
|
+
"public-static-readonly": eslint0.Rule.RuleModule;
|
|
2875
|
+
"file-header": eslint0.Rule.RuleModule;
|
|
2876
|
+
"call-argument-line": eslint0.Rule.RuleModule;
|
|
2877
|
+
"max-switch-cases": eslint0.Rule.RuleModule;
|
|
2878
|
+
"no-unused-vars": eslint0.Rule.RuleModule;
|
|
2879
|
+
"prefer-immediate-return": eslint0.Rule.RuleModule;
|
|
2880
|
+
"function-inside-loop": eslint0.Rule.RuleModule;
|
|
2881
|
+
"code-eval": eslint0.Rule.RuleModule;
|
|
2882
|
+
"no-variable-usage-before-declaration": eslint0.Rule.RuleModule;
|
|
2883
|
+
"future-reserved-words": eslint0.Rule.RuleModule;
|
|
2884
|
+
"array-constructor": eslint0.Rule.RuleModule;
|
|
2885
|
+
"bitwise-operators": eslint0.Rule.RuleModule;
|
|
2886
|
+
"no-function-declaration-in-block": eslint0.Rule.RuleModule;
|
|
2887
|
+
"no-primitive-wrappers": eslint0.Rule.RuleModule;
|
|
2888
|
+
"for-in": eslint0.Rule.RuleModule;
|
|
2889
|
+
"cyclomatic-complexity": eslint0.Rule.RuleModule;
|
|
2890
|
+
"no-skipped-tests": eslint0.Rule.RuleModule;
|
|
2891
|
+
"no-identical-expressions": eslint0.Rule.RuleModule;
|
|
2892
|
+
"no-nested-switch": eslint0.Rule.RuleModule;
|
|
2893
|
+
"constructor-for-side-effects": eslint0.Rule.RuleModule;
|
|
2894
|
+
"no-dead-store": eslint0.Rule.RuleModule;
|
|
2895
|
+
"no-identical-conditions": eslint0.Rule.RuleModule;
|
|
2896
|
+
"no-duplicated-branches": eslint0.Rule.RuleModule;
|
|
2897
|
+
deprecation: eslint0.Rule.RuleModule;
|
|
2898
|
+
"no-inverted-boolean-check": eslint0.Rule.RuleModule;
|
|
2899
|
+
"misplaced-loop-counter": eslint0.Rule.RuleModule;
|
|
2900
|
+
"no-nested-functions": eslint0.Rule.RuleModule;
|
|
2901
|
+
"no-hardcoded-passwords": eslint0.Rule.RuleModule;
|
|
2902
|
+
"sql-queries": eslint0.Rule.RuleModule;
|
|
2903
|
+
"insecure-cookie": eslint0.Rule.RuleModule;
|
|
2904
|
+
"no-useless-increment": eslint0.Rule.RuleModule;
|
|
2905
|
+
"no-globals-shadowing": eslint0.Rule.RuleModule;
|
|
2906
|
+
"no-undefined-assignment": eslint0.Rule.RuleModule;
|
|
2907
|
+
"no-empty-test-file": eslint0.Rule.RuleModule;
|
|
2908
|
+
"no-ignored-return": eslint0.Rule.RuleModule;
|
|
2909
|
+
"no-wildcard-import": eslint0.Rule.RuleModule;
|
|
2910
|
+
"arguments-order": eslint0.Rule.RuleModule;
|
|
2911
|
+
"pseudo-random": eslint0.Rule.RuleModule;
|
|
2912
|
+
"for-loop-increment-sign": eslint0.Rule.RuleModule;
|
|
2913
|
+
cookies: eslint0.Rule.RuleModule;
|
|
2914
|
+
"null-dereference": eslint0.Rule.RuleModule;
|
|
2915
|
+
"no-selector-parameter": eslint0.Rule.RuleModule;
|
|
2916
|
+
"updated-loop-counter": eslint0.Rule.RuleModule;
|
|
2917
|
+
"block-scoped-var": eslint0.Rule.RuleModule;
|
|
2918
|
+
"no-built-in-override": eslint0.Rule.RuleModule;
|
|
2919
|
+
"prefer-object-literal": eslint0.Rule.RuleModule;
|
|
2920
|
+
"no-ignored-exceptions": eslint0.Rule.RuleModule;
|
|
2921
|
+
"no-gratuitous-expressions": eslint0.Rule.RuleModule;
|
|
2922
|
+
"file-uploads": eslint0.Rule.RuleModule;
|
|
2923
|
+
"file-permissions": eslint0.Rule.RuleModule;
|
|
2924
|
+
"no-empty-character-class": eslint0.Rule.RuleModule;
|
|
2925
|
+
"no-unenclosed-multiline-block": eslint0.Rule.RuleModule;
|
|
2926
|
+
"index-of-compare-to-positive-number": eslint0.Rule.RuleModule;
|
|
2927
|
+
"assertions-in-tests": eslint0.Rule.RuleModule;
|
|
2928
|
+
"no-implicit-global": eslint0.Rule.RuleModule;
|
|
2929
|
+
"no-useless-catch": eslint0.Rule.RuleModule;
|
|
2930
|
+
"xml-parser-xxe": eslint0.Rule.RuleModule;
|
|
2931
|
+
"non-existent-operator": eslint0.Rule.RuleModule;
|
|
2932
|
+
"web-sql-database": eslint0.Rule.RuleModule;
|
|
2933
|
+
"post-message": eslint0.Rule.RuleModule;
|
|
2934
|
+
"no-array-delete": eslint0.Rule.RuleModule;
|
|
2935
|
+
"no-alphabetical-sort": eslint0.Rule.RuleModule;
|
|
2936
|
+
"no-incomplete-assertions": eslint0.Rule.RuleModule;
|
|
2937
|
+
"no-global-this": eslint0.Rule.RuleModule;
|
|
2938
|
+
"new-operator-misuse": eslint0.Rule.RuleModule;
|
|
2939
|
+
"no-delete-var": eslint0.Rule.RuleModule;
|
|
2940
|
+
"strings-comparison": eslint0.Rule.RuleModule;
|
|
2941
|
+
"file-name-differ-from-class": eslint0.Rule.RuleModule;
|
|
2942
|
+
"cookie-no-httponly": eslint0.Rule.RuleModule;
|
|
2943
|
+
"no-nested-conditional": eslint0.Rule.RuleModule;
|
|
2944
|
+
"no-incorrect-string-concat": eslint0.Rule.RuleModule;
|
|
2945
|
+
"different-types-comparison": eslint0.Rule.RuleModule;
|
|
2946
|
+
"inverted-assertion-arguments": eslint0.Rule.RuleModule;
|
|
2947
|
+
"shorthand-property-grouping": eslint0.Rule.RuleModule;
|
|
2948
|
+
"updated-const-var": eslint0.Rule.RuleModule;
|
|
2949
|
+
"arguments-usage": eslint0.Rule.RuleModule;
|
|
2950
|
+
"destructuring-assignment-syntax": eslint0.Rule.RuleModule;
|
|
2951
|
+
"no-invariant-returns": eslint0.Rule.RuleModule;
|
|
2952
|
+
"arrow-function-convention": eslint0.Rule.RuleModule;
|
|
2953
|
+
"class-prototype": eslint0.Rule.RuleModule;
|
|
2954
|
+
"generator-without-yield": eslint0.Rule.RuleModule;
|
|
2955
|
+
"no-require-or-define": eslint0.Rule.RuleModule;
|
|
2956
|
+
"no-associative-arrays": eslint0.Rule.RuleModule;
|
|
2957
|
+
"comma-or-logical-or-case": eslint0.Rule.RuleModule;
|
|
2958
|
+
"no-redundant-jump": eslint0.Rule.RuleModule;
|
|
2959
|
+
"inconsistent-function-call": eslint0.Rule.RuleModule;
|
|
2960
|
+
"no-use-of-empty-return-value": eslint0.Rule.RuleModule;
|
|
2961
2961
|
"enforce-trailing-comma": {
|
|
2962
|
-
meta:
|
|
2963
|
-
create(context:
|
|
2962
|
+
meta: _eslint_core148.RulesMeta<string, unknown[], unknown>;
|
|
2963
|
+
create(context: eslint0.Rule.RuleContext): eslint0.Rule.NodeListener;
|
|
2964
2964
|
};
|
|
2965
|
-
"void-use":
|
|
2966
|
-
"operation-returning-nan":
|
|
2967
|
-
"values-not-convertible-to-numbers":
|
|
2968
|
-
"non-number-in-arithmetic-expression":
|
|
2969
|
-
"cognitive-complexity":
|
|
2970
|
-
"argument-type":
|
|
2971
|
-
"in-operator-type-error":
|
|
2972
|
-
"array-callback-without-return":
|
|
2973
|
-
"declarations-in-global-scope":
|
|
2974
|
-
"function-return-type":
|
|
2975
|
-
"no-inconsistent-returns":
|
|
2976
|
-
"no-reference-error":
|
|
2977
|
-
"super-invocation":
|
|
2978
|
-
"no-all-duplicated-branches":
|
|
2979
|
-
"no-same-line-conditional":
|
|
2980
|
-
"conditional-indentation":
|
|
2981
|
-
"no-collection-size-mischeck":
|
|
2982
|
-
"no-unthrown-error":
|
|
2983
|
-
"no-unused-collection":
|
|
2984
|
-
"no-os-command-from-path":
|
|
2985
|
-
"no-misleading-array-reverse":
|
|
2986
|
-
"no-for-in-iterable":
|
|
2987
|
-
"no-element-overwrite":
|
|
2988
|
-
"no-identical-functions":
|
|
2989
|
-
"no-empty-collection":
|
|
2990
|
-
"no-redundant-assignments":
|
|
2991
|
-
"prefer-type-guard":
|
|
2992
|
-
"use-type-alias":
|
|
2993
|
-
"no-return-type-any":
|
|
2994
|
-
"no-implicit-dependencies":
|
|
2995
|
-
"no-useless-intersection":
|
|
2996
|
-
"weak-ssl":
|
|
2997
|
-
"no-weak-keys":
|
|
2998
|
-
csrf:
|
|
2999
|
-
"production-debug":
|
|
3000
|
-
"prefer-default-last":
|
|
3001
|
-
"no-in-misuse":
|
|
3002
|
-
"no-duplicate-in-composite":
|
|
3003
|
-
"max-union-size":
|
|
3004
|
-
"no-undefined-argument":
|
|
3005
|
-
"no-nested-template-literals":
|
|
3006
|
-
"prefer-promise-shorthand":
|
|
3007
|
-
"os-command":
|
|
3008
|
-
"no-redundant-optional":
|
|
3009
|
-
"regular-expr":
|
|
3010
|
-
encryption:
|
|
3011
|
-
hashing:
|
|
3012
|
-
"bool-param-default":
|
|
3013
|
-
xpath:
|
|
3014
|
-
sockets:
|
|
3015
|
-
"no-try-promise":
|
|
3016
|
-
"process-argv":
|
|
3017
|
-
"standard-input":
|
|
3018
|
-
"unverified-certificate":
|
|
3019
|
-
"no-unsafe-unzip":
|
|
3020
|
-
cors:
|
|
3021
|
-
"link-with-target-blank":
|
|
3022
|
-
"disabled-auto-escaping":
|
|
3023
|
-
"table-header":
|
|
3024
|
-
"no-table-as-layout":
|
|
3025
|
-
"table-header-reference":
|
|
3026
|
-
"object-alt-content":
|
|
3027
|
-
"no-clear-text-protocols":
|
|
3028
|
-
"publicly-writable-directories":
|
|
3029
|
-
"unverified-hostname":
|
|
3030
|
-
"encryption-secure-mode":
|
|
3031
|
-
"no-weak-cipher":
|
|
3032
|
-
"no-intrusive-permissions":
|
|
3033
|
-
"insecure-jwt-token":
|
|
3034
|
-
"x-powered-by":
|
|
3035
|
-
"hidden-files":
|
|
3036
|
-
"content-length":
|
|
3037
|
-
"disabled-resource-integrity":
|
|
3038
|
-
"content-security-policy":
|
|
3039
|
-
"no-mixed-content":
|
|
3040
|
-
"frame-ancestors":
|
|
3041
|
-
"no-mime-sniff":
|
|
3042
|
-
"no-referrer-policy":
|
|
3043
|
-
"strict-transport-security":
|
|
3044
|
-
"certificate-transparency":
|
|
3045
|
-
"dns-prefetching":
|
|
3046
|
-
"confidential-information-logging":
|
|
3047
|
-
"no-ip-forward":
|
|
3048
|
-
"empty-string-repetition":
|
|
3049
|
-
"regex-complexity":
|
|
3050
|
-
"anchor-precedence":
|
|
3051
|
-
"slow-regex":
|
|
3052
|
-
"no-invalid-regexp":
|
|
3053
|
-
"unused-named-groups":
|
|
3054
|
-
"no-same-argument-assert":
|
|
3055
|
-
"unicode-aware-regex":
|
|
3056
|
-
"no-misleading-character-class":
|
|
3057
|
-
"duplicates-in-character-class":
|
|
3058
|
-
"session-regeneration":
|
|
3059
|
-
"test-check-exception":
|
|
3060
|
-
"stable-tests":
|
|
3061
|
-
"no-empty-after-reluctant":
|
|
3062
|
-
"single-character-alternation":
|
|
3063
|
-
"no-code-after-done":
|
|
3064
|
-
"disabled-timeout":
|
|
3065
|
-
"chai-determinate-assertion":
|
|
3066
|
-
"aws-s3-bucket-server-encryption":
|
|
3067
|
-
"aws-s3-bucket-insecure-http":
|
|
3068
|
-
"aws-s3-bucket-versioning":
|
|
3069
|
-
"aws-s3-bucket-granted-access":
|
|
3070
|
-
"no-angular-bypass-sanitization":
|
|
3071
|
-
"aws-iam-public-access":
|
|
3072
|
-
"aws-ec2-unencrypted-ebs-volume":
|
|
3073
|
-
"aws-s3-bucket-public-access":
|
|
3074
|
-
"no-vue-bypass-sanitization":
|
|
3075
|
-
"aws-iam-all-privileges":
|
|
3076
|
-
"aws-rds-unencrypted-databases":
|
|
3077
|
-
"aws-iam-all-resources-accessible":
|
|
3078
|
-
"aws-opensearchservice-domain":
|
|
3079
|
-
"aws-iam-privilege-escalation":
|
|
3080
|
-
"aws-sagemaker-unencrypted-notebook":
|
|
3081
|
-
"aws-restricted-ip-admin-access":
|
|
3082
|
-
"no-empty-alternatives":
|
|
3083
|
-
"no-control-regex":
|
|
3084
|
-
"no-regex-spaces":
|
|
3085
|
-
"aws-sns-unencrypted-topics":
|
|
3086
|
-
"existing-groups":
|
|
3087
|
-
"aws-ec2-rds-dms-public":
|
|
3088
|
-
"aws-sqs-unencrypted-queue":
|
|
3089
|
-
"no-empty-group":
|
|
3090
|
-
"aws-efs-unencrypted":
|
|
3091
|
-
"aws-apigateway-public-api":
|
|
3092
|
-
"stateful-regex":
|
|
3093
|
-
"concise-regex":
|
|
3094
|
-
"single-char-in-character-classes":
|
|
3095
|
-
"no-hardcoded-secrets":
|
|
3096
|
-
"no-exclusive-tests":
|
|
3097
|
-
"jsx-no-leaked-render":
|
|
3098
|
-
"no-hook-setter-in-body":
|
|
3099
|
-
"no-useless-react-setstate":
|
|
3100
|
-
"no-uniq-key":
|
|
3101
|
-
"redundant-type-aliases":
|
|
3102
|
-
"prefer-regexp-exec":
|
|
3103
|
-
"no-internal-api-use":
|
|
3104
|
-
"prefer-read-only-props":
|
|
3105
|
-
"no-literal-call":
|
|
3106
|
-
"reduce-initial-value":
|
|
3107
|
-
"no-async-constructor":
|
|
2965
|
+
"void-use": eslint0.Rule.RuleModule;
|
|
2966
|
+
"operation-returning-nan": eslint0.Rule.RuleModule;
|
|
2967
|
+
"values-not-convertible-to-numbers": eslint0.Rule.RuleModule;
|
|
2968
|
+
"non-number-in-arithmetic-expression": eslint0.Rule.RuleModule;
|
|
2969
|
+
"cognitive-complexity": eslint0.Rule.RuleModule;
|
|
2970
|
+
"argument-type": eslint0.Rule.RuleModule;
|
|
2971
|
+
"in-operator-type-error": eslint0.Rule.RuleModule;
|
|
2972
|
+
"array-callback-without-return": eslint0.Rule.RuleModule;
|
|
2973
|
+
"declarations-in-global-scope": eslint0.Rule.RuleModule;
|
|
2974
|
+
"function-return-type": eslint0.Rule.RuleModule;
|
|
2975
|
+
"no-inconsistent-returns": eslint0.Rule.RuleModule;
|
|
2976
|
+
"no-reference-error": eslint0.Rule.RuleModule;
|
|
2977
|
+
"super-invocation": eslint0.Rule.RuleModule;
|
|
2978
|
+
"no-all-duplicated-branches": eslint0.Rule.RuleModule;
|
|
2979
|
+
"no-same-line-conditional": eslint0.Rule.RuleModule;
|
|
2980
|
+
"conditional-indentation": eslint0.Rule.RuleModule;
|
|
2981
|
+
"no-collection-size-mischeck": eslint0.Rule.RuleModule;
|
|
2982
|
+
"no-unthrown-error": eslint0.Rule.RuleModule;
|
|
2983
|
+
"no-unused-collection": eslint0.Rule.RuleModule;
|
|
2984
|
+
"no-os-command-from-path": eslint0.Rule.RuleModule;
|
|
2985
|
+
"no-misleading-array-reverse": eslint0.Rule.RuleModule;
|
|
2986
|
+
"no-for-in-iterable": eslint0.Rule.RuleModule;
|
|
2987
|
+
"no-element-overwrite": eslint0.Rule.RuleModule;
|
|
2988
|
+
"no-identical-functions": eslint0.Rule.RuleModule;
|
|
2989
|
+
"no-empty-collection": eslint0.Rule.RuleModule;
|
|
2990
|
+
"no-redundant-assignments": eslint0.Rule.RuleModule;
|
|
2991
|
+
"prefer-type-guard": eslint0.Rule.RuleModule;
|
|
2992
|
+
"use-type-alias": eslint0.Rule.RuleModule;
|
|
2993
|
+
"no-return-type-any": eslint0.Rule.RuleModule;
|
|
2994
|
+
"no-implicit-dependencies": eslint0.Rule.RuleModule;
|
|
2995
|
+
"no-useless-intersection": eslint0.Rule.RuleModule;
|
|
2996
|
+
"weak-ssl": eslint0.Rule.RuleModule;
|
|
2997
|
+
"no-weak-keys": eslint0.Rule.RuleModule;
|
|
2998
|
+
csrf: eslint0.Rule.RuleModule;
|
|
2999
|
+
"production-debug": eslint0.Rule.RuleModule;
|
|
3000
|
+
"prefer-default-last": eslint0.Rule.RuleModule;
|
|
3001
|
+
"no-in-misuse": eslint0.Rule.RuleModule;
|
|
3002
|
+
"no-duplicate-in-composite": eslint0.Rule.RuleModule;
|
|
3003
|
+
"max-union-size": eslint0.Rule.RuleModule;
|
|
3004
|
+
"no-undefined-argument": eslint0.Rule.RuleModule;
|
|
3005
|
+
"no-nested-template-literals": eslint0.Rule.RuleModule;
|
|
3006
|
+
"prefer-promise-shorthand": eslint0.Rule.RuleModule;
|
|
3007
|
+
"os-command": eslint0.Rule.RuleModule;
|
|
3008
|
+
"no-redundant-optional": eslint0.Rule.RuleModule;
|
|
3009
|
+
"regular-expr": eslint0.Rule.RuleModule;
|
|
3010
|
+
encryption: eslint0.Rule.RuleModule;
|
|
3011
|
+
hashing: eslint0.Rule.RuleModule;
|
|
3012
|
+
"bool-param-default": eslint0.Rule.RuleModule;
|
|
3013
|
+
xpath: eslint0.Rule.RuleModule;
|
|
3014
|
+
sockets: eslint0.Rule.RuleModule;
|
|
3015
|
+
"no-try-promise": eslint0.Rule.RuleModule;
|
|
3016
|
+
"process-argv": eslint0.Rule.RuleModule;
|
|
3017
|
+
"standard-input": eslint0.Rule.RuleModule;
|
|
3018
|
+
"unverified-certificate": eslint0.Rule.RuleModule;
|
|
3019
|
+
"no-unsafe-unzip": eslint0.Rule.RuleModule;
|
|
3020
|
+
cors: eslint0.Rule.RuleModule;
|
|
3021
|
+
"link-with-target-blank": eslint0.Rule.RuleModule;
|
|
3022
|
+
"disabled-auto-escaping": eslint0.Rule.RuleModule;
|
|
3023
|
+
"table-header": eslint0.Rule.RuleModule;
|
|
3024
|
+
"no-table-as-layout": eslint0.Rule.RuleModule;
|
|
3025
|
+
"table-header-reference": eslint0.Rule.RuleModule;
|
|
3026
|
+
"object-alt-content": eslint0.Rule.RuleModule;
|
|
3027
|
+
"no-clear-text-protocols": eslint0.Rule.RuleModule;
|
|
3028
|
+
"publicly-writable-directories": eslint0.Rule.RuleModule;
|
|
3029
|
+
"unverified-hostname": eslint0.Rule.RuleModule;
|
|
3030
|
+
"encryption-secure-mode": eslint0.Rule.RuleModule;
|
|
3031
|
+
"no-weak-cipher": eslint0.Rule.RuleModule;
|
|
3032
|
+
"no-intrusive-permissions": eslint0.Rule.RuleModule;
|
|
3033
|
+
"insecure-jwt-token": eslint0.Rule.RuleModule;
|
|
3034
|
+
"x-powered-by": eslint0.Rule.RuleModule;
|
|
3035
|
+
"hidden-files": eslint0.Rule.RuleModule;
|
|
3036
|
+
"content-length": eslint0.Rule.RuleModule;
|
|
3037
|
+
"disabled-resource-integrity": eslint0.Rule.RuleModule;
|
|
3038
|
+
"content-security-policy": eslint0.Rule.RuleModule;
|
|
3039
|
+
"no-mixed-content": eslint0.Rule.RuleModule;
|
|
3040
|
+
"frame-ancestors": eslint0.Rule.RuleModule;
|
|
3041
|
+
"no-mime-sniff": eslint0.Rule.RuleModule;
|
|
3042
|
+
"no-referrer-policy": eslint0.Rule.RuleModule;
|
|
3043
|
+
"strict-transport-security": eslint0.Rule.RuleModule;
|
|
3044
|
+
"certificate-transparency": eslint0.Rule.RuleModule;
|
|
3045
|
+
"dns-prefetching": eslint0.Rule.RuleModule;
|
|
3046
|
+
"confidential-information-logging": eslint0.Rule.RuleModule;
|
|
3047
|
+
"no-ip-forward": eslint0.Rule.RuleModule;
|
|
3048
|
+
"empty-string-repetition": eslint0.Rule.RuleModule;
|
|
3049
|
+
"regex-complexity": eslint0.Rule.RuleModule;
|
|
3050
|
+
"anchor-precedence": eslint0.Rule.RuleModule;
|
|
3051
|
+
"slow-regex": eslint0.Rule.RuleModule;
|
|
3052
|
+
"no-invalid-regexp": eslint0.Rule.RuleModule;
|
|
3053
|
+
"unused-named-groups": eslint0.Rule.RuleModule;
|
|
3054
|
+
"no-same-argument-assert": eslint0.Rule.RuleModule;
|
|
3055
|
+
"unicode-aware-regex": eslint0.Rule.RuleModule;
|
|
3056
|
+
"no-misleading-character-class": eslint0.Rule.RuleModule;
|
|
3057
|
+
"duplicates-in-character-class": eslint0.Rule.RuleModule;
|
|
3058
|
+
"session-regeneration": eslint0.Rule.RuleModule;
|
|
3059
|
+
"test-check-exception": eslint0.Rule.RuleModule;
|
|
3060
|
+
"stable-tests": eslint0.Rule.RuleModule;
|
|
3061
|
+
"no-empty-after-reluctant": eslint0.Rule.RuleModule;
|
|
3062
|
+
"single-character-alternation": eslint0.Rule.RuleModule;
|
|
3063
|
+
"no-code-after-done": eslint0.Rule.RuleModule;
|
|
3064
|
+
"disabled-timeout": eslint0.Rule.RuleModule;
|
|
3065
|
+
"chai-determinate-assertion": eslint0.Rule.RuleModule;
|
|
3066
|
+
"aws-s3-bucket-server-encryption": eslint0.Rule.RuleModule;
|
|
3067
|
+
"aws-s3-bucket-insecure-http": eslint0.Rule.RuleModule;
|
|
3068
|
+
"aws-s3-bucket-versioning": eslint0.Rule.RuleModule;
|
|
3069
|
+
"aws-s3-bucket-granted-access": eslint0.Rule.RuleModule;
|
|
3070
|
+
"no-angular-bypass-sanitization": eslint0.Rule.RuleModule;
|
|
3071
|
+
"aws-iam-public-access": eslint0.Rule.RuleModule;
|
|
3072
|
+
"aws-ec2-unencrypted-ebs-volume": eslint0.Rule.RuleModule;
|
|
3073
|
+
"aws-s3-bucket-public-access": eslint0.Rule.RuleModule;
|
|
3074
|
+
"no-vue-bypass-sanitization": eslint0.Rule.RuleModule;
|
|
3075
|
+
"aws-iam-all-privileges": eslint0.Rule.RuleModule;
|
|
3076
|
+
"aws-rds-unencrypted-databases": eslint0.Rule.RuleModule;
|
|
3077
|
+
"aws-iam-all-resources-accessible": eslint0.Rule.RuleModule;
|
|
3078
|
+
"aws-opensearchservice-domain": eslint0.Rule.RuleModule;
|
|
3079
|
+
"aws-iam-privilege-escalation": eslint0.Rule.RuleModule;
|
|
3080
|
+
"aws-sagemaker-unencrypted-notebook": eslint0.Rule.RuleModule;
|
|
3081
|
+
"aws-restricted-ip-admin-access": eslint0.Rule.RuleModule;
|
|
3082
|
+
"no-empty-alternatives": eslint0.Rule.RuleModule;
|
|
3083
|
+
"no-control-regex": eslint0.Rule.RuleModule;
|
|
3084
|
+
"no-regex-spaces": eslint0.Rule.RuleModule;
|
|
3085
|
+
"aws-sns-unencrypted-topics": eslint0.Rule.RuleModule;
|
|
3086
|
+
"existing-groups": eslint0.Rule.RuleModule;
|
|
3087
|
+
"aws-ec2-rds-dms-public": eslint0.Rule.RuleModule;
|
|
3088
|
+
"aws-sqs-unencrypted-queue": eslint0.Rule.RuleModule;
|
|
3089
|
+
"no-empty-group": eslint0.Rule.RuleModule;
|
|
3090
|
+
"aws-efs-unencrypted": eslint0.Rule.RuleModule;
|
|
3091
|
+
"aws-apigateway-public-api": eslint0.Rule.RuleModule;
|
|
3092
|
+
"stateful-regex": eslint0.Rule.RuleModule;
|
|
3093
|
+
"concise-regex": eslint0.Rule.RuleModule;
|
|
3094
|
+
"single-char-in-character-classes": eslint0.Rule.RuleModule;
|
|
3095
|
+
"no-hardcoded-secrets": eslint0.Rule.RuleModule;
|
|
3096
|
+
"no-exclusive-tests": eslint0.Rule.RuleModule;
|
|
3097
|
+
"jsx-no-leaked-render": eslint0.Rule.RuleModule;
|
|
3098
|
+
"no-hook-setter-in-body": eslint0.Rule.RuleModule;
|
|
3099
|
+
"no-useless-react-setstate": eslint0.Rule.RuleModule;
|
|
3100
|
+
"no-uniq-key": eslint0.Rule.RuleModule;
|
|
3101
|
+
"redundant-type-aliases": eslint0.Rule.RuleModule;
|
|
3102
|
+
"prefer-regexp-exec": eslint0.Rule.RuleModule;
|
|
3103
|
+
"no-internal-api-use": eslint0.Rule.RuleModule;
|
|
3104
|
+
"prefer-read-only-props": eslint0.Rule.RuleModule;
|
|
3105
|
+
"no-literal-call": eslint0.Rule.RuleModule;
|
|
3106
|
+
"reduce-initial-value": eslint0.Rule.RuleModule;
|
|
3107
|
+
"no-async-constructor": eslint0.Rule.RuleModule;
|
|
3108
3108
|
};
|
|
3109
3109
|
configs: {
|
|
3110
|
-
recommended:
|
|
3111
|
-
"recommended-legacy":
|
|
3110
|
+
recommended: eslint0.Linter.FlatConfig<eslint0.Linter.RulesRecord>;
|
|
3111
|
+
"recommended-legacy": eslint0.Linter.LegacyConfig<eslint0.Linter.RulesRecord, eslint0.Linter.RulesRecord>;
|
|
3112
3112
|
};
|
|
3113
3113
|
meta: {
|
|
3114
3114
|
name: string;
|
|
@@ -3192,214 +3192,214 @@ declare const pluginsLoaders: {
|
|
|
3192
3192
|
packageName: "eslint-plugin-react";
|
|
3193
3193
|
module: {
|
|
3194
3194
|
deprecatedRules: Partial<{
|
|
3195
|
-
'boolean-prop-naming':
|
|
3196
|
-
'button-has-type':
|
|
3197
|
-
'checked-requires-onchange-or-readonly':
|
|
3198
|
-
'default-props-match-prop-types':
|
|
3199
|
-
'destructuring-assignment':
|
|
3200
|
-
'display-name':
|
|
3201
|
-
'forbid-component-props':
|
|
3202
|
-
'forbid-dom-props':
|
|
3203
|
-
'forbid-elements':
|
|
3204
|
-
'forbid-foreign-prop-types':
|
|
3205
|
-
'forbid-prop-types':
|
|
3206
|
-
'forward-ref-uses-ref':
|
|
3207
|
-
'function-component-definition':
|
|
3208
|
-
'hook-use-state':
|
|
3209
|
-
'iframe-missing-sandbox':
|
|
3210
|
-
'jsx-boolean-value':
|
|
3211
|
-
'jsx-child-element-spacing':
|
|
3212
|
-
'jsx-closing-bracket-location':
|
|
3213
|
-
'jsx-closing-tag-location':
|
|
3214
|
-
'jsx-curly-spacing':
|
|
3215
|
-
'jsx-curly-newline':
|
|
3216
|
-
'jsx-equals-spacing':
|
|
3217
|
-
'jsx-filename-extension':
|
|
3218
|
-
'jsx-first-prop-new-line':
|
|
3219
|
-
'jsx-handler-names':
|
|
3220
|
-
'jsx-indent':
|
|
3221
|
-
'jsx-indent-props':
|
|
3222
|
-
'jsx-key':
|
|
3223
|
-
'jsx-max-depth':
|
|
3224
|
-
'jsx-max-props-per-line':
|
|
3225
|
-
'jsx-newline':
|
|
3226
|
-
'jsx-no-bind':
|
|
3227
|
-
'jsx-no-comment-textnodes':
|
|
3228
|
-
'jsx-no-constructed-context-values':
|
|
3229
|
-
'jsx-no-duplicate-props':
|
|
3230
|
-
'jsx-no-leaked-render':
|
|
3231
|
-
'jsx-no-literals':
|
|
3232
|
-
'jsx-no-script-url':
|
|
3233
|
-
'jsx-no-target-blank':
|
|
3234
|
-
'jsx-no-useless-fragment':
|
|
3235
|
-
'jsx-one-expression-per-line':
|
|
3236
|
-
'jsx-no-undef':
|
|
3237
|
-
'jsx-curly-brace-presence':
|
|
3238
|
-
'jsx-pascal-case':
|
|
3239
|
-
'jsx-fragments':
|
|
3240
|
-
'jsx-props-no-multi-spaces':
|
|
3241
|
-
'jsx-props-no-spreading':
|
|
3242
|
-
'jsx-props-no-spread-multi':
|
|
3243
|
-
'jsx-sort-default-props':
|
|
3244
|
-
'jsx-sort-props':
|
|
3245
|
-
'jsx-space-before-closing':
|
|
3246
|
-
'jsx-tag-spacing':
|
|
3247
|
-
'jsx-uses-react':
|
|
3248
|
-
'jsx-uses-vars':
|
|
3249
|
-
'jsx-wrap-multilines':
|
|
3250
|
-
'no-invalid-html-attribute':
|
|
3251
|
-
'no-access-state-in-setstate':
|
|
3252
|
-
'no-adjacent-inline-elements':
|
|
3253
|
-
'no-array-index-key':
|
|
3254
|
-
'no-arrow-function-lifecycle':
|
|
3255
|
-
'no-children-prop':
|
|
3256
|
-
'no-danger':
|
|
3257
|
-
'no-danger-with-children':
|
|
3258
|
-
'no-deprecated':
|
|
3259
|
-
'no-did-mount-set-state':
|
|
3260
|
-
'no-did-update-set-state':
|
|
3261
|
-
'no-direct-mutation-state':
|
|
3262
|
-
'no-find-dom-node':
|
|
3263
|
-
'no-is-mounted':
|
|
3264
|
-
'no-multi-comp':
|
|
3265
|
-
'no-namespace':
|
|
3266
|
-
'no-set-state':
|
|
3267
|
-
'no-string-refs':
|
|
3268
|
-
'no-redundant-should-component-update':
|
|
3269
|
-
'no-render-return-value':
|
|
3270
|
-
'no-this-in-sfc':
|
|
3271
|
-
'no-typos':
|
|
3272
|
-
'no-unescaped-entities':
|
|
3273
|
-
'no-unknown-property':
|
|
3274
|
-
'no-unsafe':
|
|
3275
|
-
'no-unstable-nested-components':
|
|
3276
|
-
'no-unused-class-component-methods':
|
|
3277
|
-
'no-unused-prop-types':
|
|
3278
|
-
'no-unused-state':
|
|
3279
|
-
'no-object-type-as-default-prop':
|
|
3280
|
-
'no-will-update-set-state':
|
|
3281
|
-
'prefer-es6-class':
|
|
3282
|
-
'prefer-exact-props':
|
|
3283
|
-
'prefer-read-only-props':
|
|
3284
|
-
'prefer-stateless-function':
|
|
3285
|
-
'prop-types':
|
|
3286
|
-
'react-in-jsx-scope':
|
|
3287
|
-
'require-default-props':
|
|
3288
|
-
'require-optimization':
|
|
3289
|
-
'require-render-return':
|
|
3290
|
-
'self-closing-comp':
|
|
3291
|
-
'sort-comp':
|
|
3292
|
-
'sort-default-props':
|
|
3293
|
-
'sort-prop-types':
|
|
3294
|
-
'state-in-constructor':
|
|
3295
|
-
'static-property-placement':
|
|
3296
|
-
'style-prop-object':
|
|
3297
|
-
'void-dom-elements-no-children':
|
|
3195
|
+
'boolean-prop-naming': eslint0.Rule.RuleModule;
|
|
3196
|
+
'button-has-type': eslint0.Rule.RuleModule;
|
|
3197
|
+
'checked-requires-onchange-or-readonly': eslint0.Rule.RuleModule;
|
|
3198
|
+
'default-props-match-prop-types': eslint0.Rule.RuleModule;
|
|
3199
|
+
'destructuring-assignment': eslint0.Rule.RuleModule;
|
|
3200
|
+
'display-name': eslint0.Rule.RuleModule;
|
|
3201
|
+
'forbid-component-props': eslint0.Rule.RuleModule;
|
|
3202
|
+
'forbid-dom-props': eslint0.Rule.RuleModule;
|
|
3203
|
+
'forbid-elements': eslint0.Rule.RuleModule;
|
|
3204
|
+
'forbid-foreign-prop-types': eslint0.Rule.RuleModule;
|
|
3205
|
+
'forbid-prop-types': eslint0.Rule.RuleModule;
|
|
3206
|
+
'forward-ref-uses-ref': eslint0.Rule.RuleModule;
|
|
3207
|
+
'function-component-definition': eslint0.Rule.RuleModule;
|
|
3208
|
+
'hook-use-state': eslint0.Rule.RuleModule;
|
|
3209
|
+
'iframe-missing-sandbox': eslint0.Rule.RuleModule;
|
|
3210
|
+
'jsx-boolean-value': eslint0.Rule.RuleModule;
|
|
3211
|
+
'jsx-child-element-spacing': eslint0.Rule.RuleModule;
|
|
3212
|
+
'jsx-closing-bracket-location': eslint0.Rule.RuleModule;
|
|
3213
|
+
'jsx-closing-tag-location': eslint0.Rule.RuleModule;
|
|
3214
|
+
'jsx-curly-spacing': eslint0.Rule.RuleModule;
|
|
3215
|
+
'jsx-curly-newline': eslint0.Rule.RuleModule;
|
|
3216
|
+
'jsx-equals-spacing': eslint0.Rule.RuleModule;
|
|
3217
|
+
'jsx-filename-extension': eslint0.Rule.RuleModule;
|
|
3218
|
+
'jsx-first-prop-new-line': eslint0.Rule.RuleModule;
|
|
3219
|
+
'jsx-handler-names': eslint0.Rule.RuleModule;
|
|
3220
|
+
'jsx-indent': eslint0.Rule.RuleModule;
|
|
3221
|
+
'jsx-indent-props': eslint0.Rule.RuleModule;
|
|
3222
|
+
'jsx-key': eslint0.Rule.RuleModule;
|
|
3223
|
+
'jsx-max-depth': eslint0.Rule.RuleModule;
|
|
3224
|
+
'jsx-max-props-per-line': eslint0.Rule.RuleModule;
|
|
3225
|
+
'jsx-newline': eslint0.Rule.RuleModule;
|
|
3226
|
+
'jsx-no-bind': eslint0.Rule.RuleModule;
|
|
3227
|
+
'jsx-no-comment-textnodes': eslint0.Rule.RuleModule;
|
|
3228
|
+
'jsx-no-constructed-context-values': eslint0.Rule.RuleModule;
|
|
3229
|
+
'jsx-no-duplicate-props': eslint0.Rule.RuleModule;
|
|
3230
|
+
'jsx-no-leaked-render': eslint0.Rule.RuleModule;
|
|
3231
|
+
'jsx-no-literals': eslint0.Rule.RuleModule;
|
|
3232
|
+
'jsx-no-script-url': eslint0.Rule.RuleModule;
|
|
3233
|
+
'jsx-no-target-blank': eslint0.Rule.RuleModule;
|
|
3234
|
+
'jsx-no-useless-fragment': eslint0.Rule.RuleModule;
|
|
3235
|
+
'jsx-one-expression-per-line': eslint0.Rule.RuleModule;
|
|
3236
|
+
'jsx-no-undef': eslint0.Rule.RuleModule;
|
|
3237
|
+
'jsx-curly-brace-presence': eslint0.Rule.RuleModule;
|
|
3238
|
+
'jsx-pascal-case': eslint0.Rule.RuleModule;
|
|
3239
|
+
'jsx-fragments': eslint0.Rule.RuleModule;
|
|
3240
|
+
'jsx-props-no-multi-spaces': eslint0.Rule.RuleModule;
|
|
3241
|
+
'jsx-props-no-spreading': eslint0.Rule.RuleModule;
|
|
3242
|
+
'jsx-props-no-spread-multi': eslint0.Rule.RuleModule;
|
|
3243
|
+
'jsx-sort-default-props': eslint0.Rule.RuleModule;
|
|
3244
|
+
'jsx-sort-props': eslint0.Rule.RuleModule;
|
|
3245
|
+
'jsx-space-before-closing': eslint0.Rule.RuleModule;
|
|
3246
|
+
'jsx-tag-spacing': eslint0.Rule.RuleModule;
|
|
3247
|
+
'jsx-uses-react': eslint0.Rule.RuleModule;
|
|
3248
|
+
'jsx-uses-vars': eslint0.Rule.RuleModule;
|
|
3249
|
+
'jsx-wrap-multilines': eslint0.Rule.RuleModule;
|
|
3250
|
+
'no-invalid-html-attribute': eslint0.Rule.RuleModule;
|
|
3251
|
+
'no-access-state-in-setstate': eslint0.Rule.RuleModule;
|
|
3252
|
+
'no-adjacent-inline-elements': eslint0.Rule.RuleModule;
|
|
3253
|
+
'no-array-index-key': eslint0.Rule.RuleModule;
|
|
3254
|
+
'no-arrow-function-lifecycle': eslint0.Rule.RuleModule;
|
|
3255
|
+
'no-children-prop': eslint0.Rule.RuleModule;
|
|
3256
|
+
'no-danger': eslint0.Rule.RuleModule;
|
|
3257
|
+
'no-danger-with-children': eslint0.Rule.RuleModule;
|
|
3258
|
+
'no-deprecated': eslint0.Rule.RuleModule;
|
|
3259
|
+
'no-did-mount-set-state': eslint0.Rule.RuleModule;
|
|
3260
|
+
'no-did-update-set-state': eslint0.Rule.RuleModule;
|
|
3261
|
+
'no-direct-mutation-state': eslint0.Rule.RuleModule;
|
|
3262
|
+
'no-find-dom-node': eslint0.Rule.RuleModule;
|
|
3263
|
+
'no-is-mounted': eslint0.Rule.RuleModule;
|
|
3264
|
+
'no-multi-comp': eslint0.Rule.RuleModule;
|
|
3265
|
+
'no-namespace': eslint0.Rule.RuleModule;
|
|
3266
|
+
'no-set-state': eslint0.Rule.RuleModule;
|
|
3267
|
+
'no-string-refs': eslint0.Rule.RuleModule;
|
|
3268
|
+
'no-redundant-should-component-update': eslint0.Rule.RuleModule;
|
|
3269
|
+
'no-render-return-value': eslint0.Rule.RuleModule;
|
|
3270
|
+
'no-this-in-sfc': eslint0.Rule.RuleModule;
|
|
3271
|
+
'no-typos': eslint0.Rule.RuleModule;
|
|
3272
|
+
'no-unescaped-entities': eslint0.Rule.RuleModule;
|
|
3273
|
+
'no-unknown-property': eslint0.Rule.RuleModule;
|
|
3274
|
+
'no-unsafe': eslint0.Rule.RuleModule;
|
|
3275
|
+
'no-unstable-nested-components': eslint0.Rule.RuleModule;
|
|
3276
|
+
'no-unused-class-component-methods': eslint0.Rule.RuleModule;
|
|
3277
|
+
'no-unused-prop-types': eslint0.Rule.RuleModule;
|
|
3278
|
+
'no-unused-state': eslint0.Rule.RuleModule;
|
|
3279
|
+
'no-object-type-as-default-prop': eslint0.Rule.RuleModule;
|
|
3280
|
+
'no-will-update-set-state': eslint0.Rule.RuleModule;
|
|
3281
|
+
'prefer-es6-class': eslint0.Rule.RuleModule;
|
|
3282
|
+
'prefer-exact-props': eslint0.Rule.RuleModule;
|
|
3283
|
+
'prefer-read-only-props': eslint0.Rule.RuleModule;
|
|
3284
|
+
'prefer-stateless-function': eslint0.Rule.RuleModule;
|
|
3285
|
+
'prop-types': eslint0.Rule.RuleModule;
|
|
3286
|
+
'react-in-jsx-scope': eslint0.Rule.RuleModule;
|
|
3287
|
+
'require-default-props': eslint0.Rule.RuleModule;
|
|
3288
|
+
'require-optimization': eslint0.Rule.RuleModule;
|
|
3289
|
+
'require-render-return': eslint0.Rule.RuleModule;
|
|
3290
|
+
'self-closing-comp': eslint0.Rule.RuleModule;
|
|
3291
|
+
'sort-comp': eslint0.Rule.RuleModule;
|
|
3292
|
+
'sort-default-props': eslint0.Rule.RuleModule;
|
|
3293
|
+
'sort-prop-types': eslint0.Rule.RuleModule;
|
|
3294
|
+
'state-in-constructor': eslint0.Rule.RuleModule;
|
|
3295
|
+
'static-property-placement': eslint0.Rule.RuleModule;
|
|
3296
|
+
'style-prop-object': eslint0.Rule.RuleModule;
|
|
3297
|
+
'void-dom-elements-no-children': eslint0.Rule.RuleModule;
|
|
3298
3298
|
}>;
|
|
3299
3299
|
rules: {
|
|
3300
|
-
'boolean-prop-naming':
|
|
3301
|
-
'button-has-type':
|
|
3302
|
-
'checked-requires-onchange-or-readonly':
|
|
3303
|
-
'default-props-match-prop-types':
|
|
3304
|
-
'destructuring-assignment':
|
|
3305
|
-
'display-name':
|
|
3306
|
-
'forbid-component-props':
|
|
3307
|
-
'forbid-dom-props':
|
|
3308
|
-
'forbid-elements':
|
|
3309
|
-
'forbid-foreign-prop-types':
|
|
3310
|
-
'forbid-prop-types':
|
|
3311
|
-
'forward-ref-uses-ref':
|
|
3312
|
-
'function-component-definition':
|
|
3313
|
-
'hook-use-state':
|
|
3314
|
-
'iframe-missing-sandbox':
|
|
3315
|
-
'jsx-boolean-value':
|
|
3316
|
-
'jsx-child-element-spacing':
|
|
3317
|
-
'jsx-closing-bracket-location':
|
|
3318
|
-
'jsx-closing-tag-location':
|
|
3319
|
-
'jsx-curly-spacing':
|
|
3320
|
-
'jsx-curly-newline':
|
|
3321
|
-
'jsx-equals-spacing':
|
|
3322
|
-
'jsx-filename-extension':
|
|
3323
|
-
'jsx-first-prop-new-line':
|
|
3324
|
-
'jsx-handler-names':
|
|
3325
|
-
'jsx-indent':
|
|
3326
|
-
'jsx-indent-props':
|
|
3327
|
-
'jsx-key':
|
|
3328
|
-
'jsx-max-depth':
|
|
3329
|
-
'jsx-max-props-per-line':
|
|
3330
|
-
'jsx-newline':
|
|
3331
|
-
'jsx-no-bind':
|
|
3332
|
-
'jsx-no-comment-textnodes':
|
|
3333
|
-
'jsx-no-constructed-context-values':
|
|
3334
|
-
'jsx-no-duplicate-props':
|
|
3335
|
-
'jsx-no-leaked-render':
|
|
3336
|
-
'jsx-no-literals':
|
|
3337
|
-
'jsx-no-script-url':
|
|
3338
|
-
'jsx-no-target-blank':
|
|
3339
|
-
'jsx-no-useless-fragment':
|
|
3340
|
-
'jsx-one-expression-per-line':
|
|
3341
|
-
'jsx-no-undef':
|
|
3342
|
-
'jsx-curly-brace-presence':
|
|
3343
|
-
'jsx-pascal-case':
|
|
3344
|
-
'jsx-fragments':
|
|
3345
|
-
'jsx-props-no-multi-spaces':
|
|
3346
|
-
'jsx-props-no-spreading':
|
|
3347
|
-
'jsx-props-no-spread-multi':
|
|
3348
|
-
'jsx-sort-default-props':
|
|
3349
|
-
'jsx-sort-props':
|
|
3350
|
-
'jsx-space-before-closing':
|
|
3351
|
-
'jsx-tag-spacing':
|
|
3352
|
-
'jsx-uses-react':
|
|
3353
|
-
'jsx-uses-vars':
|
|
3354
|
-
'jsx-wrap-multilines':
|
|
3355
|
-
'no-invalid-html-attribute':
|
|
3356
|
-
'no-access-state-in-setstate':
|
|
3357
|
-
'no-adjacent-inline-elements':
|
|
3358
|
-
'no-array-index-key':
|
|
3359
|
-
'no-arrow-function-lifecycle':
|
|
3360
|
-
'no-children-prop':
|
|
3361
|
-
'no-danger':
|
|
3362
|
-
'no-danger-with-children':
|
|
3363
|
-
'no-deprecated':
|
|
3364
|
-
'no-did-mount-set-state':
|
|
3365
|
-
'no-did-update-set-state':
|
|
3366
|
-
'no-direct-mutation-state':
|
|
3367
|
-
'no-find-dom-node':
|
|
3368
|
-
'no-is-mounted':
|
|
3369
|
-
'no-multi-comp':
|
|
3370
|
-
'no-namespace':
|
|
3371
|
-
'no-set-state':
|
|
3372
|
-
'no-string-refs':
|
|
3373
|
-
'no-redundant-should-component-update':
|
|
3374
|
-
'no-render-return-value':
|
|
3375
|
-
'no-this-in-sfc':
|
|
3376
|
-
'no-typos':
|
|
3377
|
-
'no-unescaped-entities':
|
|
3378
|
-
'no-unknown-property':
|
|
3379
|
-
'no-unsafe':
|
|
3380
|
-
'no-unstable-nested-components':
|
|
3381
|
-
'no-unused-class-component-methods':
|
|
3382
|
-
'no-unused-prop-types':
|
|
3383
|
-
'no-unused-state':
|
|
3384
|
-
'no-object-type-as-default-prop':
|
|
3385
|
-
'no-will-update-set-state':
|
|
3386
|
-
'prefer-es6-class':
|
|
3387
|
-
'prefer-exact-props':
|
|
3388
|
-
'prefer-read-only-props':
|
|
3389
|
-
'prefer-stateless-function':
|
|
3390
|
-
'prop-types':
|
|
3391
|
-
'react-in-jsx-scope':
|
|
3392
|
-
'require-default-props':
|
|
3393
|
-
'require-optimization':
|
|
3394
|
-
'require-render-return':
|
|
3395
|
-
'self-closing-comp':
|
|
3396
|
-
'sort-comp':
|
|
3397
|
-
'sort-default-props':
|
|
3398
|
-
'sort-prop-types':
|
|
3399
|
-
'state-in-constructor':
|
|
3400
|
-
'static-property-placement':
|
|
3401
|
-
'style-prop-object':
|
|
3402
|
-
'void-dom-elements-no-children':
|
|
3300
|
+
'boolean-prop-naming': eslint0.Rule.RuleModule;
|
|
3301
|
+
'button-has-type': eslint0.Rule.RuleModule;
|
|
3302
|
+
'checked-requires-onchange-or-readonly': eslint0.Rule.RuleModule;
|
|
3303
|
+
'default-props-match-prop-types': eslint0.Rule.RuleModule;
|
|
3304
|
+
'destructuring-assignment': eslint0.Rule.RuleModule;
|
|
3305
|
+
'display-name': eslint0.Rule.RuleModule;
|
|
3306
|
+
'forbid-component-props': eslint0.Rule.RuleModule;
|
|
3307
|
+
'forbid-dom-props': eslint0.Rule.RuleModule;
|
|
3308
|
+
'forbid-elements': eslint0.Rule.RuleModule;
|
|
3309
|
+
'forbid-foreign-prop-types': eslint0.Rule.RuleModule;
|
|
3310
|
+
'forbid-prop-types': eslint0.Rule.RuleModule;
|
|
3311
|
+
'forward-ref-uses-ref': eslint0.Rule.RuleModule;
|
|
3312
|
+
'function-component-definition': eslint0.Rule.RuleModule;
|
|
3313
|
+
'hook-use-state': eslint0.Rule.RuleModule;
|
|
3314
|
+
'iframe-missing-sandbox': eslint0.Rule.RuleModule;
|
|
3315
|
+
'jsx-boolean-value': eslint0.Rule.RuleModule;
|
|
3316
|
+
'jsx-child-element-spacing': eslint0.Rule.RuleModule;
|
|
3317
|
+
'jsx-closing-bracket-location': eslint0.Rule.RuleModule;
|
|
3318
|
+
'jsx-closing-tag-location': eslint0.Rule.RuleModule;
|
|
3319
|
+
'jsx-curly-spacing': eslint0.Rule.RuleModule;
|
|
3320
|
+
'jsx-curly-newline': eslint0.Rule.RuleModule;
|
|
3321
|
+
'jsx-equals-spacing': eslint0.Rule.RuleModule;
|
|
3322
|
+
'jsx-filename-extension': eslint0.Rule.RuleModule;
|
|
3323
|
+
'jsx-first-prop-new-line': eslint0.Rule.RuleModule;
|
|
3324
|
+
'jsx-handler-names': eslint0.Rule.RuleModule;
|
|
3325
|
+
'jsx-indent': eslint0.Rule.RuleModule;
|
|
3326
|
+
'jsx-indent-props': eslint0.Rule.RuleModule;
|
|
3327
|
+
'jsx-key': eslint0.Rule.RuleModule;
|
|
3328
|
+
'jsx-max-depth': eslint0.Rule.RuleModule;
|
|
3329
|
+
'jsx-max-props-per-line': eslint0.Rule.RuleModule;
|
|
3330
|
+
'jsx-newline': eslint0.Rule.RuleModule;
|
|
3331
|
+
'jsx-no-bind': eslint0.Rule.RuleModule;
|
|
3332
|
+
'jsx-no-comment-textnodes': eslint0.Rule.RuleModule;
|
|
3333
|
+
'jsx-no-constructed-context-values': eslint0.Rule.RuleModule;
|
|
3334
|
+
'jsx-no-duplicate-props': eslint0.Rule.RuleModule;
|
|
3335
|
+
'jsx-no-leaked-render': eslint0.Rule.RuleModule;
|
|
3336
|
+
'jsx-no-literals': eslint0.Rule.RuleModule;
|
|
3337
|
+
'jsx-no-script-url': eslint0.Rule.RuleModule;
|
|
3338
|
+
'jsx-no-target-blank': eslint0.Rule.RuleModule;
|
|
3339
|
+
'jsx-no-useless-fragment': eslint0.Rule.RuleModule;
|
|
3340
|
+
'jsx-one-expression-per-line': eslint0.Rule.RuleModule;
|
|
3341
|
+
'jsx-no-undef': eslint0.Rule.RuleModule;
|
|
3342
|
+
'jsx-curly-brace-presence': eslint0.Rule.RuleModule;
|
|
3343
|
+
'jsx-pascal-case': eslint0.Rule.RuleModule;
|
|
3344
|
+
'jsx-fragments': eslint0.Rule.RuleModule;
|
|
3345
|
+
'jsx-props-no-multi-spaces': eslint0.Rule.RuleModule;
|
|
3346
|
+
'jsx-props-no-spreading': eslint0.Rule.RuleModule;
|
|
3347
|
+
'jsx-props-no-spread-multi': eslint0.Rule.RuleModule;
|
|
3348
|
+
'jsx-sort-default-props': eslint0.Rule.RuleModule;
|
|
3349
|
+
'jsx-sort-props': eslint0.Rule.RuleModule;
|
|
3350
|
+
'jsx-space-before-closing': eslint0.Rule.RuleModule;
|
|
3351
|
+
'jsx-tag-spacing': eslint0.Rule.RuleModule;
|
|
3352
|
+
'jsx-uses-react': eslint0.Rule.RuleModule;
|
|
3353
|
+
'jsx-uses-vars': eslint0.Rule.RuleModule;
|
|
3354
|
+
'jsx-wrap-multilines': eslint0.Rule.RuleModule;
|
|
3355
|
+
'no-invalid-html-attribute': eslint0.Rule.RuleModule;
|
|
3356
|
+
'no-access-state-in-setstate': eslint0.Rule.RuleModule;
|
|
3357
|
+
'no-adjacent-inline-elements': eslint0.Rule.RuleModule;
|
|
3358
|
+
'no-array-index-key': eslint0.Rule.RuleModule;
|
|
3359
|
+
'no-arrow-function-lifecycle': eslint0.Rule.RuleModule;
|
|
3360
|
+
'no-children-prop': eslint0.Rule.RuleModule;
|
|
3361
|
+
'no-danger': eslint0.Rule.RuleModule;
|
|
3362
|
+
'no-danger-with-children': eslint0.Rule.RuleModule;
|
|
3363
|
+
'no-deprecated': eslint0.Rule.RuleModule;
|
|
3364
|
+
'no-did-mount-set-state': eslint0.Rule.RuleModule;
|
|
3365
|
+
'no-did-update-set-state': eslint0.Rule.RuleModule;
|
|
3366
|
+
'no-direct-mutation-state': eslint0.Rule.RuleModule;
|
|
3367
|
+
'no-find-dom-node': eslint0.Rule.RuleModule;
|
|
3368
|
+
'no-is-mounted': eslint0.Rule.RuleModule;
|
|
3369
|
+
'no-multi-comp': eslint0.Rule.RuleModule;
|
|
3370
|
+
'no-namespace': eslint0.Rule.RuleModule;
|
|
3371
|
+
'no-set-state': eslint0.Rule.RuleModule;
|
|
3372
|
+
'no-string-refs': eslint0.Rule.RuleModule;
|
|
3373
|
+
'no-redundant-should-component-update': eslint0.Rule.RuleModule;
|
|
3374
|
+
'no-render-return-value': eslint0.Rule.RuleModule;
|
|
3375
|
+
'no-this-in-sfc': eslint0.Rule.RuleModule;
|
|
3376
|
+
'no-typos': eslint0.Rule.RuleModule;
|
|
3377
|
+
'no-unescaped-entities': eslint0.Rule.RuleModule;
|
|
3378
|
+
'no-unknown-property': eslint0.Rule.RuleModule;
|
|
3379
|
+
'no-unsafe': eslint0.Rule.RuleModule;
|
|
3380
|
+
'no-unstable-nested-components': eslint0.Rule.RuleModule;
|
|
3381
|
+
'no-unused-class-component-methods': eslint0.Rule.RuleModule;
|
|
3382
|
+
'no-unused-prop-types': eslint0.Rule.RuleModule;
|
|
3383
|
+
'no-unused-state': eslint0.Rule.RuleModule;
|
|
3384
|
+
'no-object-type-as-default-prop': eslint0.Rule.RuleModule;
|
|
3385
|
+
'no-will-update-set-state': eslint0.Rule.RuleModule;
|
|
3386
|
+
'prefer-es6-class': eslint0.Rule.RuleModule;
|
|
3387
|
+
'prefer-exact-props': eslint0.Rule.RuleModule;
|
|
3388
|
+
'prefer-read-only-props': eslint0.Rule.RuleModule;
|
|
3389
|
+
'prefer-stateless-function': eslint0.Rule.RuleModule;
|
|
3390
|
+
'prop-types': eslint0.Rule.RuleModule;
|
|
3391
|
+
'react-in-jsx-scope': eslint0.Rule.RuleModule;
|
|
3392
|
+
'require-default-props': eslint0.Rule.RuleModule;
|
|
3393
|
+
'require-optimization': eslint0.Rule.RuleModule;
|
|
3394
|
+
'require-render-return': eslint0.Rule.RuleModule;
|
|
3395
|
+
'self-closing-comp': eslint0.Rule.RuleModule;
|
|
3396
|
+
'sort-comp': eslint0.Rule.RuleModule;
|
|
3397
|
+
'sort-default-props': eslint0.Rule.RuleModule;
|
|
3398
|
+
'sort-prop-types': eslint0.Rule.RuleModule;
|
|
3399
|
+
'state-in-constructor': eslint0.Rule.RuleModule;
|
|
3400
|
+
'static-property-placement': eslint0.Rule.RuleModule;
|
|
3401
|
+
'style-prop-object': eslint0.Rule.RuleModule;
|
|
3402
|
+
'void-dom-elements-no-children': eslint0.Rule.RuleModule;
|
|
3403
3403
|
};
|
|
3404
3404
|
configs: {
|
|
3405
3405
|
recommended: {
|
|
@@ -3504,11 +3504,11 @@ declare const pluginsLoaders: {
|
|
|
3504
3504
|
packageName: "eslint-plugin-playwright";
|
|
3505
3505
|
module: {
|
|
3506
3506
|
configs: {
|
|
3507
|
-
"flat/recommended":
|
|
3508
|
-
"playwright-test":
|
|
3509
|
-
recommended:
|
|
3507
|
+
"flat/recommended": eslint0.Linter.Config;
|
|
3508
|
+
"playwright-test": eslint0.Linter.Config;
|
|
3509
|
+
recommended: eslint0.Linter.Config;
|
|
3510
3510
|
};
|
|
3511
|
-
rules: Record<string,
|
|
3511
|
+
rules: Record<string, eslint0.Rule.RuleModule>;
|
|
3512
3512
|
} | null;
|
|
3513
3513
|
}>;
|
|
3514
3514
|
pinia: (context: UnConfigContext, options?: {
|
|
@@ -3563,7 +3563,7 @@ declare const pluginsLoaders: {
|
|
|
3563
3563
|
throwIfNotFound?: boolean;
|
|
3564
3564
|
}) => Promise<{
|
|
3565
3565
|
packageName: "eslint-plugin-mdx";
|
|
3566
|
-
module: typeof
|
|
3566
|
+
module: typeof eslint_plugin_mdx0;
|
|
3567
3567
|
}>;
|
|
3568
3568
|
math: (context: UnConfigContext, options?: {
|
|
3569
3569
|
throwIfNotFound?: boolean;
|
|
@@ -3595,30 +3595,30 @@ declare const pluginsLoaders: {
|
|
|
3595
3595
|
packageName: "eslint-plugin-mocha";
|
|
3596
3596
|
module: {
|
|
3597
3597
|
rules: {
|
|
3598
|
-
"handle-done-callback": Readonly<
|
|
3599
|
-
"max-top-level-suites": Readonly<
|
|
3600
|
-
"no-async-suite": Readonly<
|
|
3601
|
-
"no-exclusive-tests": Readonly<
|
|
3602
|
-
"no-exports": Readonly<
|
|
3603
|
-
"no-global-tests": Readonly<
|
|
3604
|
-
"no-hooks": Readonly<
|
|
3605
|
-
"no-hooks-for-single-case": Readonly<
|
|
3606
|
-
"no-identical-title": Readonly<
|
|
3607
|
-
"no-mocha-arrows": Readonly<
|
|
3608
|
-
"no-nested-tests": Readonly<
|
|
3609
|
-
"no-pending-tests":
|
|
3610
|
-
"no-return-and-callback": Readonly<
|
|
3611
|
-
"no-return-from-async": Readonly<
|
|
3612
|
-
"no-setup-in-describe": Readonly<
|
|
3613
|
-
"no-sibling-hooks": Readonly<
|
|
3614
|
-
"no-synchronous-tests": Readonly<
|
|
3615
|
-
"no-top-level-hooks": Readonly<
|
|
3616
|
-
"prefer-arrow-callback": Readonly<
|
|
3617
|
-
"consistent-spacing-between-blocks": Readonly<
|
|
3618
|
-
"consistent-interface": Readonly<
|
|
3619
|
-
"valid-suite-title": Readonly<
|
|
3620
|
-
"valid-test-title": Readonly<
|
|
3621
|
-
"no-empty-title": Readonly<
|
|
3598
|
+
"handle-done-callback": Readonly<eslint0.Rule.RuleModule>;
|
|
3599
|
+
"max-top-level-suites": Readonly<eslint0.Rule.RuleModule>;
|
|
3600
|
+
"no-async-suite": Readonly<eslint0.Rule.RuleModule>;
|
|
3601
|
+
"no-exclusive-tests": Readonly<eslint0.Rule.RuleModule>;
|
|
3602
|
+
"no-exports": Readonly<eslint0.Rule.RuleModule>;
|
|
3603
|
+
"no-global-tests": Readonly<eslint0.Rule.RuleModule>;
|
|
3604
|
+
"no-hooks": Readonly<eslint0.Rule.RuleModule>;
|
|
3605
|
+
"no-hooks-for-single-case": Readonly<eslint0.Rule.RuleModule>;
|
|
3606
|
+
"no-identical-title": Readonly<eslint0.Rule.RuleModule>;
|
|
3607
|
+
"no-mocha-arrows": Readonly<eslint0.Rule.RuleModule>;
|
|
3608
|
+
"no-nested-tests": Readonly<eslint0.Rule.RuleModule>;
|
|
3609
|
+
"no-pending-tests": eslint0.Rule.RuleModule;
|
|
3610
|
+
"no-return-and-callback": Readonly<eslint0.Rule.RuleModule>;
|
|
3611
|
+
"no-return-from-async": Readonly<eslint0.Rule.RuleModule>;
|
|
3612
|
+
"no-setup-in-describe": Readonly<eslint0.Rule.RuleModule>;
|
|
3613
|
+
"no-sibling-hooks": Readonly<eslint0.Rule.RuleModule>;
|
|
3614
|
+
"no-synchronous-tests": Readonly<eslint0.Rule.RuleModule>;
|
|
3615
|
+
"no-top-level-hooks": Readonly<eslint0.Rule.RuleModule>;
|
|
3616
|
+
"prefer-arrow-callback": Readonly<eslint0.Rule.RuleModule>;
|
|
3617
|
+
"consistent-spacing-between-blocks": Readonly<eslint0.Rule.RuleModule>;
|
|
3618
|
+
"consistent-interface": Readonly<eslint0.Rule.RuleModule>;
|
|
3619
|
+
"valid-suite-title": Readonly<eslint0.Rule.RuleModule>;
|
|
3620
|
+
"valid-test-title": Readonly<eslint0.Rule.RuleModule>;
|
|
3621
|
+
"no-empty-title": Readonly<eslint0.Rule.RuleModule>;
|
|
3622
3622
|
};
|
|
3623
3623
|
configs: {
|
|
3624
3624
|
all: {
|
|
@@ -3650,7 +3650,7 @@ declare const pluginsLoaders: {
|
|
|
3650
3650
|
readonly xspecify: false;
|
|
3651
3651
|
};
|
|
3652
3652
|
};
|
|
3653
|
-
rules:
|
|
3653
|
+
rules: eslint0.Linter.RulesRecord;
|
|
3654
3654
|
};
|
|
3655
3655
|
recommended: {
|
|
3656
3656
|
name: string;
|
|
@@ -3681,7 +3681,7 @@ declare const pluginsLoaders: {
|
|
|
3681
3681
|
readonly xspecify: false;
|
|
3682
3682
|
};
|
|
3683
3683
|
};
|
|
3684
|
-
rules:
|
|
3684
|
+
rules: eslint0.Linter.RulesRecord;
|
|
3685
3685
|
};
|
|
3686
3686
|
};
|
|
3687
3687
|
} | null;
|
|
@@ -3702,7 +3702,7 @@ declare const pluginsLoaders: {
|
|
|
3702
3702
|
throwIfNotFound?: boolean;
|
|
3703
3703
|
}) => Promise<{
|
|
3704
3704
|
packageName: "@eslint/markdown";
|
|
3705
|
-
module: typeof
|
|
3705
|
+
module: typeof _eslint_markdown0.default;
|
|
3706
3706
|
}>;
|
|
3707
3707
|
"jsx-a11y": (context: UnConfigContext, options?: {
|
|
3708
3708
|
throwIfNotFound?: boolean;
|
|
@@ -3751,15 +3751,15 @@ declare const pluginsLoaders: {
|
|
|
3751
3751
|
};
|
|
3752
3752
|
};
|
|
3753
3753
|
configs: {
|
|
3754
|
-
all:
|
|
3755
|
-
recommended:
|
|
3756
|
-
style:
|
|
3757
|
-
"flat/all":
|
|
3758
|
-
"flat/recommended":
|
|
3759
|
-
"flat/style":
|
|
3754
|
+
all: eslint0.Linter.LegacyConfig;
|
|
3755
|
+
recommended: eslint0.Linter.LegacyConfig;
|
|
3756
|
+
style: eslint0.Linter.LegacyConfig;
|
|
3757
|
+
"flat/all": eslint0.Linter.FlatConfig;
|
|
3758
|
+
"flat/recommended": eslint0.Linter.FlatConfig;
|
|
3759
|
+
"flat/style": eslint0.Linter.FlatConfig;
|
|
3760
3760
|
};
|
|
3761
3761
|
rules: {
|
|
3762
|
-
[key: string]:
|
|
3762
|
+
[key: string]: eslint0.Rule.RuleModule;
|
|
3763
3763
|
};
|
|
3764
3764
|
} | null;
|
|
3765
3765
|
}>;
|
|
@@ -3812,11 +3812,11 @@ declare const pluginsLoaders: {
|
|
|
3812
3812
|
version: string;
|
|
3813
3813
|
};
|
|
3814
3814
|
configs: {
|
|
3815
|
-
recommended:
|
|
3816
|
-
"recommended-ci":
|
|
3815
|
+
recommended: eslint0.Linter.Config;
|
|
3816
|
+
"recommended-ci": eslint0.Linter.Config;
|
|
3817
3817
|
};
|
|
3818
3818
|
rules: {
|
|
3819
|
-
activate:
|
|
3819
|
+
activate: eslint0.Rule.RuleModule;
|
|
3820
3820
|
};
|
|
3821
3821
|
};
|
|
3822
3822
|
}>;
|
|
@@ -3836,49 +3836,49 @@ declare const pluginsLoaders: {
|
|
|
3836
3836
|
version: string;
|
|
3837
3837
|
};
|
|
3838
3838
|
rules: {
|
|
3839
|
-
"consistent-output":
|
|
3840
|
-
"fixer-return":
|
|
3841
|
-
"meta-property-ordering":
|
|
3842
|
-
"no-deprecated-context-methods":
|
|
3843
|
-
"no-deprecated-report-api":
|
|
3844
|
-
"no-identical-tests":
|
|
3845
|
-
"no-meta-replaced-by":
|
|
3846
|
-
"no-meta-schema-default":
|
|
3847
|
-
"no-missing-message-ids":
|
|
3848
|
-
"no-missing-placeholders":
|
|
3849
|
-
"no-only-tests":
|
|
3850
|
-
"no-property-in-node":
|
|
3851
|
-
"no-unused-message-ids":
|
|
3852
|
-
"no-unused-placeholders":
|
|
3853
|
-
"no-useless-token-range":
|
|
3854
|
-
"prefer-message-ids":
|
|
3855
|
-
"prefer-object-rule":
|
|
3856
|
-
"prefer-output-null":
|
|
3857
|
-
"prefer-placeholders":
|
|
3858
|
-
"prefer-replace-text":
|
|
3859
|
-
"report-message-format":
|
|
3860
|
-
"require-meta-default-options":
|
|
3861
|
-
"require-meta-docs-description":
|
|
3862
|
-
"require-meta-docs-recommended":
|
|
3863
|
-
"require-meta-docs-url":
|
|
3864
|
-
"require-meta-fixable":
|
|
3865
|
-
"require-meta-has-suggestions":
|
|
3866
|
-
"require-meta-schema-description":
|
|
3867
|
-
"require-meta-schema":
|
|
3868
|
-
"require-meta-type":
|
|
3869
|
-
"require-test-case-name":
|
|
3870
|
-
"test-case-property-ordering":
|
|
3871
|
-
"test-case-shorthand-strings":
|
|
3872
|
-
"unique-test-case-names":
|
|
3839
|
+
"consistent-output": eslint0.Rule.RuleModule;
|
|
3840
|
+
"fixer-return": eslint0.Rule.RuleModule;
|
|
3841
|
+
"meta-property-ordering": eslint0.Rule.RuleModule;
|
|
3842
|
+
"no-deprecated-context-methods": eslint0.Rule.RuleModule;
|
|
3843
|
+
"no-deprecated-report-api": eslint0.Rule.RuleModule;
|
|
3844
|
+
"no-identical-tests": eslint0.Rule.RuleModule;
|
|
3845
|
+
"no-meta-replaced-by": eslint0.Rule.RuleModule;
|
|
3846
|
+
"no-meta-schema-default": eslint0.Rule.RuleModule;
|
|
3847
|
+
"no-missing-message-ids": eslint0.Rule.RuleModule;
|
|
3848
|
+
"no-missing-placeholders": eslint0.Rule.RuleModule;
|
|
3849
|
+
"no-only-tests": eslint0.Rule.RuleModule;
|
|
3850
|
+
"no-property-in-node": eslint0.Rule.RuleModule;
|
|
3851
|
+
"no-unused-message-ids": eslint0.Rule.RuleModule;
|
|
3852
|
+
"no-unused-placeholders": eslint0.Rule.RuleModule;
|
|
3853
|
+
"no-useless-token-range": eslint0.Rule.RuleModule;
|
|
3854
|
+
"prefer-message-ids": eslint0.Rule.RuleModule;
|
|
3855
|
+
"prefer-object-rule": eslint0.Rule.RuleModule;
|
|
3856
|
+
"prefer-output-null": eslint0.Rule.RuleModule;
|
|
3857
|
+
"prefer-placeholders": eslint0.Rule.RuleModule;
|
|
3858
|
+
"prefer-replace-text": eslint0.Rule.RuleModule;
|
|
3859
|
+
"report-message-format": eslint0.Rule.RuleModule;
|
|
3860
|
+
"require-meta-default-options": eslint0.Rule.RuleModule;
|
|
3861
|
+
"require-meta-docs-description": eslint0.Rule.RuleModule;
|
|
3862
|
+
"require-meta-docs-recommended": eslint0.Rule.RuleModule;
|
|
3863
|
+
"require-meta-docs-url": eslint0.Rule.RuleModule;
|
|
3864
|
+
"require-meta-fixable": eslint0.Rule.RuleModule;
|
|
3865
|
+
"require-meta-has-suggestions": eslint0.Rule.RuleModule;
|
|
3866
|
+
"require-meta-schema-description": eslint0.Rule.RuleModule;
|
|
3867
|
+
"require-meta-schema": eslint0.Rule.RuleModule;
|
|
3868
|
+
"require-meta-type": eslint0.Rule.RuleModule;
|
|
3869
|
+
"require-test-case-name": eslint0.Rule.RuleModule;
|
|
3870
|
+
"test-case-property-ordering": eslint0.Rule.RuleModule;
|
|
3871
|
+
"test-case-shorthand-strings": eslint0.Rule.RuleModule;
|
|
3872
|
+
"unique-test-case-names": eslint0.Rule.RuleModule;
|
|
3873
3873
|
};
|
|
3874
3874
|
configs: {
|
|
3875
|
-
all:
|
|
3876
|
-
"all-type-checked":
|
|
3877
|
-
recommended:
|
|
3878
|
-
rules:
|
|
3879
|
-
tests:
|
|
3880
|
-
"rules-recommended":
|
|
3881
|
-
"tests-recommended":
|
|
3875
|
+
all: eslint0.Linter.Config<_eslint_core148.RulesConfig>;
|
|
3876
|
+
"all-type-checked": eslint0.Linter.Config<_eslint_core148.RulesConfig>;
|
|
3877
|
+
recommended: eslint0.Linter.Config<_eslint_core148.RulesConfig>;
|
|
3878
|
+
rules: eslint0.Linter.Config<_eslint_core148.RulesConfig>;
|
|
3879
|
+
tests: eslint0.Linter.Config<_eslint_core148.RulesConfig>;
|
|
3880
|
+
"rules-recommended": eslint0.Linter.Config<_eslint_core148.RulesConfig>;
|
|
3881
|
+
"tests-recommended": eslint0.Linter.Config<_eslint_core148.RulesConfig>;
|
|
3882
3882
|
};
|
|
3883
3883
|
} | null;
|
|
3884
3884
|
}>;
|
|
@@ -3922,10 +3922,10 @@ declare const pluginsLoaders: {
|
|
|
3922
3922
|
version: string;
|
|
3923
3923
|
};
|
|
3924
3924
|
configs: {
|
|
3925
|
-
globals:
|
|
3926
|
-
recommended:
|
|
3925
|
+
globals: eslint0.Linter.Config<eslint0.Linter.RulesRecord>;
|
|
3926
|
+
recommended: eslint0.Linter.Config<eslint0.Linter.RulesRecord>;
|
|
3927
3927
|
};
|
|
3928
|
-
rules: NonNullable<
|
|
3928
|
+
rules: NonNullable<eslint0.ESLint.Plugin["rules"]>;
|
|
3929
3929
|
} | null;
|
|
3930
3930
|
}>;
|
|
3931
3931
|
"css-in-js": (context: UnConfigContext, options?: {
|
|
@@ -3946,19 +3946,19 @@ declare const pluginsLoaders: {
|
|
|
3946
3946
|
packageName: "eslint-plugin-compat";
|
|
3947
3947
|
module: {
|
|
3948
3948
|
config: {
|
|
3949
|
-
"flat/recommended":
|
|
3950
|
-
recommended:
|
|
3949
|
+
"flat/recommended": eslint0.Linter.FlatConfig;
|
|
3950
|
+
recommended: eslint0.Linter.Config;
|
|
3951
3951
|
};
|
|
3952
3952
|
meta: {
|
|
3953
3953
|
name: string;
|
|
3954
3954
|
version: string;
|
|
3955
3955
|
};
|
|
3956
3956
|
configs: {
|
|
3957
|
-
"flat/recommended":
|
|
3958
|
-
recommended:
|
|
3957
|
+
"flat/recommended": eslint0.Linter.FlatConfig;
|
|
3958
|
+
recommended: eslint0.Linter.Config;
|
|
3959
3959
|
};
|
|
3960
3960
|
rules: {
|
|
3961
|
-
compat:
|
|
3961
|
+
compat: eslint0.Rule.RuleModule;
|
|
3962
3962
|
};
|
|
3963
3963
|
} | null;
|
|
3964
3964
|
}>;
|
|
@@ -4011,25 +4011,25 @@ declare const pluginsLoaders: {
|
|
|
4011
4011
|
};
|
|
4012
4012
|
};
|
|
4013
4013
|
rules: {
|
|
4014
|
-
[key: string]:
|
|
4014
|
+
[key: string]: eslint0.Rule.RuleModule;
|
|
4015
4015
|
};
|
|
4016
4016
|
processors: {
|
|
4017
|
-
".astro":
|
|
4018
|
-
astro:
|
|
4019
|
-
"client-side-ts":
|
|
4017
|
+
".astro": eslint0.Linter.Processor;
|
|
4018
|
+
astro: eslint0.Linter.Processor;
|
|
4019
|
+
"client-side-ts": eslint0.Linter.Processor;
|
|
4020
4020
|
};
|
|
4021
4021
|
} & {
|
|
4022
4022
|
configs: {
|
|
4023
|
-
base:
|
|
4024
|
-
recommended:
|
|
4025
|
-
all:
|
|
4026
|
-
"jsx-a11y-strict":
|
|
4027
|
-
"jsx-a11y-recommended":
|
|
4028
|
-
"flat/base":
|
|
4029
|
-
"flat/recommended":
|
|
4030
|
-
"flat/all":
|
|
4031
|
-
"flat/jsx-a11y-strict":
|
|
4032
|
-
"flat/jsx-a11y-recommended":
|
|
4023
|
+
base: eslint0.Linter.Config[];
|
|
4024
|
+
recommended: eslint0.Linter.Config[];
|
|
4025
|
+
all: eslint0.Linter.Config[];
|
|
4026
|
+
"jsx-a11y-strict": eslint0.Linter.Config[];
|
|
4027
|
+
"jsx-a11y-recommended": eslint0.Linter.Config[];
|
|
4028
|
+
"flat/base": eslint0.Linter.Config[];
|
|
4029
|
+
"flat/recommended": eslint0.Linter.Config[];
|
|
4030
|
+
"flat/all": eslint0.Linter.Config[];
|
|
4031
|
+
"flat/jsx-a11y-strict": eslint0.Linter.Config[];
|
|
4032
|
+
"flat/jsx-a11y-recommended": eslint0.Linter.Config[];
|
|
4033
4033
|
};
|
|
4034
4034
|
}) | null;
|
|
4035
4035
|
}>;
|
|
@@ -4051,7 +4051,7 @@ declare const pluginsLoaders: {
|
|
|
4051
4051
|
packageName: "@stylistic";
|
|
4052
4052
|
module: {
|
|
4053
4053
|
rules: _stylistic_eslint_plugin0.Rules;
|
|
4054
|
-
configs:
|
|
4054
|
+
configs: eslint0.ESLint.Plugin["configs"] & _stylistic_eslint_plugin0.Configs;
|
|
4055
4055
|
};
|
|
4056
4056
|
}>;
|
|
4057
4057
|
"@next/next": (context: UnConfigContext, options?: {
|
|
@@ -4063,33 +4063,33 @@ declare const pluginsLoaders: {
|
|
|
4063
4063
|
name: string;
|
|
4064
4064
|
};
|
|
4065
4065
|
rules: {
|
|
4066
|
-
"google-font-display":
|
|
4067
|
-
"google-font-preconnect":
|
|
4068
|
-
"inline-script-id":
|
|
4069
|
-
"next-script-for-ga":
|
|
4070
|
-
"no-assign-module-variable":
|
|
4071
|
-
"no-async-client-component":
|
|
4072
|
-
"no-before-interactive-script-outside-document":
|
|
4073
|
-
"no-css-tags":
|
|
4074
|
-
"no-document-import-in-page":
|
|
4075
|
-
"no-duplicate-head":
|
|
4076
|
-
"no-head-element":
|
|
4077
|
-
"no-head-import-in-document":
|
|
4078
|
-
"no-html-link-for-pages":
|
|
4079
|
-
"no-img-element":
|
|
4080
|
-
"no-page-custom-font":
|
|
4081
|
-
"no-script-component-in-head":
|
|
4082
|
-
"no-styled-jsx-in-document":
|
|
4083
|
-
"no-sync-scripts":
|
|
4084
|
-
"no-title-in-document-head":
|
|
4085
|
-
"no-typos":
|
|
4086
|
-
"no-unwanted-polyfillio":
|
|
4066
|
+
"google-font-display": eslint0.Rule.RuleModule;
|
|
4067
|
+
"google-font-preconnect": eslint0.Rule.RuleModule;
|
|
4068
|
+
"inline-script-id": eslint0.Rule.RuleModule;
|
|
4069
|
+
"next-script-for-ga": eslint0.Rule.RuleModule;
|
|
4070
|
+
"no-assign-module-variable": eslint0.Rule.RuleModule;
|
|
4071
|
+
"no-async-client-component": eslint0.Rule.RuleModule;
|
|
4072
|
+
"no-before-interactive-script-outside-document": eslint0.Rule.RuleModule;
|
|
4073
|
+
"no-css-tags": eslint0.Rule.RuleModule;
|
|
4074
|
+
"no-document-import-in-page": eslint0.Rule.RuleModule;
|
|
4075
|
+
"no-duplicate-head": eslint0.Rule.RuleModule;
|
|
4076
|
+
"no-head-element": eslint0.Rule.RuleModule;
|
|
4077
|
+
"no-head-import-in-document": eslint0.Rule.RuleModule;
|
|
4078
|
+
"no-html-link-for-pages": eslint0.Rule.RuleModule;
|
|
4079
|
+
"no-img-element": eslint0.Rule.RuleModule;
|
|
4080
|
+
"no-page-custom-font": eslint0.Rule.RuleModule;
|
|
4081
|
+
"no-script-component-in-head": eslint0.Rule.RuleModule;
|
|
4082
|
+
"no-styled-jsx-in-document": eslint0.Rule.RuleModule;
|
|
4083
|
+
"no-sync-scripts": eslint0.Rule.RuleModule;
|
|
4084
|
+
"no-title-in-document-head": eslint0.Rule.RuleModule;
|
|
4085
|
+
"no-typos": eslint0.Rule.RuleModule;
|
|
4086
|
+
"no-unwanted-polyfillio": eslint0.Rule.RuleModule;
|
|
4087
4087
|
};
|
|
4088
4088
|
configs: {
|
|
4089
|
-
'recommended-legacy':
|
|
4090
|
-
'core-web-vitals-legacy':
|
|
4091
|
-
recommended:
|
|
4092
|
-
'core-web-vitals':
|
|
4089
|
+
'recommended-legacy': eslint0.Linter.LegacyConfig;
|
|
4090
|
+
'core-web-vitals-legacy': eslint0.Linter.LegacyConfig;
|
|
4091
|
+
recommended: eslint0.Linter.Config;
|
|
4092
|
+
'core-web-vitals': eslint0.Linter.Config;
|
|
4093
4093
|
};
|
|
4094
4094
|
} | null;
|
|
4095
4095
|
}>;
|
|
@@ -4260,7 +4260,7 @@ declare const packagesLoaders: {
|
|
|
4260
4260
|
throwIfNotFound?: boolean;
|
|
4261
4261
|
}) => Promise<{
|
|
4262
4262
|
packageName: "eslint-plugin-vue";
|
|
4263
|
-
module: EslintProcessor<string |
|
|
4263
|
+
module: EslintProcessor<string | _eslint_core148.ProcessorFile> | null;
|
|
4264
4264
|
}>;
|
|
4265
4265
|
vueBlocksProcessor: (context: UnConfigContext, options?: {
|
|
4266
4266
|
throwIfNotFound?: boolean;
|
|
@@ -4304,13 +4304,13 @@ declare const packagesLoaders: {
|
|
|
4304
4304
|
throwIfNotFound?: boolean;
|
|
4305
4305
|
}) => Promise<{
|
|
4306
4306
|
packageName: "eslint-plugin-mdx";
|
|
4307
|
-
module: typeof
|
|
4307
|
+
module: typeof eslint_plugin_mdx0;
|
|
4308
4308
|
}>;
|
|
4309
4309
|
eslintPluginMarkdown: (context: UnConfigContext, options?: {
|
|
4310
4310
|
throwIfNotFound?: boolean;
|
|
4311
4311
|
}) => Promise<{
|
|
4312
4312
|
packageName: "@eslint/markdown";
|
|
4313
|
-
module: typeof
|
|
4313
|
+
module: typeof _eslint_markdown0.default;
|
|
4314
4314
|
}>;
|
|
4315
4315
|
eslintPluginImportX: (context: UnConfigContext, options?: {
|
|
4316
4316
|
throwIfNotFound?: boolean;
|
|
@@ -4491,7 +4491,7 @@ declare const packagesLoaders: {
|
|
|
4491
4491
|
};
|
|
4492
4492
|
supportsAutofix: true;
|
|
4493
4493
|
preprocess(code: string, filePath: string): (string | _graphql_eslint_eslint_plugin_processor0.Block)[];
|
|
4494
|
-
postprocess(messages:
|
|
4494
|
+
postprocess(messages: eslint0.Linter.LintMessage[][], filePath: string): eslint0.Linter.LintMessage[];
|
|
4495
4495
|
};
|
|
4496
4496
|
rules: {
|
|
4497
4497
|
alphabetize: _graphql_eslint_eslint_plugin0.GraphQLESLintRule<{
|
|
@@ -5079,13 +5079,13 @@ declare const packagesLoaders: {
|
|
|
5079
5079
|
throwIfNotFound?: boolean;
|
|
5080
5080
|
}) => Promise<{
|
|
5081
5081
|
packageName: "eslint-plugin-astro";
|
|
5082
|
-
module: EslintProcessor<string |
|
|
5082
|
+
module: EslintProcessor<string | _eslint_core148.ProcessorFile> | null;
|
|
5083
5083
|
}>;
|
|
5084
5084
|
angularExtractInlineHtmlProcessor: (context: UnConfigContext, options?: {
|
|
5085
5085
|
throwIfNotFound?: boolean;
|
|
5086
5086
|
}) => Promise<{
|
|
5087
5087
|
packageName: "@angular-eslint/eslint-plugin-template";
|
|
5088
|
-
module: EslintProcessor<string |
|
|
5088
|
+
module: EslintProcessor<string | _eslint_core148.ProcessorFile> | null;
|
|
5089
5089
|
}>;
|
|
5090
5090
|
};
|
|
5091
5091
|
type LoadablePackagePrefix = keyof typeof packagesLoaders;
|
|
@@ -74282,9 +74282,9 @@ declare class ConfigEntryBuilder<ExtraPlugins extends ExtraPluginsType = never,
|
|
|
74282
74282
|
files?: (string | string[])[] | undefined;
|
|
74283
74283
|
ignores?: string[] | undefined;
|
|
74284
74284
|
language?: string | undefined;
|
|
74285
|
-
languageOptions?:
|
|
74286
|
-
linterOptions?:
|
|
74287
|
-
processor?: (string |
|
|
74285
|
+
languageOptions?: _eslint_core148.LanguageOptions | undefined;
|
|
74286
|
+
linterOptions?: _eslint_core148.LinterOptionsConfig | undefined;
|
|
74287
|
+
processor?: (string | _eslint_core148.Processor) | undefined;
|
|
74288
74288
|
plugins?: Record<string, EslintPlugin> | undefined;
|
|
74289
74289
|
settings?: Record<string, unknown> | undefined;
|
|
74290
74290
|
rules: Partial<RulesRecord>;
|