linted 15.4.14 → 15.4.15-rc.0
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/files/base.d.ts +7 -7
- package/dist/files/base.d.ts.map +1 -1
- package/dist/files/base.js.map +1 -1
- package/dist/index.d.ts +2 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +8 -2
- package/dist/index.js.map +1 -1
- package/dist/parsers/parsers.d.ts +0 -2
- package/dist/parsers/parsers.d.ts.map +1 -1
- package/dist/parsers/parsers.js +0 -2
- package/dist/parsers/parsers.js.map +1 -1
- package/dist/plugins/plugins.d.ts +596 -977
- package/dist/plugins/plugins.d.ts.map +1 -1
- package/dist/plugins/plugins.js +6 -14
- package/dist/plugins/plugins.js.map +1 -1
- package/dist/rules/rules/HtmlRule.d.ts +1 -1
- package/dist/rules/rules/HtmlRule.d.ts.map +1 -1
- package/dist/rules/rules/HtmlRule.js.map +1 -1
- package/dist/rules/rules/JsRule.d.ts +117 -117
- package/dist/rules/rules/JsRule.d.ts.map +1 -1
- package/dist/rules/rules/JsRule.js.map +1 -1
- package/dist/rules/rules/JsonRule.d.ts +13 -13
- package/dist/rules/rules/JsonRule.d.ts.map +1 -1
- package/dist/rules/rules/JsonRule.js.map +1 -1
- package/dist/rules/rules/JsoncRule.d.ts +14 -14
- package/dist/rules/rules/JsoncRule.d.ts.map +1 -1
- package/dist/rules/rules/JsoncRule.js.map +1 -1
- package/dist/rules/rules/MdRule.d.ts +12 -12
- package/dist/rules/rules/MdRule.d.ts.map +1 -1
- package/dist/rules/rules/MdRule.js.map +1 -1
- package/dist/rules/rules/SvelteRule.d.ts +191 -191
- package/dist/rules/rules/SvelteRule.d.ts.map +1 -1
- package/dist/rules/rules/SvelteRule.js.map +1 -1
- package/dist/rules/rules/TsRule.d.ts +170 -170
- package/dist/rules/rules/TsRule.d.ts.map +1 -1
- package/dist/rules/rules/TsRule.js.map +1 -1
- package/dist/rules/rules/YmlRule.d.ts +16 -16
- package/dist/rules/rules/YmlRule.d.ts.map +1 -1
- package/dist/rules/rules/YmlRule.js.map +1 -1
- package/dist/rules/rules/objects/html/HtmlEnable.d.ts.map +1 -1
- package/dist/rules/rules/objects/html/HtmlEnable.js +1 -1
- package/dist/rules/rules/objects/html/HtmlEnable.js.map +1 -1
- package/dist/rules/rules/objects/html/HtmlRecommended.d.ts +1 -1
- package/dist/rules/rules/objects/html/HtmlRecommended.d.ts.map +1 -1
- package/dist/rules/rules/objects/html/HtmlRecommended.js.map +1 -1
- package/dist/rules/rules/objects/js/JsEnable.d.ts +56 -56
- package/dist/rules/rules/objects/js/JsEnable.d.ts.map +1 -1
- package/dist/rules/rules/objects/js/JsEnable.js +1 -1
- package/dist/rules/rules/objects/js/JsEnable.js.map +1 -1
- package/dist/rules/rules/objects/js/StylisticEnable.d.ts +61 -61
- package/dist/rules/rules/objects/js/StylisticEnable.d.ts.map +1 -1
- package/dist/rules/rules/objects/js/StylisticEnable.js +1 -1
- package/dist/rules/rules/objects/js/StylisticEnable.js.map +1 -1
- package/dist/rules/rules/objects/json/JsonEnable.d.ts.map +1 -1
- package/dist/rules/rules/objects/json/JsonEnable.js +1 -1
- package/dist/rules/rules/objects/json/JsonEnable.js.map +1 -1
- package/dist/rules/rules/objects/json/JsonEnableX.d.ts +13 -13
- package/dist/rules/rules/objects/json/JsonEnableX.d.ts.map +1 -1
- package/dist/rules/rules/objects/json/JsonEnableX.js +1 -1
- package/dist/rules/rules/objects/json/JsonEnableX.js.map +1 -1
- package/dist/rules/rules/objects/jsonc/JsoncOverride.d.ts +1 -1
- package/dist/rules/rules/objects/jsonc/JsoncOverride.d.ts.map +1 -1
- package/dist/rules/rules/objects/jsonc/JsoncOverride.js +1 -1
- package/dist/rules/rules/objects/jsonc/JsoncOverride.js.map +1 -1
- package/dist/rules/rules/objects/{severity.d.ts → level.d.ts} +1 -1
- package/dist/rules/rules/objects/level.d.ts.map +1 -0
- package/dist/rules/rules/objects/{severity.js → level.js} +1 -1
- package/dist/rules/rules/objects/level.js.map +1 -0
- package/dist/rules/rules/objects/md/MdEnable.d.ts +12 -12
- package/dist/rules/rules/objects/md/MdEnable.d.ts.map +1 -1
- package/dist/rules/rules/objects/md/MdEnable.js +1 -1
- package/dist/rules/rules/objects/md/MdEnable.js.map +1 -1
- package/dist/rules/rules/objects/svelte/SvelteDisableJS.d.ts.map +1 -1
- package/dist/rules/rules/objects/svelte/SvelteDisableJS.js +1 -1
- package/dist/rules/rules/objects/svelte/SvelteDisableJS.js.map +1 -1
- package/dist/rules/rules/objects/svelte/SvelteDisableTS.d.ts.map +1 -1
- package/dist/rules/rules/objects/svelte/SvelteDisableTS.js +1 -1
- package/dist/rules/rules/objects/svelte/SvelteDisableTS.js.map +1 -1
- package/dist/rules/rules/objects/svelte/SvelteDisableX.d.ts.map +1 -1
- package/dist/rules/rules/objects/svelte/SvelteDisableX.js +1 -1
- package/dist/rules/rules/objects/svelte/SvelteDisableX.js.map +1 -1
- package/dist/rules/rules/objects/svelte/SvelteEnable.d.ts +20 -20
- package/dist/rules/rules/objects/svelte/SvelteEnable.d.ts.map +1 -1
- package/dist/rules/rules/objects/svelte/SvelteEnable.js +1 -1
- package/dist/rules/rules/objects/svelte/SvelteEnable.js.map +1 -1
- package/dist/rules/rules/objects/svelte/SvelteEnableX.d.ts +1 -1
- package/dist/rules/rules/objects/svelte/SvelteEnableX.d.ts.map +1 -1
- package/dist/rules/rules/objects/svelte/SvelteEnableX.js +1 -1
- package/dist/rules/rules/objects/svelte/SvelteEnableX.js.map +1 -1
- package/dist/rules/rules/objects/ts/TsDisableCompiler.d.ts.map +1 -1
- package/dist/rules/rules/objects/ts/TsDisableCompiler.js +1 -1
- package/dist/rules/rules/objects/ts/TsDisableCompiler.js.map +1 -1
- package/dist/rules/rules/objects/ts/TsDisableX.d.ts.map +1 -1
- package/dist/rules/rules/objects/ts/TsDisableX.js +1 -1
- package/dist/rules/rules/objects/ts/TsDisableX.js.map +1 -1
- package/dist/rules/rules/objects/ts/TsEnable.d.ts +43 -43
- package/dist/rules/rules/objects/ts/TsEnable.d.ts.map +1 -1
- package/dist/rules/rules/objects/ts/TsEnable.js +1 -1
- package/dist/rules/rules/objects/ts/TsEnable.js.map +1 -1
- package/dist/rules/rules/objects/ts/TsEnableX.d.ts +10 -10
- package/dist/rules/rules/objects/ts/TsEnableX.d.ts.map +1 -1
- package/dist/rules/rules/objects/ts/TsEnableX.js +1 -1
- package/dist/rules/rules/objects/ts/TsEnableX.js.map +1 -1
- package/dist/rules/rules/objects/yml/YmlEnable.d.ts +8 -8
- package/dist/rules/rules/objects/yml/YmlEnable.d.ts.map +1 -1
- package/dist/rules/rules/objects/yml/YmlEnable.js +1 -1
- package/dist/rules/rules/objects/yml/YmlEnable.js.map +1 -1
- package/dist/rules/rules/objects/yml/YmlEnableX.d.ts +8 -8
- package/dist/rules/rules/objects/yml/YmlEnableX.d.ts.map +1 -1
- package/dist/rules/rules/objects/yml/YmlEnableX.js +1 -1
- package/dist/rules/rules/objects/yml/YmlEnableX.js.map +1 -1
- package/dist/rules/rules.d.ts +522 -522
- package/dist/rules/rules.d.ts.map +1 -1
- package/dist/rules/rules.js.map +1 -1
- package/package.json +2 -2
- package/src/files/base.ts +2 -2
- package/src/index.ts +12 -8
- package/src/parsers/parsers.ts +2 -4
- package/src/plugins/plugins.ts +8 -16
- package/src/rules/rules/HtmlRule.ts +2 -2
- package/src/rules/rules/JsRule.ts +2 -2
- package/src/rules/rules/JsonRule.ts +2 -2
- package/src/rules/rules/JsoncRule.ts +2 -2
- package/src/rules/rules/MdRule.ts +2 -2
- package/src/rules/rules/SvelteRule.ts +2 -2
- package/src/rules/rules/TsRule.ts +2 -2
- package/src/rules/rules/YmlRule.ts +2 -2
- package/src/rules/rules/objects/html/HtmlEnable.ts +3 -3
- package/src/rules/rules/objects/html/HtmlRecommended.ts +3 -3
- package/src/rules/rules/objects/js/JsEnable.ts +3 -3
- package/src/rules/rules/objects/js/StylisticEnable.ts +3 -3
- package/src/rules/rules/objects/json/JsonEnable.ts +3 -3
- package/src/rules/rules/objects/json/JsonEnableX.ts +3 -3
- package/src/rules/rules/objects/jsonc/JsoncOverride.ts +3 -3
- package/src/rules/rules/objects/md/MdEnable.ts +3 -3
- package/src/rules/rules/objects/svelte/SvelteDisableJS.ts +3 -3
- package/src/rules/rules/objects/svelte/SvelteDisableTS.ts +3 -3
- package/src/rules/rules/objects/svelte/SvelteDisableX.ts +3 -3
- package/src/rules/rules/objects/svelte/SvelteEnable.ts +3 -3
- package/src/rules/rules/objects/svelte/SvelteEnableX.ts +3 -3
- package/src/rules/rules/objects/ts/TsDisableCompiler.ts +3 -3
- package/src/rules/rules/objects/ts/TsDisableX.ts +3 -3
- package/src/rules/rules/objects/ts/TsEnable.ts +3 -3
- package/src/rules/rules/objects/ts/TsEnableX.ts +3 -3
- package/src/rules/rules/objects/yml/YmlEnable.ts +3 -3
- package/src/rules/rules/objects/yml/YmlEnableX.ts +3 -3
- package/src/rules/rules.ts +2 -2
- package/dist/rules/rules/objects/severity.d.ts.map +0 -1
- package/dist/rules/rules/objects/severity.js.map +0 -1
- /package/src/rules/rules/objects/{severity.ts → level.ts} +0 -0
@@ -1,1014 +1,633 @@
|
|
1
1
|
import stylistic from "@stylistic/eslint-plugin";
|
2
2
|
declare const _default: {
|
3
|
-
readonly
|
4
|
-
|
5
|
-
|
6
|
-
readonly ts: {
|
7
|
-
readonly "@stylistic": typeof stylistic;
|
8
|
-
readonly "@typescript-eslint": {
|
9
|
-
configs: unknown;
|
10
|
-
};
|
3
|
+
readonly "@stylistic": typeof stylistic;
|
4
|
+
readonly "@typescript-eslint": {
|
5
|
+
configs: unknown;
|
11
6
|
};
|
12
7
|
readonly svelte: {
|
13
|
-
|
14
|
-
|
15
|
-
|
8
|
+
meta: typeof import("eslint-plugin-svelte/lib/meta.js");
|
9
|
+
configs: {
|
10
|
+
base: import("eslint").Linter.Config<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
11
|
+
recommended: import("eslint").Linter.Config<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
12
|
+
prettier: import("eslint").Linter.Config<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
13
|
+
all: import("eslint").Linter.Config<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
14
|
+
"flat/base": import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>[];
|
15
|
+
"flat/recommended": import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>[];
|
16
|
+
"flat/prettier": import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>[];
|
17
|
+
"flat/all": import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>[];
|
16
18
|
};
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
all: import("eslint").Linter.Config<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
24
|
-
"flat/base": import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>[];
|
25
|
-
"flat/recommended": import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>[];
|
26
|
-
"flat/prettier": import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>[];
|
27
|
-
"flat/all": import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>[];
|
28
|
-
};
|
29
|
-
rules: {
|
30
|
-
[key: string]: import("eslint-plugin-svelte/lib/types.js").RuleModule;
|
31
|
-
};
|
32
|
-
processors: {
|
33
|
-
".svelte": typeof import("eslint-plugin-svelte/lib/processor/index.js");
|
34
|
-
svelte: typeof import("eslint-plugin-svelte/lib/processor/index.js");
|
35
|
-
};
|
19
|
+
rules: {
|
20
|
+
[key: string]: import("eslint-plugin-svelte/lib/types.js").RuleModule;
|
21
|
+
};
|
22
|
+
processors: {
|
23
|
+
".svelte": typeof import("eslint-plugin-svelte/lib/processor/index.js");
|
24
|
+
svelte: typeof import("eslint-plugin-svelte/lib/processor/index.js");
|
36
25
|
};
|
37
26
|
};
|
38
|
-
readonly html: {
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
"sort-attrs": import("../types").RuleModule;
|
82
|
-
};
|
27
|
+
readonly "@html-eslint": {
|
28
|
+
configs: {
|
29
|
+
recommended: typeof import("@html-eslint/eslint-plugin/types/configs/recommended.js");
|
30
|
+
"flat/recommended": import("eslint").Linter.FlatConfig;
|
31
|
+
rules: {
|
32
|
+
"require-lang": import("../types").RuleModule;
|
33
|
+
"require-img-alt": import("../types").RuleModule;
|
34
|
+
"require-doctype": import("../types").RuleModule;
|
35
|
+
"require-title": import("../types").RuleModule;
|
36
|
+
"no-duplicate-id": import("../types").RuleModule;
|
37
|
+
"no-inline-styles": import("../types").RuleModule;
|
38
|
+
"no-multiple-h1": import("../types").RuleModule;
|
39
|
+
"no-extra-spacing-attrs": import("../types").RuleModule;
|
40
|
+
"attrs-newline": import("../types").RuleModule;
|
41
|
+
"element-newline": import("../types").RuleModule;
|
42
|
+
"no-skip-heading-levels": import("../types").RuleModule;
|
43
|
+
"require-li-container": import("../types").RuleModule;
|
44
|
+
indent: import("../types").RuleModule;
|
45
|
+
quotes: import("../types").RuleModule;
|
46
|
+
"id-naming-convention": import("../types").RuleModule;
|
47
|
+
"no-obsolete-tags": import("../types").RuleModule;
|
48
|
+
"require-attrs": import("../types").RuleModule;
|
49
|
+
"require-closing-tags": import("../types").RuleModule;
|
50
|
+
"require-meta-description": import("../types").RuleModule;
|
51
|
+
"require-frame-title": import("../types").RuleModule;
|
52
|
+
"no-non-scalable-viewport": import("../types").RuleModule;
|
53
|
+
"no-positive-tabindex": import("../types").RuleModule;
|
54
|
+
"require-meta-viewport": import("../types").RuleModule;
|
55
|
+
"require-meta-charset": import("../types").RuleModule;
|
56
|
+
"no-target-blank": import("../types").RuleModule;
|
57
|
+
"no-duplicate-attrs": import("../types").RuleModule;
|
58
|
+
"no-abstract-roles": import("../types").RuleModule;
|
59
|
+
"require-button-type": import("../types").RuleModule;
|
60
|
+
"no-aria-hidden-body": import("../types").RuleModule;
|
61
|
+
"no-multiple-empty-lines": import("../types").RuleModule;
|
62
|
+
"no-accesskey-attrs": import("../types").RuleModule;
|
63
|
+
"no-restricted-attrs": import("../types").RuleModule;
|
64
|
+
"no-trailing-spaces": import("../types").RuleModule;
|
65
|
+
"no-restricted-attr-values": import("../types").RuleModule;
|
66
|
+
"no-script-style-type": import("../types").RuleModule;
|
67
|
+
lowercase: import("../types").RuleModule;
|
68
|
+
"require-open-graph-protocol": import("../types").RuleModule;
|
69
|
+
"sort-attrs": import("../types").RuleModule;
|
83
70
|
};
|
84
71
|
};
|
85
72
|
};
|
86
|
-
readonly
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
parser: string;
|
95
|
-
rules: {
|
96
|
-
strict: string;
|
97
|
-
"no-unused-expressions": string;
|
98
|
-
"no-unused-vars": string;
|
99
|
-
};
|
100
|
-
}[];
|
101
|
-
};
|
102
|
-
"auto-config": {
|
103
|
-
extends: string[];
|
104
|
-
rules: {
|
105
|
-
"jsonc/auto": string;
|
106
|
-
};
|
107
|
-
};
|
108
|
-
"recommended-with-json": {
|
109
|
-
extends: string[];
|
73
|
+
readonly jsonc: {
|
74
|
+
meta: typeof import("eslint-plugin-jsonc/meta");
|
75
|
+
configs: {
|
76
|
+
base: {
|
77
|
+
plugins: string[];
|
78
|
+
overrides: {
|
79
|
+
files: string[];
|
80
|
+
parser: string;
|
110
81
|
rules: {
|
111
|
-
|
112
|
-
"
|
113
|
-
"
|
114
|
-
"jsonc/no-binary-numeric-literals": string;
|
115
|
-
"jsonc/no-comments": string;
|
116
|
-
"jsonc/no-dupe-keys": string;
|
117
|
-
"jsonc/no-escape-sequence-in-identifier": string;
|
118
|
-
"jsonc/no-floating-decimal": string;
|
119
|
-
"jsonc/no-hexadecimal-numeric-literals": string;
|
120
|
-
"jsonc/no-infinity": string;
|
121
|
-
"jsonc/no-multi-str": string;
|
122
|
-
"jsonc/no-nan": string;
|
123
|
-
"jsonc/no-number-props": string;
|
124
|
-
"jsonc/no-numeric-separators": string;
|
125
|
-
"jsonc/no-octal-numeric-literals": string;
|
126
|
-
"jsonc/no-octal": string;
|
127
|
-
"jsonc/no-parenthesized": string;
|
128
|
-
"jsonc/no-plus-sign": string;
|
129
|
-
"jsonc/no-regexp-literals": string;
|
130
|
-
"jsonc/no-sparse-arrays": string;
|
131
|
-
"jsonc/no-template-literals": string;
|
132
|
-
"jsonc/no-undefined-value": string;
|
133
|
-
"jsonc/no-unicode-codepoint-escapes": string;
|
134
|
-
"jsonc/no-useless-escape": string;
|
135
|
-
"jsonc/quote-props": string;
|
136
|
-
"jsonc/quotes": string;
|
137
|
-
"jsonc/space-unary-ops": string;
|
138
|
-
"jsonc/valid-json-number": string;
|
139
|
-
"jsonc/vue-custom-block/no-parsing-error": string;
|
82
|
+
strict: string;
|
83
|
+
"no-unused-expressions": string;
|
84
|
+
"no-unused-vars": string;
|
140
85
|
};
|
86
|
+
}[];
|
87
|
+
};
|
88
|
+
"auto-config": {
|
89
|
+
extends: string[];
|
90
|
+
rules: {
|
91
|
+
"jsonc/auto": string;
|
141
92
|
};
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
93
|
+
};
|
94
|
+
"recommended-with-json": {
|
95
|
+
extends: string[];
|
96
|
+
rules: {
|
97
|
+
"jsonc/comma-dangle": string;
|
98
|
+
"jsonc/no-bigint-literals": string;
|
99
|
+
"jsonc/no-binary-expression": string;
|
100
|
+
"jsonc/no-binary-numeric-literals": string;
|
101
|
+
"jsonc/no-comments": string;
|
102
|
+
"jsonc/no-dupe-keys": string;
|
103
|
+
"jsonc/no-escape-sequence-in-identifier": string;
|
104
|
+
"jsonc/no-floating-decimal": string;
|
105
|
+
"jsonc/no-hexadecimal-numeric-literals": string;
|
106
|
+
"jsonc/no-infinity": string;
|
107
|
+
"jsonc/no-multi-str": string;
|
108
|
+
"jsonc/no-nan": string;
|
109
|
+
"jsonc/no-number-props": string;
|
110
|
+
"jsonc/no-numeric-separators": string;
|
111
|
+
"jsonc/no-octal-numeric-literals": string;
|
112
|
+
"jsonc/no-octal": string;
|
113
|
+
"jsonc/no-parenthesized": string;
|
114
|
+
"jsonc/no-plus-sign": string;
|
115
|
+
"jsonc/no-regexp-literals": string;
|
116
|
+
"jsonc/no-sparse-arrays": string;
|
117
|
+
"jsonc/no-template-literals": string;
|
118
|
+
"jsonc/no-undefined-value": string;
|
119
|
+
"jsonc/no-unicode-codepoint-escapes": string;
|
120
|
+
"jsonc/no-useless-escape": string;
|
121
|
+
"jsonc/quote-props": string;
|
122
|
+
"jsonc/quotes": string;
|
123
|
+
"jsonc/space-unary-ops": string;
|
124
|
+
"jsonc/valid-json-number": string;
|
125
|
+
"jsonc/vue-custom-block/no-parsing-error": string;
|
173
126
|
};
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
127
|
+
};
|
128
|
+
"recommended-with-jsonc": {
|
129
|
+
extends: string[];
|
130
|
+
rules: {
|
131
|
+
"jsonc/no-bigint-literals": string;
|
132
|
+
"jsonc/no-binary-expression": string;
|
133
|
+
"jsonc/no-binary-numeric-literals": string;
|
134
|
+
"jsonc/no-dupe-keys": string;
|
135
|
+
"jsonc/no-escape-sequence-in-identifier": string;
|
136
|
+
"jsonc/no-floating-decimal": string;
|
137
|
+
"jsonc/no-hexadecimal-numeric-literals": string;
|
138
|
+
"jsonc/no-infinity": string;
|
139
|
+
"jsonc/no-multi-str": string;
|
140
|
+
"jsonc/no-nan": string;
|
141
|
+
"jsonc/no-number-props": string;
|
142
|
+
"jsonc/no-numeric-separators": string;
|
143
|
+
"jsonc/no-octal-numeric-literals": string;
|
144
|
+
"jsonc/no-octal": string;
|
145
|
+
"jsonc/no-parenthesized": string;
|
146
|
+
"jsonc/no-plus-sign": string;
|
147
|
+
"jsonc/no-regexp-literals": string;
|
148
|
+
"jsonc/no-sparse-arrays": string;
|
149
|
+
"jsonc/no-template-literals": string;
|
150
|
+
"jsonc/no-undefined-value": string;
|
151
|
+
"jsonc/no-unicode-codepoint-escapes": string;
|
152
|
+
"jsonc/no-useless-escape": string;
|
153
|
+
"jsonc/quote-props": string;
|
154
|
+
"jsonc/quotes": string;
|
155
|
+
"jsonc/space-unary-ops": string;
|
156
|
+
"jsonc/valid-json-number": string;
|
157
|
+
"jsonc/vue-custom-block/no-parsing-error": string;
|
196
158
|
};
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
159
|
+
};
|
160
|
+
"recommended-with-json5": {
|
161
|
+
extends: string[];
|
162
|
+
rules: {
|
163
|
+
"jsonc/no-bigint-literals": string;
|
164
|
+
"jsonc/no-binary-expression": string;
|
165
|
+
"jsonc/no-binary-numeric-literals": string;
|
166
|
+
"jsonc/no-dupe-keys": string;
|
167
|
+
"jsonc/no-escape-sequence-in-identifier": string;
|
168
|
+
"jsonc/no-number-props": string;
|
169
|
+
"jsonc/no-numeric-separators": string;
|
170
|
+
"jsonc/no-octal-numeric-literals": string;
|
171
|
+
"jsonc/no-octal": string;
|
172
|
+
"jsonc/no-parenthesized": string;
|
173
|
+
"jsonc/no-regexp-literals": string;
|
174
|
+
"jsonc/no-sparse-arrays": string;
|
175
|
+
"jsonc/no-template-literals": string;
|
176
|
+
"jsonc/no-undefined-value": string;
|
177
|
+
"jsonc/no-unicode-codepoint-escapes": string;
|
178
|
+
"jsonc/no-useless-escape": string;
|
179
|
+
"jsonc/space-unary-ops": string;
|
180
|
+
"jsonc/vue-custom-block/no-parsing-error": string;
|
215
181
|
};
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
182
|
+
};
|
183
|
+
prettier: {
|
184
|
+
extends: string[];
|
185
|
+
rules: {
|
186
|
+
"jsonc/array-bracket-newline": string;
|
187
|
+
"jsonc/array-bracket-spacing": string;
|
188
|
+
"jsonc/array-element-newline": string;
|
189
|
+
"jsonc/comma-dangle": string;
|
190
|
+
"jsonc/comma-style": string;
|
191
|
+
"jsonc/indent": string;
|
192
|
+
"jsonc/key-spacing": string;
|
193
|
+
"jsonc/no-floating-decimal": string;
|
194
|
+
"jsonc/object-curly-newline": string;
|
195
|
+
"jsonc/object-curly-spacing": string;
|
196
|
+
"jsonc/object-property-newline": string;
|
197
|
+
"jsonc/quote-props": string;
|
198
|
+
"jsonc/quotes": string;
|
199
|
+
"jsonc/space-unary-ops": string;
|
221
200
|
};
|
222
|
-
"flat/base": ({
|
223
|
-
plugins: {
|
224
|
-
readonly jsonc: import("eslint").ESLint.Plugin;
|
225
|
-
};
|
226
|
-
files?: undefined;
|
227
|
-
languageOptions?: undefined;
|
228
|
-
rules?: undefined;
|
229
|
-
} | {
|
230
|
-
files: string[];
|
231
|
-
languageOptions: {
|
232
|
-
parser: typeof import("jsonc-eslint-parser");
|
233
|
-
};
|
234
|
-
rules: {
|
235
|
-
strict: "off";
|
236
|
-
"no-unused-expressions": "off";
|
237
|
-
"no-unused-vars": "off";
|
238
|
-
};
|
239
|
-
plugins?: undefined;
|
240
|
-
})[];
|
241
|
-
"flat/recommended-with-json": ({
|
242
|
-
plugins: {
|
243
|
-
readonly jsonc: import("eslint").ESLint.Plugin;
|
244
|
-
};
|
245
|
-
files?: undefined;
|
246
|
-
languageOptions?: undefined;
|
247
|
-
rules?: undefined;
|
248
|
-
} | {
|
249
|
-
files: string[];
|
250
|
-
languageOptions: {
|
251
|
-
parser: typeof import("jsonc-eslint-parser");
|
252
|
-
};
|
253
|
-
rules: {
|
254
|
-
strict: "off";
|
255
|
-
"no-unused-expressions": "off";
|
256
|
-
"no-unused-vars": "off";
|
257
|
-
};
|
258
|
-
plugins?: undefined;
|
259
|
-
} | {
|
260
|
-
rules: {
|
261
|
-
"jsonc/comma-dangle": "error";
|
262
|
-
"jsonc/no-bigint-literals": "error";
|
263
|
-
"jsonc/no-binary-expression": "error";
|
264
|
-
"jsonc/no-binary-numeric-literals": "error";
|
265
|
-
"jsonc/no-comments": "error";
|
266
|
-
"jsonc/no-dupe-keys": "error";
|
267
|
-
"jsonc/no-escape-sequence-in-identifier": "error";
|
268
|
-
"jsonc/no-floating-decimal": "error";
|
269
|
-
"jsonc/no-hexadecimal-numeric-literals": "error";
|
270
|
-
"jsonc/no-infinity": "error";
|
271
|
-
"jsonc/no-multi-str": "error";
|
272
|
-
"jsonc/no-nan": "error";
|
273
|
-
"jsonc/no-number-props": "error";
|
274
|
-
"jsonc/no-numeric-separators": "error";
|
275
|
-
"jsonc/no-octal-numeric-literals": "error";
|
276
|
-
"jsonc/no-octal": "error";
|
277
|
-
"jsonc/no-parenthesized": "error";
|
278
|
-
"jsonc/no-plus-sign": "error";
|
279
|
-
"jsonc/no-regexp-literals": "error";
|
280
|
-
"jsonc/no-sparse-arrays": "error";
|
281
|
-
"jsonc/no-template-literals": "error";
|
282
|
-
"jsonc/no-undefined-value": "error";
|
283
|
-
"jsonc/no-unicode-codepoint-escapes": "error";
|
284
|
-
"jsonc/no-useless-escape": "error";
|
285
|
-
"jsonc/quote-props": "error";
|
286
|
-
"jsonc/quotes": "error";
|
287
|
-
"jsonc/space-unary-ops": "error";
|
288
|
-
"jsonc/valid-json-number": "error";
|
289
|
-
"jsonc/vue-custom-block/no-parsing-error": "error";
|
290
|
-
};
|
291
|
-
})[];
|
292
|
-
"flat/recommended-with-jsonc": ({
|
293
|
-
plugins: {
|
294
|
-
readonly jsonc: import("eslint").ESLint.Plugin;
|
295
|
-
};
|
296
|
-
files?: undefined;
|
297
|
-
languageOptions?: undefined;
|
298
|
-
rules?: undefined;
|
299
|
-
} | {
|
300
|
-
files: string[];
|
301
|
-
languageOptions: {
|
302
|
-
parser: typeof import("jsonc-eslint-parser");
|
303
|
-
};
|
304
|
-
rules: {
|
305
|
-
strict: "off";
|
306
|
-
"no-unused-expressions": "off";
|
307
|
-
"no-unused-vars": "off";
|
308
|
-
};
|
309
|
-
plugins?: undefined;
|
310
|
-
} | {
|
311
|
-
rules: {
|
312
|
-
"jsonc/no-bigint-literals": "error";
|
313
|
-
"jsonc/no-binary-expression": "error";
|
314
|
-
"jsonc/no-binary-numeric-literals": "error";
|
315
|
-
"jsonc/no-dupe-keys": "error";
|
316
|
-
"jsonc/no-escape-sequence-in-identifier": "error";
|
317
|
-
"jsonc/no-floating-decimal": "error";
|
318
|
-
"jsonc/no-hexadecimal-numeric-literals": "error";
|
319
|
-
"jsonc/no-infinity": "error";
|
320
|
-
"jsonc/no-multi-str": "error";
|
321
|
-
"jsonc/no-nan": "error";
|
322
|
-
"jsonc/no-number-props": "error";
|
323
|
-
"jsonc/no-numeric-separators": "error";
|
324
|
-
"jsonc/no-octal-numeric-literals": "error";
|
325
|
-
"jsonc/no-octal": "error";
|
326
|
-
"jsonc/no-parenthesized": "error";
|
327
|
-
"jsonc/no-plus-sign": "error";
|
328
|
-
"jsonc/no-regexp-literals": "error";
|
329
|
-
"jsonc/no-sparse-arrays": "error";
|
330
|
-
"jsonc/no-template-literals": "error";
|
331
|
-
"jsonc/no-undefined-value": "error";
|
332
|
-
"jsonc/no-unicode-codepoint-escapes": "error";
|
333
|
-
"jsonc/no-useless-escape": "error";
|
334
|
-
"jsonc/quote-props": "error";
|
335
|
-
"jsonc/quotes": "error";
|
336
|
-
"jsonc/space-unary-ops": "error";
|
337
|
-
"jsonc/valid-json-number": "error";
|
338
|
-
"jsonc/vue-custom-block/no-parsing-error": "error";
|
339
|
-
};
|
340
|
-
})[];
|
341
|
-
"flat/recommended-with-json5": ({
|
342
|
-
plugins: {
|
343
|
-
readonly jsonc: import("eslint").ESLint.Plugin;
|
344
|
-
};
|
345
|
-
files?: undefined;
|
346
|
-
languageOptions?: undefined;
|
347
|
-
rules?: undefined;
|
348
|
-
} | {
|
349
|
-
files: string[];
|
350
|
-
languageOptions: {
|
351
|
-
parser: typeof import("jsonc-eslint-parser");
|
352
|
-
};
|
353
|
-
rules: {
|
354
|
-
strict: "off";
|
355
|
-
"no-unused-expressions": "off";
|
356
|
-
"no-unused-vars": "off";
|
357
|
-
};
|
358
|
-
plugins?: undefined;
|
359
|
-
} | {
|
360
|
-
rules: {
|
361
|
-
"jsonc/no-bigint-literals": "error";
|
362
|
-
"jsonc/no-binary-expression": "error";
|
363
|
-
"jsonc/no-binary-numeric-literals": "error";
|
364
|
-
"jsonc/no-dupe-keys": "error";
|
365
|
-
"jsonc/no-escape-sequence-in-identifier": "error";
|
366
|
-
"jsonc/no-number-props": "error";
|
367
|
-
"jsonc/no-numeric-separators": "error";
|
368
|
-
"jsonc/no-octal-numeric-literals": "error";
|
369
|
-
"jsonc/no-octal": "error";
|
370
|
-
"jsonc/no-parenthesized": "error";
|
371
|
-
"jsonc/no-regexp-literals": "error";
|
372
|
-
"jsonc/no-sparse-arrays": "error";
|
373
|
-
"jsonc/no-template-literals": "error";
|
374
|
-
"jsonc/no-undefined-value": "error";
|
375
|
-
"jsonc/no-unicode-codepoint-escapes": "error";
|
376
|
-
"jsonc/no-useless-escape": "error";
|
377
|
-
"jsonc/space-unary-ops": "error";
|
378
|
-
"jsonc/vue-custom-block/no-parsing-error": "error";
|
379
|
-
};
|
380
|
-
})[];
|
381
|
-
"flat/prettier": ({
|
382
|
-
plugins: {
|
383
|
-
readonly jsonc: import("eslint").ESLint.Plugin;
|
384
|
-
};
|
385
|
-
files?: undefined;
|
386
|
-
languageOptions?: undefined;
|
387
|
-
rules?: undefined;
|
388
|
-
} | {
|
389
|
-
files: string[];
|
390
|
-
languageOptions: {
|
391
|
-
parser: typeof import("jsonc-eslint-parser");
|
392
|
-
};
|
393
|
-
rules: {
|
394
|
-
strict: "off";
|
395
|
-
"no-unused-expressions": "off";
|
396
|
-
"no-unused-vars": "off";
|
397
|
-
};
|
398
|
-
plugins?: undefined;
|
399
|
-
} | {
|
400
|
-
rules: {
|
401
|
-
"jsonc/array-bracket-newline": "off";
|
402
|
-
"jsonc/array-bracket-spacing": "off";
|
403
|
-
"jsonc/array-element-newline": "off";
|
404
|
-
"jsonc/comma-dangle": "off";
|
405
|
-
"jsonc/comma-style": "off";
|
406
|
-
"jsonc/indent": "off";
|
407
|
-
"jsonc/key-spacing": "off";
|
408
|
-
"jsonc/no-floating-decimal": "off";
|
409
|
-
"jsonc/object-curly-newline": "off";
|
410
|
-
"jsonc/object-curly-spacing": "off";
|
411
|
-
"jsonc/object-property-newline": "off";
|
412
|
-
"jsonc/quote-props": "off";
|
413
|
-
"jsonc/quotes": "off";
|
414
|
-
"jsonc/space-unary-ops": "off";
|
415
|
-
};
|
416
|
-
})[];
|
417
|
-
"flat/all": ({
|
418
|
-
plugins: {
|
419
|
-
readonly jsonc: import("eslint").ESLint.Plugin;
|
420
|
-
};
|
421
|
-
files?: undefined;
|
422
|
-
languageOptions?: undefined;
|
423
|
-
rules?: undefined;
|
424
|
-
} | {
|
425
|
-
files: string[];
|
426
|
-
languageOptions: {
|
427
|
-
parser: typeof import("jsonc-eslint-parser");
|
428
|
-
};
|
429
|
-
rules: {
|
430
|
-
strict: "off";
|
431
|
-
"no-unused-expressions": "off";
|
432
|
-
"no-unused-vars": "off";
|
433
|
-
};
|
434
|
-
plugins?: undefined;
|
435
|
-
} | {
|
436
|
-
rules: {
|
437
|
-
[x: string]: import("eslint").Linter.RuleEntry<any[]>;
|
438
|
-
};
|
439
|
-
})[];
|
440
201
|
};
|
441
|
-
|
442
|
-
|
202
|
+
all: {
|
203
|
+
extends: string[];
|
204
|
+
rules: {
|
205
|
+
[x: string]: string;
|
206
|
+
};
|
443
207
|
};
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
getStaticJSONValue: typeof import("eslint-plugin-jsonc").getStaticJSONValue;
|
448
|
-
};
|
449
|
-
};
|
450
|
-
readonly jsonc: {
|
451
|
-
readonly jsonc: {
|
452
|
-
meta: typeof import("eslint-plugin-jsonc/meta");
|
453
|
-
configs: {
|
454
|
-
base: {
|
455
|
-
plugins: string[];
|
456
|
-
overrides: {
|
457
|
-
files: string[];
|
458
|
-
parser: string;
|
459
|
-
rules: {
|
460
|
-
strict: string;
|
461
|
-
"no-unused-expressions": string;
|
462
|
-
"no-unused-vars": string;
|
463
|
-
};
|
464
|
-
}[];
|
465
|
-
};
|
466
|
-
"auto-config": {
|
467
|
-
extends: string[];
|
468
|
-
rules: {
|
469
|
-
"jsonc/auto": string;
|
470
|
-
};
|
208
|
+
"flat/base": ({
|
209
|
+
plugins: {
|
210
|
+
readonly jsonc: import("eslint").ESLint.Plugin;
|
471
211
|
};
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
"jsonc/no-comments": string;
|
480
|
-
"jsonc/no-dupe-keys": string;
|
481
|
-
"jsonc/no-escape-sequence-in-identifier": string;
|
482
|
-
"jsonc/no-floating-decimal": string;
|
483
|
-
"jsonc/no-hexadecimal-numeric-literals": string;
|
484
|
-
"jsonc/no-infinity": string;
|
485
|
-
"jsonc/no-multi-str": string;
|
486
|
-
"jsonc/no-nan": string;
|
487
|
-
"jsonc/no-number-props": string;
|
488
|
-
"jsonc/no-numeric-separators": string;
|
489
|
-
"jsonc/no-octal-numeric-literals": string;
|
490
|
-
"jsonc/no-octal": string;
|
491
|
-
"jsonc/no-parenthesized": string;
|
492
|
-
"jsonc/no-plus-sign": string;
|
493
|
-
"jsonc/no-regexp-literals": string;
|
494
|
-
"jsonc/no-sparse-arrays": string;
|
495
|
-
"jsonc/no-template-literals": string;
|
496
|
-
"jsonc/no-undefined-value": string;
|
497
|
-
"jsonc/no-unicode-codepoint-escapes": string;
|
498
|
-
"jsonc/no-useless-escape": string;
|
499
|
-
"jsonc/quote-props": string;
|
500
|
-
"jsonc/quotes": string;
|
501
|
-
"jsonc/space-unary-ops": string;
|
502
|
-
"jsonc/valid-json-number": string;
|
503
|
-
"jsonc/vue-custom-block/no-parsing-error": string;
|
504
|
-
};
|
212
|
+
files?: undefined;
|
213
|
+
languageOptions?: undefined;
|
214
|
+
rules?: undefined;
|
215
|
+
} | {
|
216
|
+
files: string[];
|
217
|
+
languageOptions: {
|
218
|
+
parser: typeof import("jsonc-eslint-parser");
|
505
219
|
};
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
"jsonc/no-binary-expression": string;
|
511
|
-
"jsonc/no-binary-numeric-literals": string;
|
512
|
-
"jsonc/no-dupe-keys": string;
|
513
|
-
"jsonc/no-escape-sequence-in-identifier": string;
|
514
|
-
"jsonc/no-floating-decimal": string;
|
515
|
-
"jsonc/no-hexadecimal-numeric-literals": string;
|
516
|
-
"jsonc/no-infinity": string;
|
517
|
-
"jsonc/no-multi-str": string;
|
518
|
-
"jsonc/no-nan": string;
|
519
|
-
"jsonc/no-number-props": string;
|
520
|
-
"jsonc/no-numeric-separators": string;
|
521
|
-
"jsonc/no-octal-numeric-literals": string;
|
522
|
-
"jsonc/no-octal": string;
|
523
|
-
"jsonc/no-parenthesized": string;
|
524
|
-
"jsonc/no-plus-sign": string;
|
525
|
-
"jsonc/no-regexp-literals": string;
|
526
|
-
"jsonc/no-sparse-arrays": string;
|
527
|
-
"jsonc/no-template-literals": string;
|
528
|
-
"jsonc/no-undefined-value": string;
|
529
|
-
"jsonc/no-unicode-codepoint-escapes": string;
|
530
|
-
"jsonc/no-useless-escape": string;
|
531
|
-
"jsonc/quote-props": string;
|
532
|
-
"jsonc/quotes": string;
|
533
|
-
"jsonc/space-unary-ops": string;
|
534
|
-
"jsonc/valid-json-number": string;
|
535
|
-
"jsonc/vue-custom-block/no-parsing-error": string;
|
536
|
-
};
|
220
|
+
rules: {
|
221
|
+
strict: "off";
|
222
|
+
"no-unused-expressions": "off";
|
223
|
+
"no-unused-vars": "off";
|
537
224
|
};
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
"jsonc/no-binary-numeric-literals": string;
|
544
|
-
"jsonc/no-dupe-keys": string;
|
545
|
-
"jsonc/no-escape-sequence-in-identifier": string;
|
546
|
-
"jsonc/no-number-props": string;
|
547
|
-
"jsonc/no-numeric-separators": string;
|
548
|
-
"jsonc/no-octal-numeric-literals": string;
|
549
|
-
"jsonc/no-octal": string;
|
550
|
-
"jsonc/no-parenthesized": string;
|
551
|
-
"jsonc/no-regexp-literals": string;
|
552
|
-
"jsonc/no-sparse-arrays": string;
|
553
|
-
"jsonc/no-template-literals": string;
|
554
|
-
"jsonc/no-undefined-value": string;
|
555
|
-
"jsonc/no-unicode-codepoint-escapes": string;
|
556
|
-
"jsonc/no-useless-escape": string;
|
557
|
-
"jsonc/space-unary-ops": string;
|
558
|
-
"jsonc/vue-custom-block/no-parsing-error": string;
|
559
|
-
};
|
225
|
+
plugins?: undefined;
|
226
|
+
})[];
|
227
|
+
"flat/recommended-with-json": ({
|
228
|
+
plugins: {
|
229
|
+
readonly jsonc: import("eslint").ESLint.Plugin;
|
560
230
|
};
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
"jsonc/comma-style": string;
|
569
|
-
"jsonc/indent": string;
|
570
|
-
"jsonc/key-spacing": string;
|
571
|
-
"jsonc/no-floating-decimal": string;
|
572
|
-
"jsonc/object-curly-newline": string;
|
573
|
-
"jsonc/object-curly-spacing": string;
|
574
|
-
"jsonc/object-property-newline": string;
|
575
|
-
"jsonc/quote-props": string;
|
576
|
-
"jsonc/quotes": string;
|
577
|
-
"jsonc/space-unary-ops": string;
|
578
|
-
};
|
231
|
+
files?: undefined;
|
232
|
+
languageOptions?: undefined;
|
233
|
+
rules?: undefined;
|
234
|
+
} | {
|
235
|
+
files: string[];
|
236
|
+
languageOptions: {
|
237
|
+
parser: typeof import("jsonc-eslint-parser");
|
579
238
|
};
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
};
|
239
|
+
rules: {
|
240
|
+
strict: "off";
|
241
|
+
"no-unused-expressions": "off";
|
242
|
+
"no-unused-vars": "off";
|
585
243
|
};
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
}
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
}
|
713
|
-
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
"jsonc/comma-dangle": "off";
|
769
|
-
"jsonc/comma-style": "off";
|
770
|
-
"jsonc/indent": "off";
|
771
|
-
"jsonc/key-spacing": "off";
|
772
|
-
"jsonc/no-floating-decimal": "off";
|
773
|
-
"jsonc/object-curly-newline": "off";
|
774
|
-
"jsonc/object-curly-spacing": "off";
|
775
|
-
"jsonc/object-property-newline": "off";
|
776
|
-
"jsonc/quote-props": "off";
|
777
|
-
"jsonc/quotes": "off";
|
778
|
-
"jsonc/space-unary-ops": "off";
|
779
|
-
};
|
780
|
-
})[];
|
781
|
-
"flat/all": ({
|
782
|
-
plugins: {
|
783
|
-
readonly jsonc: import("eslint").ESLint.Plugin;
|
784
|
-
};
|
785
|
-
files?: undefined;
|
786
|
-
languageOptions?: undefined;
|
787
|
-
rules?: undefined;
|
788
|
-
} | {
|
789
|
-
files: string[];
|
790
|
-
languageOptions: {
|
791
|
-
parser: typeof import("jsonc-eslint-parser");
|
792
|
-
};
|
793
|
-
rules: {
|
794
|
-
strict: "off";
|
795
|
-
"no-unused-expressions": "off";
|
796
|
-
"no-unused-vars": "off";
|
797
|
-
};
|
798
|
-
plugins?: undefined;
|
799
|
-
} | {
|
800
|
-
rules: {
|
801
|
-
[x: string]: import("eslint").Linter.RuleEntry<any[]>;
|
802
|
-
};
|
803
|
-
})[];
|
804
|
-
};
|
805
|
-
rules: {
|
806
|
-
[key: string]: import("eslint-plugin-jsonc/types").RuleModule;
|
807
|
-
};
|
808
|
-
parseForESLint: typeof import("eslint-plugin-jsonc").parseForESLint;
|
809
|
-
parseJSON: typeof import("jsonc-eslint-parser").parseJSON;
|
810
|
-
traverseNodes: typeof import("eslint-plugin-jsonc").traverseNodes;
|
811
|
-
getStaticJSONValue: typeof import("eslint-plugin-jsonc").getStaticJSONValue;
|
244
|
+
plugins?: undefined;
|
245
|
+
} | {
|
246
|
+
rules: {
|
247
|
+
"jsonc/comma-dangle": "error";
|
248
|
+
"jsonc/no-bigint-literals": "error";
|
249
|
+
"jsonc/no-binary-expression": "error";
|
250
|
+
"jsonc/no-binary-numeric-literals": "error";
|
251
|
+
"jsonc/no-comments": "error";
|
252
|
+
"jsonc/no-dupe-keys": "error";
|
253
|
+
"jsonc/no-escape-sequence-in-identifier": "error";
|
254
|
+
"jsonc/no-floating-decimal": "error";
|
255
|
+
"jsonc/no-hexadecimal-numeric-literals": "error";
|
256
|
+
"jsonc/no-infinity": "error";
|
257
|
+
"jsonc/no-multi-str": "error";
|
258
|
+
"jsonc/no-nan": "error";
|
259
|
+
"jsonc/no-number-props": "error";
|
260
|
+
"jsonc/no-numeric-separators": "error";
|
261
|
+
"jsonc/no-octal-numeric-literals": "error";
|
262
|
+
"jsonc/no-octal": "error";
|
263
|
+
"jsonc/no-parenthesized": "error";
|
264
|
+
"jsonc/no-plus-sign": "error";
|
265
|
+
"jsonc/no-regexp-literals": "error";
|
266
|
+
"jsonc/no-sparse-arrays": "error";
|
267
|
+
"jsonc/no-template-literals": "error";
|
268
|
+
"jsonc/no-undefined-value": "error";
|
269
|
+
"jsonc/no-unicode-codepoint-escapes": "error";
|
270
|
+
"jsonc/no-useless-escape": "error";
|
271
|
+
"jsonc/quote-props": "error";
|
272
|
+
"jsonc/quotes": "error";
|
273
|
+
"jsonc/space-unary-ops": "error";
|
274
|
+
"jsonc/valid-json-number": "error";
|
275
|
+
"jsonc/vue-custom-block/no-parsing-error": "error";
|
276
|
+
};
|
277
|
+
})[];
|
278
|
+
"flat/recommended-with-jsonc": ({
|
279
|
+
plugins: {
|
280
|
+
readonly jsonc: import("eslint").ESLint.Plugin;
|
281
|
+
};
|
282
|
+
files?: undefined;
|
283
|
+
languageOptions?: undefined;
|
284
|
+
rules?: undefined;
|
285
|
+
} | {
|
286
|
+
files: string[];
|
287
|
+
languageOptions: {
|
288
|
+
parser: typeof import("jsonc-eslint-parser");
|
289
|
+
};
|
290
|
+
rules: {
|
291
|
+
strict: "off";
|
292
|
+
"no-unused-expressions": "off";
|
293
|
+
"no-unused-vars": "off";
|
294
|
+
};
|
295
|
+
plugins?: undefined;
|
296
|
+
} | {
|
297
|
+
rules: {
|
298
|
+
"jsonc/no-bigint-literals": "error";
|
299
|
+
"jsonc/no-binary-expression": "error";
|
300
|
+
"jsonc/no-binary-numeric-literals": "error";
|
301
|
+
"jsonc/no-dupe-keys": "error";
|
302
|
+
"jsonc/no-escape-sequence-in-identifier": "error";
|
303
|
+
"jsonc/no-floating-decimal": "error";
|
304
|
+
"jsonc/no-hexadecimal-numeric-literals": "error";
|
305
|
+
"jsonc/no-infinity": "error";
|
306
|
+
"jsonc/no-multi-str": "error";
|
307
|
+
"jsonc/no-nan": "error";
|
308
|
+
"jsonc/no-number-props": "error";
|
309
|
+
"jsonc/no-numeric-separators": "error";
|
310
|
+
"jsonc/no-octal-numeric-literals": "error";
|
311
|
+
"jsonc/no-octal": "error";
|
312
|
+
"jsonc/no-parenthesized": "error";
|
313
|
+
"jsonc/no-plus-sign": "error";
|
314
|
+
"jsonc/no-regexp-literals": "error";
|
315
|
+
"jsonc/no-sparse-arrays": "error";
|
316
|
+
"jsonc/no-template-literals": "error";
|
317
|
+
"jsonc/no-undefined-value": "error";
|
318
|
+
"jsonc/no-unicode-codepoint-escapes": "error";
|
319
|
+
"jsonc/no-useless-escape": "error";
|
320
|
+
"jsonc/quote-props": "error";
|
321
|
+
"jsonc/quotes": "error";
|
322
|
+
"jsonc/space-unary-ops": "error";
|
323
|
+
"jsonc/valid-json-number": "error";
|
324
|
+
"jsonc/vue-custom-block/no-parsing-error": "error";
|
325
|
+
};
|
326
|
+
})[];
|
327
|
+
"flat/recommended-with-json5": ({
|
328
|
+
plugins: {
|
329
|
+
readonly jsonc: import("eslint").ESLint.Plugin;
|
330
|
+
};
|
331
|
+
files?: undefined;
|
332
|
+
languageOptions?: undefined;
|
333
|
+
rules?: undefined;
|
334
|
+
} | {
|
335
|
+
files: string[];
|
336
|
+
languageOptions: {
|
337
|
+
parser: typeof import("jsonc-eslint-parser");
|
338
|
+
};
|
339
|
+
rules: {
|
340
|
+
strict: "off";
|
341
|
+
"no-unused-expressions": "off";
|
342
|
+
"no-unused-vars": "off";
|
343
|
+
};
|
344
|
+
plugins?: undefined;
|
345
|
+
} | {
|
346
|
+
rules: {
|
347
|
+
"jsonc/no-bigint-literals": "error";
|
348
|
+
"jsonc/no-binary-expression": "error";
|
349
|
+
"jsonc/no-binary-numeric-literals": "error";
|
350
|
+
"jsonc/no-dupe-keys": "error";
|
351
|
+
"jsonc/no-escape-sequence-in-identifier": "error";
|
352
|
+
"jsonc/no-number-props": "error";
|
353
|
+
"jsonc/no-numeric-separators": "error";
|
354
|
+
"jsonc/no-octal-numeric-literals": "error";
|
355
|
+
"jsonc/no-octal": "error";
|
356
|
+
"jsonc/no-parenthesized": "error";
|
357
|
+
"jsonc/no-regexp-literals": "error";
|
358
|
+
"jsonc/no-sparse-arrays": "error";
|
359
|
+
"jsonc/no-template-literals": "error";
|
360
|
+
"jsonc/no-undefined-value": "error";
|
361
|
+
"jsonc/no-unicode-codepoint-escapes": "error";
|
362
|
+
"jsonc/no-useless-escape": "error";
|
363
|
+
"jsonc/space-unary-ops": "error";
|
364
|
+
"jsonc/vue-custom-block/no-parsing-error": "error";
|
365
|
+
};
|
366
|
+
})[];
|
367
|
+
"flat/prettier": ({
|
368
|
+
plugins: {
|
369
|
+
readonly jsonc: import("eslint").ESLint.Plugin;
|
370
|
+
};
|
371
|
+
files?: undefined;
|
372
|
+
languageOptions?: undefined;
|
373
|
+
rules?: undefined;
|
374
|
+
} | {
|
375
|
+
files: string[];
|
376
|
+
languageOptions: {
|
377
|
+
parser: typeof import("jsonc-eslint-parser");
|
378
|
+
};
|
379
|
+
rules: {
|
380
|
+
strict: "off";
|
381
|
+
"no-unused-expressions": "off";
|
382
|
+
"no-unused-vars": "off";
|
383
|
+
};
|
384
|
+
plugins?: undefined;
|
385
|
+
} | {
|
386
|
+
rules: {
|
387
|
+
"jsonc/array-bracket-newline": "off";
|
388
|
+
"jsonc/array-bracket-spacing": "off";
|
389
|
+
"jsonc/array-element-newline": "off";
|
390
|
+
"jsonc/comma-dangle": "off";
|
391
|
+
"jsonc/comma-style": "off";
|
392
|
+
"jsonc/indent": "off";
|
393
|
+
"jsonc/key-spacing": "off";
|
394
|
+
"jsonc/no-floating-decimal": "off";
|
395
|
+
"jsonc/object-curly-newline": "off";
|
396
|
+
"jsonc/object-curly-spacing": "off";
|
397
|
+
"jsonc/object-property-newline": "off";
|
398
|
+
"jsonc/quote-props": "off";
|
399
|
+
"jsonc/quotes": "off";
|
400
|
+
"jsonc/space-unary-ops": "off";
|
401
|
+
};
|
402
|
+
})[];
|
403
|
+
"flat/all": ({
|
404
|
+
plugins: {
|
405
|
+
readonly jsonc: import("eslint").ESLint.Plugin;
|
406
|
+
};
|
407
|
+
files?: undefined;
|
408
|
+
languageOptions?: undefined;
|
409
|
+
rules?: undefined;
|
410
|
+
} | {
|
411
|
+
files: string[];
|
412
|
+
languageOptions: {
|
413
|
+
parser: typeof import("jsonc-eslint-parser");
|
414
|
+
};
|
415
|
+
rules: {
|
416
|
+
strict: "off";
|
417
|
+
"no-unused-expressions": "off";
|
418
|
+
"no-unused-vars": "off";
|
419
|
+
};
|
420
|
+
plugins?: undefined;
|
421
|
+
} | {
|
422
|
+
rules: {
|
423
|
+
[x: string]: import("eslint").Linter.RuleEntry<any[]>;
|
424
|
+
};
|
425
|
+
})[];
|
812
426
|
};
|
427
|
+
rules: {
|
428
|
+
[key: string]: import("eslint-plugin-jsonc/types").RuleModule;
|
429
|
+
};
|
430
|
+
parseForESLint: typeof import("eslint-plugin-jsonc").parseForESLint;
|
431
|
+
parseJSON: typeof import("jsonc-eslint-parser").parseJSON;
|
432
|
+
traverseNodes: typeof import("eslint-plugin-jsonc").traverseNodes;
|
433
|
+
getStaticJSONValue: typeof import("eslint-plugin-jsonc").getStaticJSONValue;
|
813
434
|
};
|
814
435
|
readonly yml: {
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
|
822
|
-
parser: string;
|
823
|
-
rules: {
|
824
|
-
"no-irregular-whitespace": string;
|
825
|
-
"no-unused-vars": string;
|
826
|
-
"spaced-comment": string;
|
827
|
-
};
|
828
|
-
}[];
|
829
|
-
};
|
830
|
-
recommended: {
|
831
|
-
extends: string[];
|
832
|
-
rules: {
|
833
|
-
"yml/no-empty-document": string;
|
834
|
-
"yml/no-empty-key": string;
|
835
|
-
"yml/no-empty-mapping-value": string;
|
836
|
-
"yml/no-empty-sequence-entry": string;
|
837
|
-
"yml/no-irregular-whitespace": string;
|
838
|
-
"yml/no-tab-indent": string;
|
839
|
-
"yml/vue-custom-block/no-parsing-error": string;
|
840
|
-
};
|
841
|
-
};
|
842
|
-
standard: {
|
843
|
-
extends: string[];
|
436
|
+
meta: typeof import("eslint-plugin-yml/lib/meta.js");
|
437
|
+
configs: {
|
438
|
+
base: {
|
439
|
+
plugins: string[];
|
440
|
+
overrides: {
|
441
|
+
files: string[];
|
442
|
+
parser: string;
|
844
443
|
rules: {
|
845
|
-
"
|
846
|
-
"
|
847
|
-
"
|
848
|
-
"yml/block-sequence": string;
|
849
|
-
"yml/flow-mapping-curly-newline": string;
|
850
|
-
"yml/flow-mapping-curly-spacing": string;
|
851
|
-
"yml/flow-sequence-bracket-newline": string;
|
852
|
-
"yml/flow-sequence-bracket-spacing": string;
|
853
|
-
"yml/indent": string;
|
854
|
-
"yml/key-spacing": string;
|
855
|
-
"yml/no-empty-document": string;
|
856
|
-
"yml/no-empty-key": string;
|
857
|
-
"yml/no-empty-mapping-value": string;
|
858
|
-
"yml/no-empty-sequence-entry": string;
|
859
|
-
"yml/no-irregular-whitespace": string;
|
860
|
-
"yml/no-tab-indent": string;
|
861
|
-
"yml/plain-scalar": string;
|
862
|
-
"yml/quotes": string;
|
863
|
-
"yml/spaced-comment": string;
|
864
|
-
"yml/vue-custom-block/no-parsing-error": string;
|
444
|
+
"no-irregular-whitespace": string;
|
445
|
+
"no-unused-vars": string;
|
446
|
+
"spaced-comment": string;
|
865
447
|
};
|
448
|
+
}[];
|
449
|
+
};
|
450
|
+
recommended: {
|
451
|
+
extends: string[];
|
452
|
+
rules: {
|
453
|
+
"yml/no-empty-document": string;
|
454
|
+
"yml/no-empty-key": string;
|
455
|
+
"yml/no-empty-mapping-value": string;
|
456
|
+
"yml/no-empty-sequence-entry": string;
|
457
|
+
"yml/no-irregular-whitespace": string;
|
458
|
+
"yml/no-tab-indent": string;
|
459
|
+
"yml/vue-custom-block/no-parsing-error": string;
|
866
460
|
};
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
461
|
+
};
|
462
|
+
standard: {
|
463
|
+
extends: string[];
|
464
|
+
rules: {
|
465
|
+
"yml/block-mapping-question-indicator-newline": string;
|
466
|
+
"yml/block-mapping": string;
|
467
|
+
"yml/block-sequence-hyphen-indicator-newline": string;
|
468
|
+
"yml/block-sequence": string;
|
469
|
+
"yml/flow-mapping-curly-newline": string;
|
470
|
+
"yml/flow-mapping-curly-spacing": string;
|
471
|
+
"yml/flow-sequence-bracket-newline": string;
|
472
|
+
"yml/flow-sequence-bracket-spacing": string;
|
473
|
+
"yml/indent": string;
|
474
|
+
"yml/key-spacing": string;
|
475
|
+
"yml/no-empty-document": string;
|
476
|
+
"yml/no-empty-key": string;
|
477
|
+
"yml/no-empty-mapping-value": string;
|
478
|
+
"yml/no-empty-sequence-entry": string;
|
479
|
+
"yml/no-irregular-whitespace": string;
|
480
|
+
"yml/no-tab-indent": string;
|
481
|
+
"yml/plain-scalar": string;
|
482
|
+
"yml/quotes": string;
|
483
|
+
"yml/spaced-comment": string;
|
484
|
+
"yml/vue-custom-block/no-parsing-error": string;
|
883
485
|
};
|
884
|
-
"flat/base": ({
|
885
|
-
plugins: {
|
886
|
-
readonly yml: import("eslint").ESLint.Plugin;
|
887
|
-
};
|
888
|
-
files?: undefined;
|
889
|
-
languageOptions?: undefined;
|
890
|
-
rules?: undefined;
|
891
|
-
} | {
|
892
|
-
files: string[];
|
893
|
-
languageOptions: {
|
894
|
-
parser: typeof import("yaml-eslint-parser");
|
895
|
-
};
|
896
|
-
rules: {
|
897
|
-
"no-irregular-whitespace": "off";
|
898
|
-
"no-unused-vars": "off";
|
899
|
-
"spaced-comment": "off";
|
900
|
-
};
|
901
|
-
plugins?: undefined;
|
902
|
-
})[];
|
903
|
-
"flat/recommended": ({
|
904
|
-
plugins: {
|
905
|
-
readonly yml: import("eslint").ESLint.Plugin;
|
906
|
-
};
|
907
|
-
files?: undefined;
|
908
|
-
languageOptions?: undefined;
|
909
|
-
rules?: undefined;
|
910
|
-
} | {
|
911
|
-
files: string[];
|
912
|
-
languageOptions: {
|
913
|
-
parser: typeof import("yaml-eslint-parser");
|
914
|
-
};
|
915
|
-
rules: {
|
916
|
-
"no-irregular-whitespace": "off";
|
917
|
-
"no-unused-vars": "off";
|
918
|
-
"spaced-comment": "off";
|
919
|
-
};
|
920
|
-
plugins?: undefined;
|
921
|
-
} | {
|
922
|
-
rules: {
|
923
|
-
"yml/no-empty-document": "error";
|
924
|
-
"yml/no-empty-key": "error";
|
925
|
-
"yml/no-empty-mapping-value": "error";
|
926
|
-
"yml/no-empty-sequence-entry": "error";
|
927
|
-
"yml/no-irregular-whitespace": "error";
|
928
|
-
"yml/no-tab-indent": "error";
|
929
|
-
"yml/vue-custom-block/no-parsing-error": "error";
|
930
|
-
};
|
931
|
-
})[];
|
932
|
-
"flat/standard": ({
|
933
|
-
plugins: {
|
934
|
-
readonly yml: import("eslint").ESLint.Plugin;
|
935
|
-
};
|
936
|
-
files?: undefined;
|
937
|
-
languageOptions?: undefined;
|
938
|
-
rules?: undefined;
|
939
|
-
} | {
|
940
|
-
files: string[];
|
941
|
-
languageOptions: {
|
942
|
-
parser: typeof import("yaml-eslint-parser");
|
943
|
-
};
|
944
|
-
rules: {
|
945
|
-
"no-irregular-whitespace": "off";
|
946
|
-
"no-unused-vars": "off";
|
947
|
-
"spaced-comment": "off";
|
948
|
-
};
|
949
|
-
plugins?: undefined;
|
950
|
-
} | {
|
951
|
-
rules: {
|
952
|
-
"yml/block-mapping-question-indicator-newline": "error";
|
953
|
-
"yml/block-mapping": "error";
|
954
|
-
"yml/block-sequence-hyphen-indicator-newline": "error";
|
955
|
-
"yml/block-sequence": "error";
|
956
|
-
"yml/flow-mapping-curly-newline": "error";
|
957
|
-
"yml/flow-mapping-curly-spacing": "error";
|
958
|
-
"yml/flow-sequence-bracket-newline": "error";
|
959
|
-
"yml/flow-sequence-bracket-spacing": "error";
|
960
|
-
"yml/indent": "error";
|
961
|
-
"yml/key-spacing": "error";
|
962
|
-
"yml/no-empty-document": "error";
|
963
|
-
"yml/no-empty-key": "error";
|
964
|
-
"yml/no-empty-mapping-value": "error";
|
965
|
-
"yml/no-empty-sequence-entry": "error";
|
966
|
-
"yml/no-irregular-whitespace": "error";
|
967
|
-
"yml/no-tab-indent": "error";
|
968
|
-
"yml/plain-scalar": "error";
|
969
|
-
"yml/quotes": "error";
|
970
|
-
"yml/spaced-comment": "error";
|
971
|
-
"yml/vue-custom-block/no-parsing-error": "error";
|
972
|
-
};
|
973
|
-
})[];
|
974
|
-
"flat/prettier": ({
|
975
|
-
plugins: {
|
976
|
-
readonly yml: import("eslint").ESLint.Plugin;
|
977
|
-
};
|
978
|
-
files?: undefined;
|
979
|
-
languageOptions?: undefined;
|
980
|
-
rules?: undefined;
|
981
|
-
} | {
|
982
|
-
files: string[];
|
983
|
-
languageOptions: {
|
984
|
-
parser: typeof import("yaml-eslint-parser");
|
985
|
-
};
|
986
|
-
rules: {
|
987
|
-
"no-irregular-whitespace": "off";
|
988
|
-
"no-unused-vars": "off";
|
989
|
-
"spaced-comment": "off";
|
990
|
-
};
|
991
|
-
plugins?: undefined;
|
992
|
-
} | {
|
993
|
-
rules: {
|
994
|
-
"yml/block-mapping-colon-indicator-newline": "off";
|
995
|
-
"yml/block-mapping-question-indicator-newline": "off";
|
996
|
-
"yml/block-sequence-hyphen-indicator-newline": "off";
|
997
|
-
"yml/flow-mapping-curly-newline": "off";
|
998
|
-
"yml/flow-mapping-curly-spacing": "off";
|
999
|
-
"yml/flow-sequence-bracket-newline": "off";
|
1000
|
-
"yml/flow-sequence-bracket-spacing": "off";
|
1001
|
-
"yml/indent": "off";
|
1002
|
-
"yml/key-spacing": "off";
|
1003
|
-
"yml/no-multiple-empty-lines": "off";
|
1004
|
-
"yml/no-trailing-zeros": "off";
|
1005
|
-
"yml/quotes": "off";
|
1006
|
-
};
|
1007
|
-
})[];
|
1008
486
|
};
|
1009
|
-
|
1010
|
-
|
487
|
+
prettier: {
|
488
|
+
extends: string[];
|
489
|
+
rules: {
|
490
|
+
"yml/block-mapping-colon-indicator-newline": string;
|
491
|
+
"yml/block-mapping-question-indicator-newline": string;
|
492
|
+
"yml/block-sequence-hyphen-indicator-newline": string;
|
493
|
+
"yml/flow-mapping-curly-newline": string;
|
494
|
+
"yml/flow-mapping-curly-spacing": string;
|
495
|
+
"yml/flow-sequence-bracket-newline": string;
|
496
|
+
"yml/flow-sequence-bracket-spacing": string;
|
497
|
+
"yml/indent": string;
|
498
|
+
"yml/key-spacing": string;
|
499
|
+
"yml/no-multiple-empty-lines": string;
|
500
|
+
"yml/no-trailing-zeros": string;
|
501
|
+
"yml/quotes": string;
|
502
|
+
};
|
1011
503
|
};
|
504
|
+
"flat/base": ({
|
505
|
+
plugins: {
|
506
|
+
readonly yml: import("eslint").ESLint.Plugin;
|
507
|
+
};
|
508
|
+
files?: undefined;
|
509
|
+
languageOptions?: undefined;
|
510
|
+
rules?: undefined;
|
511
|
+
} | {
|
512
|
+
files: string[];
|
513
|
+
languageOptions: {
|
514
|
+
parser: typeof import("yaml-eslint-parser");
|
515
|
+
};
|
516
|
+
rules: {
|
517
|
+
"no-irregular-whitespace": "off";
|
518
|
+
"no-unused-vars": "off";
|
519
|
+
"spaced-comment": "off";
|
520
|
+
};
|
521
|
+
plugins?: undefined;
|
522
|
+
})[];
|
523
|
+
"flat/recommended": ({
|
524
|
+
plugins: {
|
525
|
+
readonly yml: import("eslint").ESLint.Plugin;
|
526
|
+
};
|
527
|
+
files?: undefined;
|
528
|
+
languageOptions?: undefined;
|
529
|
+
rules?: undefined;
|
530
|
+
} | {
|
531
|
+
files: string[];
|
532
|
+
languageOptions: {
|
533
|
+
parser: typeof import("yaml-eslint-parser");
|
534
|
+
};
|
535
|
+
rules: {
|
536
|
+
"no-irregular-whitespace": "off";
|
537
|
+
"no-unused-vars": "off";
|
538
|
+
"spaced-comment": "off";
|
539
|
+
};
|
540
|
+
plugins?: undefined;
|
541
|
+
} | {
|
542
|
+
rules: {
|
543
|
+
"yml/no-empty-document": "error";
|
544
|
+
"yml/no-empty-key": "error";
|
545
|
+
"yml/no-empty-mapping-value": "error";
|
546
|
+
"yml/no-empty-sequence-entry": "error";
|
547
|
+
"yml/no-irregular-whitespace": "error";
|
548
|
+
"yml/no-tab-indent": "error";
|
549
|
+
"yml/vue-custom-block/no-parsing-error": "error";
|
550
|
+
};
|
551
|
+
})[];
|
552
|
+
"flat/standard": ({
|
553
|
+
plugins: {
|
554
|
+
readonly yml: import("eslint").ESLint.Plugin;
|
555
|
+
};
|
556
|
+
files?: undefined;
|
557
|
+
languageOptions?: undefined;
|
558
|
+
rules?: undefined;
|
559
|
+
} | {
|
560
|
+
files: string[];
|
561
|
+
languageOptions: {
|
562
|
+
parser: typeof import("yaml-eslint-parser");
|
563
|
+
};
|
564
|
+
rules: {
|
565
|
+
"no-irregular-whitespace": "off";
|
566
|
+
"no-unused-vars": "off";
|
567
|
+
"spaced-comment": "off";
|
568
|
+
};
|
569
|
+
plugins?: undefined;
|
570
|
+
} | {
|
571
|
+
rules: {
|
572
|
+
"yml/block-mapping-question-indicator-newline": "error";
|
573
|
+
"yml/block-mapping": "error";
|
574
|
+
"yml/block-sequence-hyphen-indicator-newline": "error";
|
575
|
+
"yml/block-sequence": "error";
|
576
|
+
"yml/flow-mapping-curly-newline": "error";
|
577
|
+
"yml/flow-mapping-curly-spacing": "error";
|
578
|
+
"yml/flow-sequence-bracket-newline": "error";
|
579
|
+
"yml/flow-sequence-bracket-spacing": "error";
|
580
|
+
"yml/indent": "error";
|
581
|
+
"yml/key-spacing": "error";
|
582
|
+
"yml/no-empty-document": "error";
|
583
|
+
"yml/no-empty-key": "error";
|
584
|
+
"yml/no-empty-mapping-value": "error";
|
585
|
+
"yml/no-empty-sequence-entry": "error";
|
586
|
+
"yml/no-irregular-whitespace": "error";
|
587
|
+
"yml/no-tab-indent": "error";
|
588
|
+
"yml/plain-scalar": "error";
|
589
|
+
"yml/quotes": "error";
|
590
|
+
"yml/spaced-comment": "error";
|
591
|
+
"yml/vue-custom-block/no-parsing-error": "error";
|
592
|
+
};
|
593
|
+
})[];
|
594
|
+
"flat/prettier": ({
|
595
|
+
plugins: {
|
596
|
+
readonly yml: import("eslint").ESLint.Plugin;
|
597
|
+
};
|
598
|
+
files?: undefined;
|
599
|
+
languageOptions?: undefined;
|
600
|
+
rules?: undefined;
|
601
|
+
} | {
|
602
|
+
files: string[];
|
603
|
+
languageOptions: {
|
604
|
+
parser: typeof import("yaml-eslint-parser");
|
605
|
+
};
|
606
|
+
rules: {
|
607
|
+
"no-irregular-whitespace": "off";
|
608
|
+
"no-unused-vars": "off";
|
609
|
+
"spaced-comment": "off";
|
610
|
+
};
|
611
|
+
plugins?: undefined;
|
612
|
+
} | {
|
613
|
+
rules: {
|
614
|
+
"yml/block-mapping-colon-indicator-newline": "off";
|
615
|
+
"yml/block-mapping-question-indicator-newline": "off";
|
616
|
+
"yml/block-sequence-hyphen-indicator-newline": "off";
|
617
|
+
"yml/flow-mapping-curly-newline": "off";
|
618
|
+
"yml/flow-mapping-curly-spacing": "off";
|
619
|
+
"yml/flow-sequence-bracket-newline": "off";
|
620
|
+
"yml/flow-sequence-bracket-spacing": "off";
|
621
|
+
"yml/indent": "off";
|
622
|
+
"yml/key-spacing": "off";
|
623
|
+
"yml/no-multiple-empty-lines": "off";
|
624
|
+
"yml/no-trailing-zeros": "off";
|
625
|
+
"yml/quotes": "off";
|
626
|
+
};
|
627
|
+
})[];
|
628
|
+
};
|
629
|
+
rules: {
|
630
|
+
[key: string]: import("eslint-plugin-yml/lib/types.js").RuleModule;
|
1012
631
|
};
|
1013
632
|
};
|
1014
633
|
};
|