linted 16.12.2-rc.2 → 16.12.3-rc.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (151) hide show
  1. package/.github/workflows/RELEASE.yml +35 -35
  2. package/.github/workflows/rc.yml +35 -35
  3. package/.markdownlint.jsonc +124 -0
  4. package/LICENSE +21 -21
  5. package/README.md +390 -390
  6. package/SECURITY.md +9 -9
  7. package/dist/imports/plugins.d.ts.map +1 -1
  8. package/dist/imports.d.ts.map +1 -1
  9. package/eslint.config.js +3 -3
  10. package/package.json +97 -99
  11. package/src/files/html.ts +1 -1
  12. package/src/files/js.ts +1 -1
  13. package/src/files/json.ts +1 -1
  14. package/src/files/jsonc.ts +4 -4
  15. package/src/files/md.ts +1 -1
  16. package/src/files/mocha.ts +1 -1
  17. package/src/files/svelte.ts +1 -1
  18. package/src/files/ts.ts +5 -5
  19. package/src/files/yml.ts +5 -5
  20. package/src/files.ts +22 -22
  21. package/src/imports/parsers.ts +15 -15
  22. package/src/imports/plugins.ts +19 -19
  23. package/src/imports.ts +8 -8
  24. package/src/index.ts +36 -36
  25. package/src/rules/_strings/id.ts +18 -18
  26. package/src/rules/_strings/level.ts +6 -6
  27. package/src/rules/_strings/state.ts +56 -56
  28. package/src/rules/_strings.ts +6 -6
  29. package/src/rules/html/enable.ts +16 -16
  30. package/src/rules/html/enable_recommended.ts +9 -9
  31. package/src/rules/html.ts +4 -4
  32. package/src/rules/js/enable.ts +524 -524
  33. package/src/rules/js/enable_stylistic.ts +608 -608
  34. package/src/rules/js.ts +4 -4
  35. package/src/rules/json/enable.ts +33 -33
  36. package/src/rules/json/enable_x.ts +89 -89
  37. package/src/rules/json.ts +4 -4
  38. package/src/rules/jsonc/override.ts +16 -16
  39. package/src/rules/jsonc.ts +4 -4
  40. package/src/rules/md/enable.ts +15 -15
  41. package/src/rules/md.ts +3 -3
  42. package/src/rules/mocha/enable.ts +3 -3
  43. package/src/rules/mocha/enable_recommended.ts +9 -9
  44. package/src/rules/mocha.ts +4 -4
  45. package/src/rules/svelte/disable.ts +9 -9
  46. package/src/rules/svelte/disable_js.ts +11 -11
  47. package/src/rules/svelte/disable_ts.ts +9 -9
  48. package/src/rules/svelte/enable.ts +228 -228
  49. package/src/rules/svelte/enable_x.ts +20 -20
  50. package/src/rules/svelte.ts +15 -15
  51. package/src/rules/ts/disable.ts +22 -22
  52. package/src/rules/ts/disable_x.ts +32 -32
  53. package/src/rules/ts/enable.ts +549 -549
  54. package/src/rules/ts/enable_x.ts +115 -115
  55. package/src/rules/ts.ts +13 -13
  56. package/src/rules/yml/enable.ts +64 -64
  57. package/src/rules/yml/enable_x.ts +68 -68
  58. package/src/rules/yml.ts +4 -4
  59. package/src/rules.ts +22 -22
  60. package/tsconfig.json +161 -161
  61. package/types/markdownlint/index.d.ts +3 -3
  62. package/types/markdownlint/parser.d.ts +9 -9
  63. package/types/mocha/index.d.ts +8 -8
  64. package/dist/rules/_html.d.ts +0 -8
  65. package/dist/rules/_html.d.ts.map +0 -1
  66. package/dist/rules/_html.js +0 -4
  67. package/dist/rules/_html.js.map +0 -1
  68. package/dist/rules/_js.d.ts +0 -765
  69. package/dist/rules/_js.d.ts.map +0 -1
  70. package/dist/rules/_js.js +0 -4
  71. package/dist/rules/_js.js.map +0 -1
  72. package/dist/rules/_json.d.ts +0 -74
  73. package/dist/rules/_json.d.ts.map +0 -1
  74. package/dist/rules/_json.js +0 -4
  75. package/dist/rules/_json.js.map +0 -1
  76. package/dist/rules/_jsonc.d.ts +0 -77
  77. package/dist/rules/_jsonc.d.ts.map +0 -1
  78. package/dist/rules/_jsonc.js +0 -4
  79. package/dist/rules/_jsonc.js.map +0 -1
  80. package/dist/rules/_md.d.ts +0 -7
  81. package/dist/rules/_md.d.ts.map +0 -1
  82. package/dist/rules/_md.js +0 -3
  83. package/dist/rules/_md.js.map +0 -1
  84. package/dist/rules/_mocha.d.ts +0 -8
  85. package/dist/rules/_mocha.d.ts.map +0 -1
  86. package/dist/rules/_mocha.js +0 -4
  87. package/dist/rules/_mocha.js.map +0 -1
  88. package/dist/rules/_svelte.d.ts +0 -1269
  89. package/dist/rules/_svelte.d.ts.map +0 -1
  90. package/dist/rules/_svelte.js +0 -15
  91. package/dist/rules/_svelte.js.map +0 -1
  92. package/dist/rules/_ts.d.ts +0 -1133
  93. package/dist/rules/_ts.d.ts.map +0 -1
  94. package/dist/rules/_ts.js +0 -13
  95. package/dist/rules/_ts.js.map +0 -1
  96. package/dist/rules/_yml.d.ts +0 -73
  97. package/dist/rules/_yml.d.ts.map +0 -1
  98. package/dist/rules/_yml.js +0 -4
  99. package/dist/rules/_yml.js.map +0 -1
  100. package/dist/rules/html/_enable.d.ts +0 -8
  101. package/dist/rules/html/_enable.d.ts.map +0 -1
  102. package/dist/rules/html/_enable.js +0 -10
  103. package/dist/rules/html/_enable.js.map +0 -1
  104. package/dist/rules/html/_recommended.d.ts +0 -3
  105. package/dist/rules/html/_recommended.d.ts.map +0 -1
  106. package/dist/rules/html/_recommended.js +0 -5
  107. package/dist/rules/html/_recommended.js.map +0 -1
  108. package/dist/rules/js/_enable.d.ts +0 -348
  109. package/dist/rules/js/_enable.d.ts.map +0 -1
  110. package/dist/rules/js/_enable.js +0 -260
  111. package/dist/rules/js/_enable.js.map +0 -1
  112. package/dist/rules/js/stylistic.d.ts +0 -420
  113. package/dist/rules/js/stylistic.d.ts.map +0 -1
  114. package/dist/rules/js/stylistic.js +0 -270
  115. package/dist/rules/js/stylistic.js.map +0 -1
  116. package/dist/rules/json/_enable.d.ts +0 -27
  117. package/dist/rules/json/_enable.d.ts.map +0 -1
  118. package/dist/rules/json/_enable.js +0 -31
  119. package/dist/rules/json/_enable.js.map +0 -1
  120. package/dist/rules/md/_enable.d.ts +0 -7
  121. package/dist/rules/md/_enable.d.ts.map +0 -1
  122. package/dist/rules/md/_enable.js +0 -9
  123. package/dist/rules/md/_enable.js.map +0 -1
  124. package/dist/rules/mocha/_enable.d.ts +0 -3
  125. package/dist/rules/mocha/_enable.d.ts.map +0 -1
  126. package/dist/rules/mocha/_enable.js +0 -4
  127. package/dist/rules/mocha/_enable.js.map +0 -1
  128. package/dist/rules/mocha/_recommended.d.ts +0 -3
  129. package/dist/rules/mocha/_recommended.d.ts.map +0 -1
  130. package/dist/rules/mocha/_recommended.js +0 -5
  131. package/dist/rules/mocha/_recommended.js.map +0 -1
  132. package/dist/rules/svelte/_enable.d.ts +0 -126
  133. package/dist/rules/svelte/_enable.d.ts.map +0 -1
  134. package/dist/rules/svelte/_enable.js +0 -90
  135. package/dist/rules/svelte/_enable.js.map +0 -1
  136. package/dist/rules/svelte/disable_x.d.ts +0 -5
  137. package/dist/rules/svelte/disable_x.d.ts.map +0 -1
  138. package/dist/rules/svelte/disable_x.js +0 -4
  139. package/dist/rules/svelte/disable_x.js.map +0 -1
  140. package/dist/rules/ts/_enable.d.ts +0 -262
  141. package/dist/rules/ts/_enable.d.ts.map +0 -1
  142. package/dist/rules/ts/_enable.js +0 -359
  143. package/dist/rules/ts/_enable.js.map +0 -1
  144. package/dist/rules/ts/disable_compiler.d.ts +0 -18
  145. package/dist/rules/ts/disable_compiler.d.ts.map +0 -1
  146. package/dist/rules/ts/disable_compiler.js +0 -22
  147. package/dist/rules/ts/disable_compiler.js.map +0 -1
  148. package/dist/rules/yml/_enable.d.ts +0 -39
  149. package/dist/rules/yml/_enable.d.ts.map +0 -1
  150. package/dist/rules/yml/_enable.js +0 -28
  151. package/dist/rules/yml/_enable.js.map +0 -1
