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,14 +1,14 @@
|
|
1
1
|
declare const _default: readonly [readonly ["stylistic", {
|
2
|
-
readonly "@stylistic/array-bracket-newline": ["error", {
|
2
|
+
readonly "@stylistic/array-bracket-newline": readonly ["error", {
|
3
3
|
readonly multiline: true;
|
4
4
|
readonly minItems: null;
|
5
5
|
}];
|
6
|
-
readonly "@stylistic/array-bracket-spacing": ["error", "never", {
|
6
|
+
readonly "@stylistic/array-bracket-spacing": readonly ["error", "never", {
|
7
7
|
readonly singleValue: false;
|
8
8
|
readonly objectsInArrays: false;
|
9
9
|
readonly arraysInArrays: false;
|
10
10
|
}];
|
11
|
-
readonly "@stylistic/array-element-newline": ["error", {
|
11
|
+
readonly "@stylistic/array-element-newline": readonly ["error", {
|
12
12
|
readonly ArrayExpression: {
|
13
13
|
readonly consistent: true;
|
14
14
|
readonly multiline: true;
|
@@ -20,23 +20,23 @@ declare const _default: readonly [readonly ["stylistic", {
|
|
20
20
|
readonly minItems: 4;
|
21
21
|
};
|
22
22
|
}];
|
23
|
-
readonly "@stylistic/arrow-parens": ["error", "as-needed", {
|
23
|
+
readonly "@stylistic/arrow-parens": readonly ["error", "as-needed", {
|
24
24
|
readonly requireForBlockBody: false;
|
25
25
|
}];
|
26
|
-
readonly "@stylistic/arrow-spacing": ["error", {
|
26
|
+
readonly "@stylistic/arrow-spacing": readonly ["error", {
|
27
27
|
readonly before: true;
|
28
28
|
readonly after: true;
|
29
29
|
}];
|
30
|
-
readonly "@stylistic/block-spacing": ["error", "always"];
|
31
|
-
readonly "@stylistic/brace-style": ["error", "stroustrup", {
|
30
|
+
readonly "@stylistic/block-spacing": readonly ["error", "always"];
|
31
|
+
readonly "@stylistic/brace-style": readonly ["error", "stroustrup", {
|
32
32
|
readonly allowSingleLine: true;
|
33
33
|
}];
|
34
|
-
readonly "@stylistic/comma-dangle": ["error", "always-multiline"];
|
35
|
-
readonly "@stylistic/comma-spacing": ["error", {
|
34
|
+
readonly "@stylistic/comma-dangle": readonly ["error", "always-multiline"];
|
35
|
+
readonly "@stylistic/comma-spacing": readonly ["error", {
|
36
36
|
readonly before: false;
|
37
37
|
readonly after: true;
|
38
38
|
}];
|
39
|
-
readonly "@stylistic/comma-style": ["error", "last", {
|
39
|
+
readonly "@stylistic/comma-style": readonly ["error", "last", {
|
40
40
|
readonly exceptions: {
|
41
41
|
readonly ArrayExpression: false;
|
42
42
|
readonly ArrayPattern: false;
|
@@ -51,20 +51,20 @@ declare const _default: readonly [readonly ["stylistic", {
|
|
51
51
|
readonly NewExpression: false;
|
52
52
|
};
|
53
53
|
}];
|
54
|
-
readonly "@stylistic/computed-property-spacing": ["error", "never", {
|
54
|
+
readonly "@stylistic/computed-property-spacing": readonly ["error", "never", {
|
55
55
|
readonly enforceForClassMembers: true;
|
56
56
|
}];
|
57
|
-
readonly "@stylistic/dot-location": ["error", "property"];
|
58
|
-
readonly "@stylistic/eol-last": ["error", "always"];
|
59
|
-
readonly "@stylistic/function-call-argument-newline": ["error", "always"];
|
60
|
-
readonly "@stylistic/function-call-spacing": ["error", "never"];
|
61
|
-
readonly "@stylistic/function-paren-newline": ["error", "multiline-arguments"];
|
62
|
-
readonly "@stylistic/generator-star-spacing": ["error", {
|
57
|
+
readonly "@stylistic/dot-location": readonly ["error", "property"];
|
58
|
+
readonly "@stylistic/eol-last": readonly ["error", "always"];
|
59
|
+
readonly "@stylistic/function-call-argument-newline": readonly ["error", "always"];
|
60
|
+
readonly "@stylistic/function-call-spacing": readonly ["error", "never"];
|
61
|
+
readonly "@stylistic/function-paren-newline": readonly ["error", "multiline-arguments"];
|
62
|
+
readonly "@stylistic/generator-star-spacing": readonly ["error", {
|
63
63
|
readonly before: true;
|
64
64
|
readonly after: false;
|
65
65
|
}];
|
66
|
-
readonly "@stylistic/implicit-arrow-linebreak": ["error", "beside"];
|
67
|
-
readonly "@stylistic/indent": ["error", 2, {
|
66
|
+
readonly "@stylistic/implicit-arrow-linebreak": readonly ["error", "beside"];
|
67
|
+
readonly "@stylistic/indent": readonly ["error", 2, {
|
68
68
|
readonly ignoredNodes: readonly [];
|
69
69
|
readonly SwitchCase: 1;
|
70
70
|
readonly VariableDeclarator: {
|
@@ -95,19 +95,19 @@ declare const _default: readonly [readonly ["stylistic", {
|
|
95
95
|
readonly offsetTernaryExpressions: true;
|
96
96
|
readonly ignoreComments: false;
|
97
97
|
}];
|
98
|
-
readonly "@stylistic/indent-binary-ops": ["error", 2];
|
99
|
-
readonly "@stylistic/key-spacing": ["error", {
|
98
|
+
readonly "@stylistic/indent-binary-ops": readonly ["error", 2];
|
99
|
+
readonly "@stylistic/key-spacing": readonly ["error", {
|
100
100
|
readonly beforeColon: false;
|
101
101
|
readonly afterColon: true;
|
102
102
|
readonly mode: "strict";
|
103
103
|
}];
|
104
|
-
readonly "@stylistic/keyword-spacing": ["error", {
|
104
|
+
readonly "@stylistic/keyword-spacing": readonly ["error", {
|
105
105
|
readonly before: true;
|
106
106
|
readonly after: true;
|
107
107
|
readonly overrides: {};
|
108
108
|
}];
|
109
109
|
readonly "@stylistic/line-comment-position": "off";
|
110
|
-
readonly "@stylistic/lines-around-comment": ["error", {
|
110
|
+
readonly "@stylistic/lines-around-comment": readonly ["error", {
|
111
111
|
readonly beforeBlockComment: true;
|
112
112
|
readonly afterBlockComment: false;
|
113
113
|
readonly beforeLineComment: true;
|
@@ -131,7 +131,7 @@ declare const _default: readonly [readonly ["stylistic", {
|
|
131
131
|
readonly allowTypeEnd: false;
|
132
132
|
readonly allowTypeStart: false;
|
133
133
|
}];
|
134
|
-
readonly "@stylistic/lines-between-class-members": ["error", {
|
134
|
+
readonly "@stylistic/lines-between-class-members": readonly ["error", {
|
135
135
|
readonly enforce: readonly [{
|
136
136
|
readonly blankLine: "never";
|
137
137
|
readonly prev: "field";
|
@@ -149,7 +149,7 @@ declare const _default: readonly [readonly ["stylistic", {
|
|
149
149
|
readonly exceptAfterSingleLine: false;
|
150
150
|
readonly exceptAfterOverload: true;
|
151
151
|
}];
|
152
|
-
readonly "@stylistic/max-len": ["error", {
|
152
|
+
readonly "@stylistic/max-len": readonly ["error", {
|
153
153
|
readonly code: 150;
|
154
154
|
readonly tabWidth: 2;
|
155
155
|
readonly ignoreComments: true;
|
@@ -159,10 +159,10 @@ declare const _default: readonly [readonly ["stylistic", {
|
|
159
159
|
readonly ignoreTemplateLiterals: true;
|
160
160
|
readonly ignoreRegExpLiterals: true;
|
161
161
|
}];
|
162
|
-
readonly "@stylistic/max-statements-per-line": ["error", {
|
162
|
+
readonly "@stylistic/max-statements-per-line": readonly ["error", {
|
163
163
|
readonly max: 1;
|
164
164
|
}];
|
165
|
-
readonly "@stylistic/member-delimiter-style": ["error", {
|
165
|
+
readonly "@stylistic/member-delimiter-style": readonly ["error", {
|
166
166
|
readonly multiline: {
|
167
167
|
readonly delimiter: "semi";
|
168
168
|
readonly requireLast: true;
|
@@ -174,13 +174,13 @@ declare const _default: readonly [readonly ["stylistic", {
|
|
174
174
|
readonly multilineDetection: "brackets";
|
175
175
|
}];
|
176
176
|
readonly "@stylistic/multiline-comment-style": "off";
|
177
|
-
readonly "@stylistic/multiline-ternary": ["error", "always-multiline"];
|
178
|
-
readonly "@stylistic/new-parens": ["error", "never"];
|
179
|
-
readonly "@stylistic/newline-per-chained-call": ["error", {
|
177
|
+
readonly "@stylistic/multiline-ternary": readonly ["error", "always-multiline"];
|
178
|
+
readonly "@stylistic/new-parens": readonly ["error", "never"];
|
179
|
+
readonly "@stylistic/newline-per-chained-call": readonly ["error", {
|
180
180
|
readonly ignoreChainWithDepth: 2;
|
181
181
|
}];
|
182
182
|
readonly "@stylistic/no-confusing-arrow": "off";
|
183
|
-
readonly "@stylistic/no-extra-parens": ["error", "all", {
|
183
|
+
readonly "@stylistic/no-extra-parens": readonly ["error", "all", {
|
184
184
|
readonly conditionalAssign: true;
|
185
185
|
readonly returnAssign: true;
|
186
186
|
readonly nestedBinaryExpressions: true;
|
@@ -194,27 +194,27 @@ declare const _default: readonly [readonly ["stylistic", {
|
|
194
194
|
readonly "@stylistic/no-floating-decimal": "error";
|
195
195
|
readonly "@stylistic/no-mixed-operators": "off";
|
196
196
|
readonly "@stylistic/no-mixed-spaces-and-tabs": "error";
|
197
|
-
readonly "@stylistic/no-multi-spaces": ["error", {
|
197
|
+
readonly "@stylistic/no-multi-spaces": readonly ["error", {
|
198
198
|
readonly ignoreEOLComments: false;
|
199
199
|
readonly exceptions: {
|
200
200
|
readonly Property: false;
|
201
201
|
};
|
202
202
|
readonly includeTabs: true;
|
203
203
|
}];
|
204
|
-
readonly "@stylistic/no-multiple-empty-lines": ["error", {
|
204
|
+
readonly "@stylistic/no-multiple-empty-lines": readonly ["error", {
|
205
205
|
readonly max: 1;
|
206
206
|
readonly maxEOF: 1;
|
207
207
|
readonly maxBOF: 0;
|
208
208
|
}];
|
209
|
-
readonly "@stylistic/no-tabs": ["error", {
|
209
|
+
readonly "@stylistic/no-tabs": readonly ["error", {
|
210
210
|
readonly allowIndentationTabs: false;
|
211
211
|
}];
|
212
|
-
readonly "@stylistic/no-trailing-spaces": ["error", {
|
212
|
+
readonly "@stylistic/no-trailing-spaces": readonly ["error", {
|
213
213
|
readonly skipBlankLines: false;
|
214
214
|
readonly ignoreComments: false;
|
215
215
|
}];
|
216
216
|
readonly "@stylistic/no-whitespace-before-property": "error";
|
217
|
-
readonly "@stylistic/nonblock-statement-body-position": ["error", "below", {
|
217
|
+
readonly "@stylistic/nonblock-statement-body-position": readonly ["error", "below", {
|
218
218
|
readonly overrides: {
|
219
219
|
readonly if: "below";
|
220
220
|
readonly else: "below";
|
@@ -223,7 +223,7 @@ declare const _default: readonly [readonly ["stylistic", {
|
|
223
223
|
readonly for: "below";
|
224
224
|
};
|
225
225
|
}];
|
226
|
-
readonly "@stylistic/object-curly-newline": ["error", {
|
226
|
+
readonly "@stylistic/object-curly-newline": readonly ["error", {
|
227
227
|
readonly ObjectExpression: {
|
228
228
|
readonly multiline: true;
|
229
229
|
readonly minProperties: 3;
|
@@ -245,27 +245,27 @@ declare const _default: readonly [readonly ["stylistic", {
|
|
245
245
|
readonly consistent: true;
|
246
246
|
};
|
247
247
|
}];
|
248
|
-
readonly "@stylistic/object-curly-spacing": ["error", "always", {
|
248
|
+
readonly "@stylistic/object-curly-spacing": readonly ["error", "always", {
|
249
249
|
readonly arraysInObjects: true;
|
250
250
|
readonly objectsInObjects: true;
|
251
251
|
}];
|
252
|
-
readonly "@stylistic/object-property-newline": ["error", {
|
252
|
+
readonly "@stylistic/object-property-newline": readonly ["error", {
|
253
253
|
readonly allowAllPropertiesOnSameLine: true;
|
254
254
|
}];
|
255
|
-
readonly "@stylistic/one-var-declaration-per-line": ["error", "always"];
|
256
|
-
readonly "@stylistic/operator-linebreak": ["error", "before", {
|
255
|
+
readonly "@stylistic/one-var-declaration-per-line": readonly ["error", "always"];
|
256
|
+
readonly "@stylistic/operator-linebreak": readonly ["error", "before", {
|
257
257
|
readonly overrides: {
|
258
258
|
readonly "=": "after";
|
259
259
|
};
|
260
260
|
}];
|
261
|
-
readonly "@stylistic/padded-blocks": ["error", {
|
261
|
+
readonly "@stylistic/padded-blocks": readonly ["error", {
|
262
262
|
readonly blocks: "never";
|
263
263
|
readonly classes: "never";
|
264
264
|
readonly switches: "never";
|
265
265
|
}, {
|
266
266
|
readonly allowSingleLineBlocks: true;
|
267
267
|
}];
|
268
|
-
readonly "@stylistic/padding-line-between-statements": ["error", {
|
268
|
+
readonly "@stylistic/padding-line-between-statements": readonly ["error", {
|
269
269
|
readonly blankLine: "always";
|
270
270
|
readonly prev: "directive";
|
271
271
|
readonly next: "*";
|
@@ -350,84 +350,84 @@ declare const _default: readonly [readonly ["stylistic", {
|
|
350
350
|
readonly prev: readonly ["export", "cjs-export"];
|
351
351
|
readonly next: readonly ["export", "cjs-export"];
|
352
352
|
}];
|
353
|
-
readonly "@stylistic/quote-props": ["error", "as-needed", {
|
353
|
+
readonly "@stylistic/quote-props": readonly ["error", "as-needed", {
|
354
354
|
readonly keywords: true;
|
355
355
|
readonly unnecessary: true;
|
356
356
|
readonly numbers: false;
|
357
357
|
}];
|
358
|
-
readonly "@stylistic/quotes": ["error", "double", {
|
358
|
+
readonly "@stylistic/quotes": readonly ["error", "double", {
|
359
359
|
readonly avoidEscape: true;
|
360
360
|
readonly allowTemplateLiterals: true;
|
361
361
|
}];
|
362
|
-
readonly "@stylistic/rest-spread-spacing": ["error", "never"];
|
363
|
-
readonly "@stylistic/semi": ["error", "always", {
|
362
|
+
readonly "@stylistic/rest-spread-spacing": readonly ["error", "never"];
|
363
|
+
readonly "@stylistic/semi": readonly ["error", "always", {
|
364
364
|
readonly omitLastInOneLineBlock: false;
|
365
365
|
readonly omitLastInOneLineClassBody: false;
|
366
366
|
}];
|
367
|
-
readonly "@stylistic/semi-spacing": ["error", {
|
367
|
+
readonly "@stylistic/semi-spacing": readonly ["error", {
|
368
368
|
readonly before: false;
|
369
369
|
readonly after: true;
|
370
370
|
}];
|
371
|
-
readonly "@stylistic/semi-style": ["error", "last"];
|
372
|
-
readonly "@stylistic/space-before-blocks": ["error", {
|
371
|
+
readonly "@stylistic/semi-style": readonly ["error", "last"];
|
372
|
+
readonly "@stylistic/space-before-blocks": readonly ["error", {
|
373
373
|
readonly functions: "always";
|
374
374
|
readonly keywords: "always";
|
375
375
|
readonly classes: "always";
|
376
376
|
}];
|
377
|
-
readonly "@stylistic/space-before-function-paren": ["error", {
|
377
|
+
readonly "@stylistic/space-before-function-paren": readonly ["error", {
|
378
378
|
readonly anonymous: "always";
|
379
379
|
readonly named: "never";
|
380
380
|
readonly asyncArrow: "always";
|
381
381
|
}];
|
382
|
-
readonly "@stylistic/space-in-parens": ["error", "never"];
|
383
|
-
readonly "@stylistic/space-infix-ops": ["error", {
|
382
|
+
readonly "@stylistic/space-in-parens": readonly ["error", "never"];
|
383
|
+
readonly "@stylistic/space-infix-ops": readonly ["error", {
|
384
384
|
readonly int32Hint: true;
|
385
385
|
}];
|
386
|
-
readonly "@stylistic/space-unary-ops": ["error", {
|
386
|
+
readonly "@stylistic/space-unary-ops": readonly ["error", {
|
387
387
|
readonly words: true;
|
388
388
|
readonly nonwords: false;
|
389
389
|
readonly overrides: {};
|
390
390
|
}];
|
391
|
-
readonly "@stylistic/spaced-comment": ["error", "always"];
|
392
|
-
readonly "@stylistic/switch-colon-spacing": ["error", {
|
391
|
+
readonly "@stylistic/spaced-comment": readonly ["error", "always"];
|
392
|
+
readonly "@stylistic/switch-colon-spacing": readonly ["error", {
|
393
393
|
readonly after: true;
|
394
394
|
readonly before: false;
|
395
395
|
}];
|
396
|
-
readonly "@stylistic/template-curly-spacing": ["error", "never"];
|
397
|
-
readonly "@stylistic/template-tag-spacing": ["error", "never"];
|
398
|
-
readonly "@stylistic/type-annotation-spacing": ["error", {
|
396
|
+
readonly "@stylistic/template-curly-spacing": readonly ["error", "never"];
|
397
|
+
readonly "@stylistic/template-tag-spacing": readonly ["error", "never"];
|
398
|
+
readonly "@stylistic/type-annotation-spacing": readonly ["error", {
|
399
399
|
readonly before: false;
|
400
400
|
readonly after: true;
|
401
401
|
}];
|
402
402
|
readonly "@stylistic/type-generic-spacing": "error";
|
403
403
|
readonly "@stylistic/type-named-tuple-spacing": "error";
|
404
|
-
readonly "@stylistic/wrap-iife": ["error", "inside", {
|
404
|
+
readonly "@stylistic/wrap-iife": readonly ["error", "inside", {
|
405
405
|
readonly functionPrototypeMethods: true;
|
406
406
|
}];
|
407
407
|
readonly "@stylistic/wrap-regex": "error";
|
408
|
-
readonly "@stylistic/yield-star-spacing": ["error", {
|
408
|
+
readonly "@stylistic/yield-star-spacing": readonly ["error", {
|
409
409
|
readonly before: false;
|
410
410
|
readonly after: true;
|
411
411
|
}];
|
412
412
|
}], readonly ["enable", {
|
413
|
-
readonly "array-callback-return": ["error", {
|
413
|
+
readonly "array-callback-return": readonly ["error", {
|
414
414
|
readonly allowImplicit: false;
|
415
415
|
readonly checkForEach: true;
|
416
416
|
readonly allowVoid: true;
|
417
417
|
}];
|
418
418
|
readonly "constructor-super": "error";
|
419
419
|
readonly "for-direction": "error";
|
420
|
-
readonly "getter-return": ["error", {
|
420
|
+
readonly "getter-return": readonly ["error", {
|
421
421
|
readonly allowImplicit: false;
|
422
422
|
}];
|
423
423
|
readonly "no-async-promise-executor": "error";
|
424
424
|
readonly "no-await-in-loop": "error";
|
425
425
|
readonly "no-class-assign": "error";
|
426
426
|
readonly "no-compare-neg-zero": "error";
|
427
|
-
readonly "no-cond-assign": ["error", "always"];
|
427
|
+
readonly "no-cond-assign": readonly ["error", "always"];
|
428
428
|
readonly "no-const-assign": "error";
|
429
429
|
readonly "no-constant-binary-expression": "error";
|
430
|
-
readonly "no-constant-condition": ["error", {
|
430
|
+
readonly "no-constant-condition": readonly ["error", {
|
431
431
|
readonly checkLoops: true;
|
432
432
|
}];
|
433
433
|
readonly "no-constructor-return": "error";
|
@@ -440,18 +440,18 @@ declare const _default: readonly [readonly ["stylistic", {
|
|
440
440
|
readonly "no-duplicate-case": "error";
|
441
441
|
readonly "no-duplicate-imports": "off";
|
442
442
|
readonly "no-empty-character-class": "error";
|
443
|
-
readonly "no-empty-pattern": ["error", {
|
443
|
+
readonly "no-empty-pattern": readonly ["error", {
|
444
444
|
readonly allowObjectPatternsAsParameters: false;
|
445
445
|
}];
|
446
446
|
readonly "no-ex-assign": "error";
|
447
447
|
readonly "no-fallthrough": "off";
|
448
448
|
readonly "no-func-assign": "error";
|
449
449
|
readonly "no-import-assign": "error";
|
450
|
-
readonly "no-inner-declarations": ["error", "both"];
|
451
|
-
readonly "no-invalid-regexp": ["error", {
|
450
|
+
readonly "no-inner-declarations": readonly ["error", "both"];
|
451
|
+
readonly "no-invalid-regexp": readonly ["error", {
|
452
452
|
readonly allowConstructorFlags: readonly [];
|
453
453
|
}];
|
454
|
-
readonly "no-irregular-whitespace": ["error", {
|
454
|
+
readonly "no-irregular-whitespace": readonly ["error", {
|
455
455
|
readonly skipStrings: true;
|
456
456
|
readonly skipComments: true;
|
457
457
|
readonly skipRegExps: true;
|
@@ -462,11 +462,11 @@ declare const _default: readonly [readonly ["stylistic", {
|
|
462
462
|
readonly "no-misleading-character-class": "error";
|
463
463
|
readonly "no-new-native-nonconstructor": "error";
|
464
464
|
readonly "no-obj-calls": "error";
|
465
|
-
readonly "no-promise-executor-return": ["error", {
|
465
|
+
readonly "no-promise-executor-return": readonly ["error", {
|
466
466
|
readonly allowVoid: true;
|
467
467
|
}];
|
468
468
|
readonly "no-prototype-builtins": "error";
|
469
|
-
readonly "no-self-assign": ["error", {
|
469
|
+
readonly "no-self-assign": readonly ["error", {
|
470
470
|
readonly props: true;
|
471
471
|
}];
|
472
472
|
readonly "no-self-compare": "error";
|
@@ -478,46 +478,46 @@ declare const _default: readonly [readonly ["stylistic", {
|
|
478
478
|
readonly "no-unexpected-multiline": "error";
|
479
479
|
readonly "no-unmodified-loop-condition": "error";
|
480
480
|
readonly "no-unreachable": "error";
|
481
|
-
readonly "no-unreachable-loop": ["error", {
|
481
|
+
readonly "no-unreachable-loop": readonly ["error", {
|
482
482
|
readonly ignore: readonly [];
|
483
483
|
}];
|
484
484
|
readonly "no-unsafe-finally": "error";
|
485
|
-
readonly "no-unsafe-negation": ["error", {
|
485
|
+
readonly "no-unsafe-negation": readonly ["error", {
|
486
486
|
readonly enforceForOrderingRelations: true;
|
487
487
|
}];
|
488
|
-
readonly "no-unsafe-optional-chaining": ["error", {
|
488
|
+
readonly "no-unsafe-optional-chaining": readonly ["error", {
|
489
489
|
readonly disallowArithmeticOperators: true;
|
490
490
|
}];
|
491
491
|
readonly "no-unused-private-class-members": "error";
|
492
|
-
readonly "no-unused-vars": ["error", {
|
492
|
+
readonly "no-unused-vars": readonly ["error", {
|
493
493
|
readonly vars: "all";
|
494
494
|
readonly args: "all";
|
495
495
|
readonly caughtErrors: "all";
|
496
496
|
readonly ignoreRestSiblings: false;
|
497
497
|
}];
|
498
|
-
readonly "no-use-before-define": ["error", {
|
498
|
+
readonly "no-use-before-define": readonly ["error", {
|
499
499
|
readonly functions: true;
|
500
500
|
readonly classes: true;
|
501
501
|
readonly variables: true;
|
502
502
|
readonly allowNamedExports: false;
|
503
503
|
}];
|
504
504
|
readonly "no-useless-backreference": "error";
|
505
|
-
readonly "require-atomic-updates": ["error", {
|
505
|
+
readonly "require-atomic-updates": readonly ["error", {
|
506
506
|
readonly allowProperties: false;
|
507
507
|
}];
|
508
|
-
readonly "use-isnan": ["error", {
|
508
|
+
readonly "use-isnan": readonly ["error", {
|
509
509
|
readonly enforceForSwitchCase: true;
|
510
510
|
readonly enforceForIndexOf: true;
|
511
511
|
}];
|
512
|
-
readonly "valid-typeof": ["error", {
|
512
|
+
readonly "valid-typeof": readonly ["error", {
|
513
513
|
readonly requireStringLiterals: true;
|
514
514
|
}];
|
515
|
-
readonly "accessor-pairs": ["error", {
|
515
|
+
readonly "accessor-pairs": readonly ["error", {
|
516
516
|
readonly setWithoutGet: true;
|
517
517
|
readonly getWithoutSet: false;
|
518
518
|
readonly enforceForClassMembers: true;
|
519
519
|
}];
|
520
|
-
readonly "arrow-body-style": ["error", "as-needed", {
|
520
|
+
readonly "arrow-body-style": readonly ["error", "as-needed", {
|
521
521
|
readonly requireReturnForObjectLiteral: true;
|
522
522
|
}];
|
523
523
|
readonly "block-scoped-var": "error";
|
@@ -525,18 +525,18 @@ declare const _default: readonly [readonly ["stylistic", {
|
|
525
525
|
readonly "capitalized-comments": "off";
|
526
526
|
readonly "class-methods-use-this": "off";
|
527
527
|
readonly complexity: "off";
|
528
|
-
readonly "consistent-return": ["error", {
|
528
|
+
readonly "consistent-return": readonly ["error", {
|
529
529
|
readonly treatUndefinedAsUnspecified: false;
|
530
530
|
}];
|
531
531
|
readonly "consistent-this": "error";
|
532
|
-
readonly curly: ["error", "multi"];
|
532
|
+
readonly curly: readonly ["error", "multi"];
|
533
533
|
readonly "default-case": "off";
|
534
534
|
readonly "default-case-last": "error";
|
535
535
|
readonly "default-param-last": "error";
|
536
|
-
readonly "dot-notation": ["error", {
|
536
|
+
readonly "dot-notation": readonly ["error", {
|
537
537
|
readonly allowKeywords: true;
|
538
538
|
}];
|
539
|
-
readonly eqeqeq: ["error", "always"];
|
539
|
+
readonly eqeqeq: readonly ["error", "always"];
|
540
540
|
readonly "func-name-matching": "off";
|
541
541
|
readonly "func-names": "off";
|
542
542
|
readonly "func-style": "off";
|
@@ -545,8 +545,8 @@ declare const _default: readonly [readonly ["stylistic", {
|
|
545
545
|
readonly "id-denylist": "off";
|
546
546
|
readonly "id-length": "off";
|
547
547
|
readonly "id-match": "off";
|
548
|
-
readonly "init-declarations": ["error", "always"];
|
549
|
-
readonly "logical-assignment-operators": ["error", "always", {
|
548
|
+
readonly "init-declarations": readonly ["error", "always"];
|
549
|
+
readonly "logical-assignment-operators": readonly ["error", "always", {
|
550
550
|
readonly enforceForIfStatements: true;
|
551
551
|
}];
|
552
552
|
readonly "max-classes-per-file": "off";
|
@@ -560,7 +560,7 @@ declare const _default: readonly [readonly ["stylistic", {
|
|
560
560
|
readonly "new-cap": "off";
|
561
561
|
readonly "no-alert": "error";
|
562
562
|
readonly "no-array-constructor": "error";
|
563
|
-
readonly "no-bitwise": ["error", {
|
563
|
+
readonly "no-bitwise": readonly ["error", {
|
564
564
|
readonly allow: readonly [];
|
565
565
|
readonly int32Hint: true;
|
566
566
|
}];
|
@@ -571,29 +571,29 @@ declare const _default: readonly [readonly ["stylistic", {
|
|
571
571
|
readonly "no-delete-var": "error";
|
572
572
|
readonly "no-div-regex": "error";
|
573
573
|
readonly "no-else-return": "off";
|
574
|
-
readonly "no-empty": ["error", {
|
574
|
+
readonly "no-empty": readonly ["error", {
|
575
575
|
readonly allowEmptyCatch: false;
|
576
576
|
}];
|
577
|
-
readonly "no-empty-function": ["error", {
|
577
|
+
readonly "no-empty-function": readonly ["error", {
|
578
578
|
readonly allow: readonly ["constructors"];
|
579
579
|
}];
|
580
580
|
readonly "no-empty-static-block": "error";
|
581
581
|
readonly "no-eq-null": "error";
|
582
|
-
readonly "no-eval": ["error", {
|
582
|
+
readonly "no-eval": readonly ["error", {
|
583
583
|
readonly allowIndirect: false;
|
584
584
|
}];
|
585
|
-
readonly "no-extend-native": ["error", {
|
585
|
+
readonly "no-extend-native": readonly ["error", {
|
586
586
|
readonly exceptions: readonly [];
|
587
587
|
}];
|
588
588
|
readonly "no-extra-bind": "error";
|
589
|
-
readonly "no-extra-boolean-cast": ["error", {
|
589
|
+
readonly "no-extra-boolean-cast": readonly ["error", {
|
590
590
|
readonly enforceForLogicalOperands: true;
|
591
591
|
}];
|
592
592
|
readonly "no-extra-label": "error";
|
593
|
-
readonly "no-global-assign": ["error", {
|
593
|
+
readonly "no-global-assign": readonly ["error", {
|
594
594
|
readonly exceptions: readonly [];
|
595
595
|
}];
|
596
|
-
readonly "no-implicit-coercion": ["error", {
|
596
|
+
readonly "no-implicit-coercion": readonly ["error", {
|
597
597
|
readonly boolean: true;
|
598
598
|
readonly number: true;
|
599
599
|
readonly string: true;
|
@@ -603,7 +603,7 @@ declare const _default: readonly [readonly ["stylistic", {
|
|
603
603
|
readonly "no-implicit-globals": "off";
|
604
604
|
readonly "no-implied-eval": "error";
|
605
605
|
readonly "no-inline-comments": "off";
|
606
|
-
readonly "no-invalid-this": ["error", {
|
606
|
+
readonly "no-invalid-this": readonly ["error", {
|
607
607
|
readonly capIsConstructor: false;
|
608
608
|
}];
|
609
609
|
readonly "no-iterator": "error";
|
@@ -612,7 +612,7 @@ declare const _default: readonly [readonly ["stylistic", {
|
|
612
612
|
readonly "no-lonely-if": "off";
|
613
613
|
readonly "no-loop-func": "error";
|
614
614
|
readonly "no-magic-numbers": "off";
|
615
|
-
readonly "no-multi-assign": ["error", {
|
615
|
+
readonly "no-multi-assign": readonly ["error", {
|
616
616
|
readonly ignoreNonDeclaration: false;
|
617
617
|
}];
|
618
618
|
readonly "no-multi-str": "error";
|
@@ -625,16 +625,16 @@ declare const _default: readonly [readonly ["stylistic", {
|
|
625
625
|
readonly "no-object-constructor": "error";
|
626
626
|
readonly "no-octal": "error";
|
627
627
|
readonly "no-octal-escape": "error";
|
628
|
-
readonly "no-param-reassign": ["error", {
|
628
|
+
readonly "no-param-reassign": readonly ["error", {
|
629
629
|
readonly props: true;
|
630
630
|
readonly ignorePropertyModificationsFor: readonly [];
|
631
631
|
readonly ignorePropertyModificationsForRegex: readonly [];
|
632
632
|
}];
|
633
|
-
readonly "no-plusplus": ["error", {
|
633
|
+
readonly "no-plusplus": readonly ["error", {
|
634
634
|
readonly allowForLoopAfterthoughts: true;
|
635
635
|
}];
|
636
636
|
readonly "no-proto": "error";
|
637
|
-
readonly "no-redeclare": ["error", {
|
637
|
+
readonly "no-redeclare": readonly ["error", {
|
638
638
|
readonly builtinGlobals: true;
|
639
639
|
}];
|
640
640
|
readonly "no-regex-spaces": "off";
|
@@ -643,9 +643,9 @@ declare const _default: readonly [readonly ["stylistic", {
|
|
643
643
|
readonly "no-restricted-imports": "off";
|
644
644
|
readonly "no-restricted-properties": "off";
|
645
645
|
readonly "no-restricted-syntax": "off";
|
646
|
-
readonly "no-return-assign": ["error", "always"];
|
646
|
+
readonly "no-return-assign": readonly ["error", "always"];
|
647
647
|
readonly "no-script-url": "error";
|
648
|
-
readonly "no-sequences": ["error", {
|
648
|
+
readonly "no-sequences": readonly ["error", {
|
649
649
|
readonly allowInParentheses: true;
|
650
650
|
}];
|
651
651
|
readonly "no-shadow": "off";
|
@@ -655,10 +655,10 @@ declare const _default: readonly [readonly ["stylistic", {
|
|
655
655
|
readonly "no-undef-init": "error";
|
656
656
|
readonly "no-undefined": "off";
|
657
657
|
readonly "no-underscore-dangle": "off";
|
658
|
-
readonly "no-unneeded-ternary": ["error", {
|
658
|
+
readonly "no-unneeded-ternary": readonly ["error", {
|
659
659
|
readonly defaultAssignment: false;
|
660
660
|
}];
|
661
|
-
readonly "no-unused-expressions": ["error", {
|
661
|
+
readonly "no-unused-expressions": readonly ["error", {
|
662
662
|
readonly allowShortCircuit: true;
|
663
663
|
readonly allowTernary: true;
|
664
664
|
readonly allowTaggedTemplates: true;
|
@@ -667,45 +667,45 @@ declare const _default: readonly [readonly ["stylistic", {
|
|
667
667
|
readonly "no-unused-labels": "error";
|
668
668
|
readonly "no-useless-call": "error";
|
669
669
|
readonly "no-useless-catch": "error";
|
670
|
-
readonly "no-useless-computed-key": ["error", {
|
670
|
+
readonly "no-useless-computed-key": readonly ["error", {
|
671
671
|
readonly enforceForClassMembers: true;
|
672
672
|
}];
|
673
673
|
readonly "no-useless-concat": "error";
|
674
674
|
readonly "no-useless-constructor": "error";
|
675
675
|
readonly "no-useless-escape": "error";
|
676
|
-
readonly "no-useless-rename": ["error", {
|
676
|
+
readonly "no-useless-rename": readonly ["error", {
|
677
677
|
readonly ignoreImport: false;
|
678
678
|
readonly ignoreExport: false;
|
679
679
|
readonly ignoreDestructuring: false;
|
680
680
|
}];
|
681
681
|
readonly "no-useless-return": "error";
|
682
682
|
readonly "no-var": "error";
|
683
|
-
readonly "no-void": ["error", {
|
683
|
+
readonly "no-void": readonly ["error", {
|
684
684
|
readonly allowAsStatement: true;
|
685
685
|
}];
|
686
686
|
readonly "no-warning-comments": "off";
|
687
687
|
readonly "no-with": "error";
|
688
|
-
readonly "object-shorthand": ["error", "always", {
|
688
|
+
readonly "object-shorthand": readonly ["error", "always", {
|
689
689
|
readonly avoidQuotes: true;
|
690
690
|
readonly ignoreConstructors: false;
|
691
691
|
readonly avoidExplicitReturnArrows: false;
|
692
692
|
}];
|
693
|
-
readonly "one-var": ["error", {
|
693
|
+
readonly "one-var": readonly ["error", {
|
694
694
|
readonly var: "consecutive";
|
695
695
|
readonly let: "consecutive";
|
696
696
|
readonly const: "consecutive";
|
697
697
|
readonly separateRequires: true;
|
698
698
|
}];
|
699
|
-
readonly "operator-assignment": ["error", "always"];
|
700
|
-
readonly "prefer-arrow-callback": ["error", {
|
699
|
+
readonly "operator-assignment": readonly ["error", "always"];
|
700
|
+
readonly "prefer-arrow-callback": readonly ["error", {
|
701
701
|
readonly allowNamedFunctions: false;
|
702
702
|
readonly allowUnboundThis: true;
|
703
703
|
}];
|
704
|
-
readonly "prefer-const": ["error", {
|
704
|
+
readonly "prefer-const": readonly ["error", {
|
705
705
|
readonly destructuring: "all";
|
706
706
|
readonly ignoreReadBeforeAssign: false;
|
707
707
|
}];
|
708
|
-
readonly "prefer-destructuring": ["error", {
|
708
|
+
readonly "prefer-destructuring": readonly ["error", {
|
709
709
|
readonly VariableDeclarator: {
|
710
710
|
readonly array: true;
|
711
711
|
readonly object: true;
|
@@ -722,16 +722,16 @@ declare const _default: readonly [readonly ["stylistic", {
|
|
722
722
|
readonly "prefer-numeric-literals": "error";
|
723
723
|
readonly "prefer-object-has-own": "error";
|
724
724
|
readonly "prefer-object-spread": "error";
|
725
|
-
readonly "prefer-promise-reject-errors": ["error", {
|
725
|
+
readonly "prefer-promise-reject-errors": readonly ["error", {
|
726
726
|
readonly allowEmptyReject: false;
|
727
727
|
}];
|
728
|
-
readonly "prefer-regex-literals": ["error", {
|
728
|
+
readonly "prefer-regex-literals": readonly ["error", {
|
729
729
|
readonly disallowRedundantWrapping: true;
|
730
730
|
}];
|
731
731
|
readonly "prefer-rest-params": "error";
|
732
732
|
readonly "prefer-spread": "error";
|
733
733
|
readonly "prefer-template": "error";
|
734
|
-
readonly radix: ["error", "as-needed"];
|
734
|
+
readonly radix: readonly ["error", "as-needed"];
|
735
735
|
readonly "require-await": "error";
|
736
736
|
readonly "require-unicode-regexp": "error";
|
737
737
|
readonly "require-yield": "error";
|
@@ -741,7 +741,7 @@ declare const _default: readonly [readonly ["stylistic", {
|
|
741
741
|
readonly strict: "off";
|
742
742
|
readonly "symbol-description": "off";
|
743
743
|
readonly "vars-on-top": "error";
|
744
|
-
readonly yoda: ["error", "never", {
|
744
|
+
readonly yoda: readonly ["error", "never", {
|
745
745
|
readonly exceptRange: false;
|
746
746
|
readonly onlyEquality: false;
|
747
747
|
}];
|