@@ -1,420 +0,0 @@
1
- declare const _default: readonly ["stylistic", {
2
- readonly "@stylistic/array-bracket-newline": readonly ["error", {
3
- readonly multiline: true;
4
- readonly minItems: null;
5
- }];
6
- readonly "@stylistic/array-bracket-spacing": readonly ["error", "never", {
7
- readonly singleValue: false;
8
- readonly objectsInArrays: false;
9
- readonly arraysInArrays: false;
10
- }];
11
- readonly "@stylistic/array-element-newline": readonly ["error", {
12
- readonly ArrayExpression: {
13
- readonly consistent: true;
14
- readonly multiline: true;
15
- readonly minItems: 4;
16
- };
17
- readonly ArrayPattern: {
18
- readonly consistent: true;
19
- readonly multiline: true;
20
- readonly minItems: 4;
21
- };
22
- }];
23
- readonly "@stylistic/arrow-parens": readonly ["error", "as-needed", {
24
- readonly requireForBlockBody: false;
25
- }];
26
- readonly "@stylistic/arrow-spacing": readonly ["error", {
27
- readonly before: true;
28
- readonly after: true;
29
- }];
30
- readonly "@stylistic/block-spacing": readonly ["error", "always"];
31
- readonly "@stylistic/brace-style": readonly ["error", "stroustrup", {
32
- readonly allowSingleLine: true;
33
- }];
34
- readonly "@stylistic/comma-dangle": readonly ["error", "always-multiline"];
35
- readonly "@stylistic/comma-spacing": readonly ["error", {
36
- readonly before: false;
37
- readonly after: true;
38
- }];
39
- readonly "@stylistic/comma-style": readonly ["error", "last", {
40
- readonly exceptions: {
41
- readonly ArrayExpression: false;
42
- readonly ArrayPattern: false;
43
- readonly ArrowFunctionExpression: false;
44
- readonly CallExpression: false;
45
- readonly FunctionDeclaration: false;
46
- readonly FunctionExpression: false;
47
- readonly ImportDeclaration: false;
48
- readonly ObjectExpression: false;
49
- readonly ObjectPattern: false;
50
- readonly VariableDeclaration: false;
51
- readonly NewExpression: false;
52
- };
53
- }];
54
- readonly "@stylistic/computed-property-spacing": readonly ["error", "never", {
55
- readonly enforceForClassMembers: true;
56
- }];
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", "consistent"];
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
- readonly before: true;
64
- readonly after: false;
65
- }];
66
- readonly "@stylistic/implicit-arrow-linebreak": readonly ["error", "beside"];
67
- readonly "@stylistic/indent": readonly ["error", 2, {
68
- readonly ignoredNodes: readonly [];
69
- readonly SwitchCase: 1;
70
- readonly VariableDeclarator: {
71
- readonly var: 0;
72
- readonly let: 0;
73
- readonly const: 0;
74
- };
75
- readonly outerIIFEBody: 0;
76
- readonly MemberExpression: 1;
77
- readonly FunctionDeclaration: {
78
- readonly parameters: 1;
79
- readonly body: 1;
80
- };
81
- readonly FunctionExpression: {
82
- readonly parameters: 1;
83
- readonly body: 1;
84
- };
85
- readonly StaticBlock: {
86
- readonly body: 1;
87
- };
88
- readonly CallExpression: {
89
- readonly arguments: 1;
90
- };
91
- readonly ArrayExpression: 1;
92
- readonly ObjectExpression: 1;
93
- readonly ImportDeclaration: 1;
94
- readonly flatTernaryExpressions: false;
95
- readonly offsetTernaryExpressions: true;
96
- readonly ignoreComments: false;
97
- }];
98
- readonly "@stylistic/indent-binary-ops": readonly ["error", 2];
99
- readonly "@stylistic/key-spacing": readonly ["error", {
100
- readonly beforeColon: false;
101
- readonly afterColon: true;
102
- readonly mode: "strict";
103
- }];
104
- readonly "@stylistic/keyword-spacing": readonly ["error", {
105
- readonly before: true;
106
- readonly after: true;
107
- readonly overrides: {};
108
- }];
109
- readonly "@stylistic/line-comment-position": "off";
110
- readonly "@stylistic/lines-around-comment": readonly ["error", {
111
- readonly beforeBlockComment: false;
112
- readonly afterBlockComment: false;
113
- readonly beforeLineComment: true;
114
- readonly afterLineComment: false;
115
- readonly allowBlockStart: true;
116
- readonly allowBlockEnd: true;
117
- readonly allowObjectStart: true;
118
- readonly allowObjectEnd: true;
119
- readonly allowArrayStart: true;
120
- readonly allowArrayEnd: true;
121
- readonly allowClassStart: true;
122
- readonly allowClassEnd: true;
123
- readonly applyDefaultIgnorePatterns: true;
124
- readonly afterHashbangComment: false;
125
- readonly allowEnumEnd: true;
126
- readonly allowEnumStart: true;
127
- readonly allowInterfaceEnd: true;
128
- readonly allowInterfaceStart: true;
129
- readonly allowModuleEnd: true;
130
- readonly allowModuleStart: true;
131
- readonly allowTypeEnd: true;
132
- readonly allowTypeStart: true;
133
- }];
134
- readonly "@stylistic/lines-between-class-members": readonly ["error", {
135
- readonly enforce: readonly [{
136
- readonly blankLine: "never";
137
- readonly prev: "field";
138
- readonly next: "field";
139
- }, {
140
- readonly blankLine: "always";
141
- readonly prev: "field";
142
- readonly next: "method";
143
- }, {
144
- readonly blankLine: "always";
145
- readonly prev: "method";
146
- readonly next: "*";
147
- }];
148
- }, {
149
- readonly exceptAfterSingleLine: false;
150
- readonly exceptAfterOverload: true;
151
- }];
152
- readonly "@stylistic/max-len": readonly ["error", {
153
- readonly code: 150;
154
- readonly tabWidth: 2;
155
- readonly ignoreComments: true;
156
- readonly ignoreTrailingComments: true;
157
- readonly ignoreUrls: true;
158
- readonly ignoreStrings: true;
159
- readonly ignoreTemplateLiterals: true;
160
- readonly ignoreRegExpLiterals: true;
161
- }];
162
- readonly "@stylistic/max-statements-per-line": readonly ["error", {
163
- readonly max: 1;
164
- }];
165
- readonly "@stylistic/member-delimiter-style": readonly ["error", {
166
- readonly multiline: {
167
- readonly delimiter: "semi";
168
- readonly requireLast: true;
169
- };
170
- readonly singleline: {
171
- readonly delimiter: "semi";
172
- readonly requireLast: false;
173
- };
174
- readonly multilineDetection: "brackets";
175
- }];
176
- readonly "@stylistic/multiline-comment-style": "off";
177
- readonly "@stylistic/multiline-ternary": readonly ["error", "always-multiline"];
178
- readonly "@stylistic/new-parens": readonly ["off", "never"];
179
- readonly "@stylistic/newline-per-chained-call": readonly ["error", {
180
- readonly ignoreChainWithDepth: 2;
181
- }];
182
- readonly "@stylistic/no-confusing-arrow": "off";
183
- readonly "@stylistic/no-extra-parens": readonly ["error", "all", {
184
- readonly conditionalAssign: true;
185
- readonly returnAssign: true;
186
- readonly nestedBinaryExpressions: true;
187
- readonly ternaryOperandBinaryExpressions: true;
188
- readonly enforceForArrowConditionals: true;
189
- readonly enforceForSequenceExpressions: true;
190
- readonly enforceForNewInMemberExpressions: true;
191
- readonly enforceForFunctionPrototypeMethods: true;
192
- }];
193
- readonly "@stylistic/no-extra-semi": "error";
194
- readonly "@stylistic/no-floating-decimal": "error";
195
- readonly "@stylistic/no-mixed-operators": "off";
196
- readonly "@stylistic/no-mixed-spaces-and-tabs": "error";
197
- readonly "@stylistic/no-multi-spaces": readonly ["error", {
198
- readonly ignoreEOLComments: false;
199
- readonly exceptions: {
200
- readonly Property: false;
201
- };
202
- readonly includeTabs: true;
203
- }];
204
- readonly "@stylistic/no-multiple-empty-lines": readonly ["error", {
205
- readonly max: 1;
206
- readonly maxEOF: 1;
207
- readonly maxBOF: 0;
208
- }];
209
- readonly "@stylistic/no-tabs": readonly ["error", {
210
- readonly allowIndentationTabs: false;
211
- }];
212
- readonly "@stylistic/no-trailing-spaces": readonly ["error", {
213
- readonly skipBlankLines: false;
214
- readonly ignoreComments: false;
215
- }];
216
- readonly "@stylistic/no-whitespace-before-property": "error";
217
- readonly "@stylistic/nonblock-statement-body-position": readonly ["error", "below", {
218
- readonly overrides: {
219
- readonly if: "below";
220
- readonly else: "below";
221
- readonly while: "below";
222
- readonly do: "below";
223
- readonly for: "below";
224
- };
225
- }];
226
- readonly "@stylistic/object-curly-newline": readonly ["error", {
227
- readonly ObjectExpression: {
228
- readonly consistent: true;
229
- readonly multiline: true;
230
- readonly minProperties: 4;
231
- };
232
- readonly ObjectPattern: {
233
- readonly consistent: true;
234
- readonly multiline: true;
235
- readonly minProperties: 4;
236
- };
237
- readonly ImportDeclaration: {
238
- readonly consistent: true;
239
- readonly multiline: true;
240
- readonly minProperties: 4;
241
- };
242
- readonly ExportDeclaration: {
243
- readonly consistent: true;
244
- readonly multiline: true;
245
- readonly minProperties: 4;
246
- };
247
- }];
248
- readonly "@stylistic/object-curly-spacing": readonly ["error", "always", {
249
- readonly arraysInObjects: true;
250
- readonly objectsInObjects: true;
251
- }];
252
- readonly "@stylistic/object-property-newline": readonly ["error", {
253
- readonly allowAllPropertiesOnSameLine: true;
254
- }];
255
- readonly "@stylistic/one-var-declaration-per-line": readonly ["error", "always"];
256
- readonly "@stylistic/operator-linebreak": readonly ["error", "before", {
257
- readonly overrides: {
258
- readonly "=": "after";
259
- };
260
- }];
261
- readonly "@stylistic/padded-blocks": readonly ["error", {
262
- readonly blocks: "never";
263
- readonly classes: "never";
264
- readonly switches: "never";
265
- }, {
266
- readonly allowSingleLineBlocks: true;
267
- }];
268
- readonly "@stylistic/padding-line-between-statements": readonly ["error", {
269
- readonly blankLine: "always";
270
- readonly prev: "directive";
271
- readonly next: "*";
272
- }, {
273
- readonly blankLine: "never";
274
- readonly prev: "directive";
275
- readonly next: "directive";
276
- }, {
277
- readonly blankLine: "always";
278
- readonly prev: readonly ["import", "cjs-import"];
279
- readonly next: "*";
280
- }, {
281
- readonly blankLine: "never";
282
- readonly prev: readonly ["import", "cjs-import"];
283
- readonly next: readonly ["import", "cjs-import"];
284
- }, {
285
- readonly blankLine: "always";
286
- readonly prev: readonly ["class", "interface", "try", "for", "if", "do", "while", "switch", "block", "block-like", "iife", "empty", "debugger", "with"];
287
- readonly next: "*";
288
- }, {
289
- readonly blankLine: "always";
290
- readonly prev: "case";
291
- readonly next: "*";
292
- }, {
293
- readonly blankLine: "always";
294
- readonly prev: "case";
295
- readonly next: readonly ["case", "default"];
296
- }, {
297
- readonly blankLine: "always";
298
- readonly prev: "default";
299
- readonly next: "*";
300
- }, {
301
- readonly blankLine: "always";
302
- readonly prev: "type";
303
- readonly next: "*";
304
- }, {
305
- readonly blankLine: "never";
306
- readonly prev: "type";
307
- readonly next: "type";
308
- }, {
309
- readonly blankLine: "always";
310
- readonly prev: "function";
311
- readonly next: "*";
312
- }, {
313
- readonly blankLine: "always";
314
- readonly prev: "function-overload";
315
- readonly next: "*";
316
- }, {
317
- readonly blankLine: "never";
318
- readonly prev: "function-overload";
319
- readonly next: "function-overload";
320
- }, {
321
- readonly blankLine: "never";
322
- readonly prev: "function-overload";
323
- readonly next: "function";
324
- }, {
325
- readonly blankLine: "always";
326
- readonly prev: readonly ["const", "let", "var"];
327
- readonly next: "*";
328
- }, {
329
- readonly blankLine: "never";
330
- readonly prev: readonly ["const", "let", "var"];
331
- readonly next: readonly ["const", "let", "var"];
332
- }, {
333
- readonly blankLine: "always";
334
- readonly prev: "expression";
335
- readonly next: "*";
336
- }, {
337
- readonly blankLine: "never";
338
- readonly prev: "expression";
339
- readonly next: "expression";
340
- }, {
341
- readonly blankLine: "always";
342
- readonly prev: "*";
343
- readonly next: readonly ["throw", "return", "break", "continue"];
344
- }, {
345
- readonly blankLine: "always";
346
- readonly prev: "*";
347
- readonly next: readonly ["export", "cjs-export"];
348
- }, {
349
- readonly blankLine: "never";
350
- readonly prev: readonly ["export", "cjs-export"];
351
- readonly next: readonly ["export", "cjs-export"];
352
- }];
353
- readonly "@stylistic/quote-props": readonly ["error", "as-needed", {
354
- readonly keywords: true;
355
- readonly unnecessary: true;
356
- readonly numbers: false;
357
- }];
358
- readonly "@stylistic/quotes": readonly ["error", "double", {
359
- readonly avoidEscape: true;
360
- readonly allowTemplateLiterals: true;
361
- }];
362
- readonly "@stylistic/rest-spread-spacing": readonly ["error", "never"];
363
- readonly "@stylistic/semi": readonly ["error", "always", {
364
- readonly omitLastInOneLineBlock: false;
365
- readonly omitLastInOneLineClassBody: false;
366
- }];
367
- readonly "@stylistic/semi-spacing": readonly ["error", {
368
- readonly before: false;
369
- readonly after: true;
370
- }];
371
- readonly "@stylistic/semi-style": readonly ["error", "last"];
372
- readonly "@stylistic/space-before-blocks": readonly ["error", {
373
- readonly functions: "always";
374
- readonly keywords: "always";
375
- readonly classes: "always";
376
- }];
377
- readonly "@stylistic/space-before-function-paren": readonly ["error", {
378
- readonly anonymous: "always";
379
- readonly named: "never";
380
- readonly asyncArrow: "always";
381
- }];
382
- readonly "@stylistic/space-in-parens": readonly ["error", "never"];
383
- readonly "@stylistic/space-infix-ops": readonly ["error", {
384
- readonly int32Hint: true;
385
- }];
386
- readonly "@stylistic/space-unary-ops": readonly ["error", {
387
- readonly words: true;
388
- readonly nonwords: false;
389
- readonly overrides: {};
390
- }];
391
- readonly "@stylistic/spaced-comment": readonly ["error", "always"];
392
- readonly "@stylistic/switch-colon-spacing": readonly ["error", {
393
- readonly after: true;
394
- readonly before: false;
395
- }];
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
- readonly before: true;
400
- readonly after: true;
401
- readonly overrides: {
402
- readonly colon: {
403
- readonly before: false;
404
- readonly after: true;
405
- };
406
- };
407
- }];
408
- readonly "@stylistic/type-generic-spacing": "error";
409
- readonly "@stylistic/type-named-tuple-spacing": "error";
410
- readonly "@stylistic/wrap-iife": readonly ["error", "inside", {
411
- readonly functionPrototypeMethods: true;
412
- }];
413
- readonly "@stylistic/wrap-regex": "error";
414
- readonly "@stylistic/yield-star-spacing": readonly ["error", {
415
- readonly before: false;
416
- readonly after: true;
417
- }];
418
- }];
419
- export default _default;
420
- //# sourceMappingURL=stylistic.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"stylistic.d.ts","sourceRoot":"","sources":["../../../src/rules/js/stylistic.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuBA,wBA8QW"}