@disid/eslint-plugin 0.7.14
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/disid-eslint-plugin-0.7.14.tgz +0 -0
- package/dist/configs/e2e.config.d.ts +12 -0
- package/dist/configs/e2e.config.js +14 -0
- package/dist/configs/e2e.config.js.map +1 -0
- package/dist/configs/html.config.d.ts +165 -0
- package/dist/configs/html.config.js +47 -0
- package/dist/configs/html.config.js.map +1 -0
- package/dist/configs/js.config.d.ts +211 -0
- package/dist/configs/js.config.js +249 -0
- package/dist/configs/js.config.js.map +1 -0
- package/dist/configs/jsdoc.config.d.ts +11 -0
- package/dist/configs/jsdoc.config.js +14 -0
- package/dist/configs/jsdoc.config.js.map +1 -0
- package/dist/configs/json.config.d.ts +2 -0
- package/dist/configs/json.config.js +10 -0
- package/dist/configs/json.config.js.map +1 -0
- package/dist/configs/recommended.config.d.ts +1848 -0
- package/dist/configs/recommended.config.js +17 -0
- package/dist/configs/recommended.config.js.map +1 -0
- package/dist/configs/spec.config.d.ts +42 -0
- package/dist/configs/spec.config.js +20 -0
- package/dist/configs/spec.config.js.map +1 -0
- package/dist/configs/ts.config.d.ts +1418 -0
- package/dist/configs/ts.config.js +246 -0
- package/dist/configs/ts.config.js.map +1 -0
- package/dist/index.d.ts +1852 -0
- package/dist/index.js +7 -0
- package/dist/index.js.map +1 -0
- package/dist/patterns/index.d.ts +9 -0
- package/dist/patterns/index.js +9 -0
- package/dist/patterns/index.js.map +1 -0
- package/package.json +50 -0
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,1852 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
configs: {
|
|
3
|
+
recommended: (import("eslint").Linter.Config<import("node_modules/@eslint/core/dist/cjs/types.cjs").RulesConfig> | {
|
|
4
|
+
readonly rules: Readonly<import("eslint").Linter.RulesRecord>;
|
|
5
|
+
} | import("eslint-define-config").FlatESLintConfig | {
|
|
6
|
+
files: string[];
|
|
7
|
+
plugins: {
|
|
8
|
+
'@angular-eslint': string[];
|
|
9
|
+
};
|
|
10
|
+
languageOptions: {
|
|
11
|
+
parser: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleParser;
|
|
12
|
+
parserOptions: {
|
|
13
|
+
project: string[];
|
|
14
|
+
tsconfigRootDir: string;
|
|
15
|
+
sourceType: string;
|
|
16
|
+
};
|
|
17
|
+
ecmaVersion: number;
|
|
18
|
+
sourceType: string;
|
|
19
|
+
globals: {
|
|
20
|
+
__dirname: false;
|
|
21
|
+
__filename: false;
|
|
22
|
+
AbortController: false;
|
|
23
|
+
AbortSignal: false;
|
|
24
|
+
AsyncDisposableStack: false;
|
|
25
|
+
atob: false;
|
|
26
|
+
Blob: false;
|
|
27
|
+
BroadcastChannel: false;
|
|
28
|
+
btoa: false;
|
|
29
|
+
Buffer: false;
|
|
30
|
+
ByteLengthQueuingStrategy: false;
|
|
31
|
+
clearImmediate: false;
|
|
32
|
+
clearInterval: false;
|
|
33
|
+
clearTimeout: false;
|
|
34
|
+
CloseEvent: false;
|
|
35
|
+
CompressionStream: false;
|
|
36
|
+
console: false;
|
|
37
|
+
CountQueuingStrategy: false;
|
|
38
|
+
crypto: false;
|
|
39
|
+
Crypto: false;
|
|
40
|
+
CryptoKey: false;
|
|
41
|
+
CustomEvent: false;
|
|
42
|
+
DecompressionStream: false;
|
|
43
|
+
DisposableStack: false;
|
|
44
|
+
DOMException: false;
|
|
45
|
+
ErrorEvent: false;
|
|
46
|
+
Event: false;
|
|
47
|
+
EventTarget: false;
|
|
48
|
+
exports: true;
|
|
49
|
+
fetch: false;
|
|
50
|
+
File: false;
|
|
51
|
+
FormData: false;
|
|
52
|
+
global: false;
|
|
53
|
+
Headers: false;
|
|
54
|
+
localStorage: false;
|
|
55
|
+
MessageChannel: false;
|
|
56
|
+
MessageEvent: false;
|
|
57
|
+
MessagePort: false;
|
|
58
|
+
module: false;
|
|
59
|
+
navigator: false;
|
|
60
|
+
Navigator: false;
|
|
61
|
+
performance: false;
|
|
62
|
+
Performance: false;
|
|
63
|
+
PerformanceEntry: false;
|
|
64
|
+
PerformanceMark: false;
|
|
65
|
+
PerformanceMeasure: false;
|
|
66
|
+
PerformanceObserver: false;
|
|
67
|
+
PerformanceObserverEntryList: false;
|
|
68
|
+
PerformanceResourceTiming: false;
|
|
69
|
+
process: false;
|
|
70
|
+
queueMicrotask: false;
|
|
71
|
+
ReadableByteStreamController: false;
|
|
72
|
+
ReadableStream: false;
|
|
73
|
+
ReadableStreamBYOBReader: false;
|
|
74
|
+
ReadableStreamBYOBRequest: false;
|
|
75
|
+
ReadableStreamDefaultController: false;
|
|
76
|
+
ReadableStreamDefaultReader: false;
|
|
77
|
+
Request: false;
|
|
78
|
+
require: false;
|
|
79
|
+
Response: false;
|
|
80
|
+
sessionStorage: false;
|
|
81
|
+
setImmediate: false;
|
|
82
|
+
setInterval: false;
|
|
83
|
+
setTimeout: false;
|
|
84
|
+
Storage: false;
|
|
85
|
+
structuredClone: false;
|
|
86
|
+
SubtleCrypto: false;
|
|
87
|
+
SuppressedError: false;
|
|
88
|
+
TextDecoder: false;
|
|
89
|
+
TextDecoderStream: false;
|
|
90
|
+
TextEncoder: false;
|
|
91
|
+
TextEncoderStream: false;
|
|
92
|
+
TransformStream: false;
|
|
93
|
+
TransformStreamDefaultController: false;
|
|
94
|
+
URL: false;
|
|
95
|
+
URLPattern: false;
|
|
96
|
+
URLSearchParams: false;
|
|
97
|
+
WebAssembly: false;
|
|
98
|
+
WebSocket: false;
|
|
99
|
+
WritableStream: false;
|
|
100
|
+
WritableStreamDefaultController: false;
|
|
101
|
+
WritableStreamDefaultWriter: false;
|
|
102
|
+
AbsoluteOrientationSensor: false;
|
|
103
|
+
AbstractRange: false;
|
|
104
|
+
Accelerometer: false;
|
|
105
|
+
addEventListener: false;
|
|
106
|
+
ai: false;
|
|
107
|
+
AI: false;
|
|
108
|
+
AICreateMonitor: false;
|
|
109
|
+
AITextSession: false;
|
|
110
|
+
alert: false;
|
|
111
|
+
AnalyserNode: false;
|
|
112
|
+
Animation: false;
|
|
113
|
+
AnimationEffect: false;
|
|
114
|
+
AnimationEvent: false;
|
|
115
|
+
AnimationPlaybackEvent: false;
|
|
116
|
+
AnimationTimeline: false;
|
|
117
|
+
Attr: false;
|
|
118
|
+
Audio: false;
|
|
119
|
+
AudioBuffer: false;
|
|
120
|
+
AudioBufferSourceNode: false;
|
|
121
|
+
AudioContext: false;
|
|
122
|
+
AudioData: false;
|
|
123
|
+
AudioDecoder: false;
|
|
124
|
+
AudioDestinationNode: false;
|
|
125
|
+
AudioEncoder: false;
|
|
126
|
+
AudioListener: false;
|
|
127
|
+
AudioNode: false;
|
|
128
|
+
AudioParam: false;
|
|
129
|
+
AudioParamMap: false;
|
|
130
|
+
AudioProcessingEvent: false;
|
|
131
|
+
AudioScheduledSourceNode: false;
|
|
132
|
+
AudioSinkInfo: false;
|
|
133
|
+
AudioWorklet: false;
|
|
134
|
+
AudioWorkletGlobalScope: false;
|
|
135
|
+
AudioWorkletNode: false;
|
|
136
|
+
AudioWorkletProcessor: false;
|
|
137
|
+
AuthenticatorAssertionResponse: false;
|
|
138
|
+
AuthenticatorAttestationResponse: false;
|
|
139
|
+
AuthenticatorResponse: false;
|
|
140
|
+
BackgroundFetchManager: false;
|
|
141
|
+
BackgroundFetchRecord: false;
|
|
142
|
+
BackgroundFetchRegistration: false;
|
|
143
|
+
BarcodeDetector: false;
|
|
144
|
+
BarProp: false;
|
|
145
|
+
BaseAudioContext: false;
|
|
146
|
+
BatteryManager: false;
|
|
147
|
+
BeforeUnloadEvent: false;
|
|
148
|
+
BiquadFilterNode: false;
|
|
149
|
+
BlobEvent: false;
|
|
150
|
+
Bluetooth: false;
|
|
151
|
+
BluetoothCharacteristicProperties: false;
|
|
152
|
+
BluetoothDevice: false;
|
|
153
|
+
BluetoothRemoteGATTCharacteristic: false;
|
|
154
|
+
BluetoothRemoteGATTDescriptor: false;
|
|
155
|
+
BluetoothRemoteGATTServer: false;
|
|
156
|
+
BluetoothRemoteGATTService: false;
|
|
157
|
+
BluetoothUUID: false;
|
|
158
|
+
blur: false;
|
|
159
|
+
BrowserCaptureMediaStreamTrack: false;
|
|
160
|
+
Cache: false;
|
|
161
|
+
caches: false;
|
|
162
|
+
CacheStorage: false;
|
|
163
|
+
cancelAnimationFrame: false;
|
|
164
|
+
cancelIdleCallback: false;
|
|
165
|
+
CanvasCaptureMediaStream: false;
|
|
166
|
+
CanvasCaptureMediaStreamTrack: false;
|
|
167
|
+
CanvasGradient: false;
|
|
168
|
+
CanvasPattern: false;
|
|
169
|
+
CanvasRenderingContext2D: false;
|
|
170
|
+
CaptureController: false;
|
|
171
|
+
CaretPosition: false;
|
|
172
|
+
CDATASection: false;
|
|
173
|
+
ChannelMergerNode: false;
|
|
174
|
+
ChannelSplitterNode: false;
|
|
175
|
+
ChapterInformation: false;
|
|
176
|
+
CharacterBoundsUpdateEvent: false;
|
|
177
|
+
CharacterData: false;
|
|
178
|
+
clientInformation: false;
|
|
179
|
+
Clipboard: false;
|
|
180
|
+
ClipboardChangeEvent: false;
|
|
181
|
+
ClipboardEvent: false;
|
|
182
|
+
ClipboardItem: false;
|
|
183
|
+
close: false;
|
|
184
|
+
closed: false;
|
|
185
|
+
CloseWatcher: false;
|
|
186
|
+
CommandEvent: false;
|
|
187
|
+
Comment: false;
|
|
188
|
+
CompositionEvent: false;
|
|
189
|
+
confirm: false;
|
|
190
|
+
ConstantSourceNode: false;
|
|
191
|
+
ContentVisibilityAutoStateChangeEvent: false;
|
|
192
|
+
ConvolverNode: false;
|
|
193
|
+
CookieChangeEvent: false;
|
|
194
|
+
CookieDeprecationLabel: false;
|
|
195
|
+
cookieStore: false;
|
|
196
|
+
CookieStore: false;
|
|
197
|
+
CookieStoreManager: false;
|
|
198
|
+
createImageBitmap: false;
|
|
199
|
+
CreateMonitor: false;
|
|
200
|
+
Credential: false;
|
|
201
|
+
credentialless: false;
|
|
202
|
+
CredentialsContainer: false;
|
|
203
|
+
CropTarget: false;
|
|
204
|
+
crossOriginIsolated: false;
|
|
205
|
+
CSPViolationReportBody: false;
|
|
206
|
+
CSS: false;
|
|
207
|
+
CSSAnimation: false;
|
|
208
|
+
CSSConditionRule: false;
|
|
209
|
+
CSSContainerRule: false;
|
|
210
|
+
CSSCounterStyleRule: false;
|
|
211
|
+
CSSFontFaceRule: false;
|
|
212
|
+
CSSFontFeatureValuesRule: false;
|
|
213
|
+
CSSFontPaletteValuesRule: false;
|
|
214
|
+
CSSFunctionDeclarations: false;
|
|
215
|
+
CSSFunctionDescriptors: false;
|
|
216
|
+
CSSFunctionRule: false;
|
|
217
|
+
CSSGroupingRule: false;
|
|
218
|
+
CSSImageValue: false;
|
|
219
|
+
CSSImportRule: false;
|
|
220
|
+
CSSKeyframeRule: false;
|
|
221
|
+
CSSKeyframesRule: false;
|
|
222
|
+
CSSKeywordValue: false;
|
|
223
|
+
CSSLayerBlockRule: false;
|
|
224
|
+
CSSLayerStatementRule: false;
|
|
225
|
+
CSSMarginRule: false;
|
|
226
|
+
CSSMathClamp: false;
|
|
227
|
+
CSSMathInvert: false;
|
|
228
|
+
CSSMathMax: false;
|
|
229
|
+
CSSMathMin: false;
|
|
230
|
+
CSSMathNegate: false;
|
|
231
|
+
CSSMathProduct: false;
|
|
232
|
+
CSSMathSum: false;
|
|
233
|
+
CSSMathValue: false;
|
|
234
|
+
CSSMatrixComponent: false;
|
|
235
|
+
CSSMediaRule: false;
|
|
236
|
+
CSSNamespaceRule: false;
|
|
237
|
+
CSSNestedDeclarations: false;
|
|
238
|
+
CSSNumericArray: false;
|
|
239
|
+
CSSNumericValue: false;
|
|
240
|
+
CSSPageDescriptors: false;
|
|
241
|
+
CSSPageRule: false;
|
|
242
|
+
CSSPerspective: false;
|
|
243
|
+
CSSPositionTryDescriptors: false;
|
|
244
|
+
CSSPositionTryRule: false;
|
|
245
|
+
CSSPositionValue: false;
|
|
246
|
+
CSSPropertyRule: false;
|
|
247
|
+
CSSRotate: false;
|
|
248
|
+
CSSRule: false;
|
|
249
|
+
CSSRuleList: false;
|
|
250
|
+
CSSScale: false;
|
|
251
|
+
CSSScopeRule: false;
|
|
252
|
+
CSSSkew: false;
|
|
253
|
+
CSSSkewX: false;
|
|
254
|
+
CSSSkewY: false;
|
|
255
|
+
CSSStartingStyleRule: false;
|
|
256
|
+
CSSStyleDeclaration: false;
|
|
257
|
+
CSSStyleRule: false;
|
|
258
|
+
CSSStyleSheet: false;
|
|
259
|
+
CSSStyleValue: false;
|
|
260
|
+
CSSSupportsRule: false;
|
|
261
|
+
CSSTransformComponent: false;
|
|
262
|
+
CSSTransformValue: false;
|
|
263
|
+
CSSTransition: false;
|
|
264
|
+
CSSTranslate: false;
|
|
265
|
+
CSSUnitValue: false;
|
|
266
|
+
CSSUnparsedValue: false;
|
|
267
|
+
CSSVariableReferenceValue: false;
|
|
268
|
+
CSSViewTransitionRule: false;
|
|
269
|
+
currentFrame: false;
|
|
270
|
+
currentTime: false;
|
|
271
|
+
CustomElementRegistry: false;
|
|
272
|
+
customElements: false;
|
|
273
|
+
CustomStateSet: false;
|
|
274
|
+
DataTransfer: false;
|
|
275
|
+
DataTransferItem: false;
|
|
276
|
+
DataTransferItemList: false;
|
|
277
|
+
DelayNode: false;
|
|
278
|
+
DelegatedInkTrailPresenter: false;
|
|
279
|
+
DeviceMotionEvent: false;
|
|
280
|
+
DeviceMotionEventAcceleration: false;
|
|
281
|
+
DeviceMotionEventRotationRate: false;
|
|
282
|
+
DeviceOrientationEvent: false;
|
|
283
|
+
devicePixelRatio: false;
|
|
284
|
+
DevicePosture: false;
|
|
285
|
+
DigitalCredential: false;
|
|
286
|
+
dispatchEvent: false;
|
|
287
|
+
document: false;
|
|
288
|
+
Document: false;
|
|
289
|
+
DocumentFragment: false;
|
|
290
|
+
documentPictureInPicture: false;
|
|
291
|
+
DocumentPictureInPicture: false;
|
|
292
|
+
DocumentPictureInPictureEvent: false;
|
|
293
|
+
DocumentTimeline: false;
|
|
294
|
+
DocumentType: false;
|
|
295
|
+
DOMError: false;
|
|
296
|
+
DOMImplementation: false;
|
|
297
|
+
DOMMatrix: false;
|
|
298
|
+
DOMMatrixReadOnly: false;
|
|
299
|
+
DOMParser: false;
|
|
300
|
+
DOMPoint: false;
|
|
301
|
+
DOMPointReadOnly: false;
|
|
302
|
+
DOMQuad: false;
|
|
303
|
+
DOMRect: false;
|
|
304
|
+
DOMRectList: false;
|
|
305
|
+
DOMRectReadOnly: false;
|
|
306
|
+
DOMStringList: false;
|
|
307
|
+
DOMStringMap: false;
|
|
308
|
+
DOMTokenList: false;
|
|
309
|
+
DragEvent: false;
|
|
310
|
+
DynamicsCompressorNode: false;
|
|
311
|
+
EditContext: false;
|
|
312
|
+
Element: false;
|
|
313
|
+
ElementInternals: false;
|
|
314
|
+
EncodedAudioChunk: false;
|
|
315
|
+
EncodedVideoChunk: false;
|
|
316
|
+
event: false;
|
|
317
|
+
EventCounts: false;
|
|
318
|
+
EventSource: false;
|
|
319
|
+
external: false;
|
|
320
|
+
External: false;
|
|
321
|
+
EyeDropper: false;
|
|
322
|
+
FeaturePolicy: false;
|
|
323
|
+
FederatedCredential: false;
|
|
324
|
+
fence: false;
|
|
325
|
+
Fence: false;
|
|
326
|
+
FencedFrameConfig: false;
|
|
327
|
+
fetchLater: false;
|
|
328
|
+
FetchLaterResult: false;
|
|
329
|
+
FileList: false;
|
|
330
|
+
FileReader: false;
|
|
331
|
+
FileSystem: false;
|
|
332
|
+
FileSystemDirectoryEntry: false;
|
|
333
|
+
FileSystemDirectoryHandle: false;
|
|
334
|
+
FileSystemDirectoryReader: false;
|
|
335
|
+
FileSystemEntry: false;
|
|
336
|
+
FileSystemFileEntry: false;
|
|
337
|
+
FileSystemFileHandle: false;
|
|
338
|
+
FileSystemHandle: false;
|
|
339
|
+
FileSystemObserver: false;
|
|
340
|
+
FileSystemWritableFileStream: false;
|
|
341
|
+
find: false;
|
|
342
|
+
focus: false;
|
|
343
|
+
FocusEvent: false;
|
|
344
|
+
FontData: false;
|
|
345
|
+
FontFace: false;
|
|
346
|
+
FontFaceSet: false;
|
|
347
|
+
FontFaceSetLoadEvent: false;
|
|
348
|
+
FormDataEvent: false;
|
|
349
|
+
FragmentDirective: false;
|
|
350
|
+
frameElement: false;
|
|
351
|
+
frames: false;
|
|
352
|
+
GainNode: false;
|
|
353
|
+
Gamepad: false;
|
|
354
|
+
GamepadAxisMoveEvent: false;
|
|
355
|
+
GamepadButton: false;
|
|
356
|
+
GamepadButtonEvent: false;
|
|
357
|
+
GamepadEvent: false;
|
|
358
|
+
GamepadHapticActuator: false;
|
|
359
|
+
GamepadPose: false;
|
|
360
|
+
Geolocation: false;
|
|
361
|
+
GeolocationCoordinates: false;
|
|
362
|
+
GeolocationPosition: false;
|
|
363
|
+
GeolocationPositionError: false;
|
|
364
|
+
getComputedStyle: false;
|
|
365
|
+
getScreenDetails: false;
|
|
366
|
+
getSelection: false;
|
|
367
|
+
GPU: false;
|
|
368
|
+
GPUAdapter: false;
|
|
369
|
+
GPUAdapterInfo: false;
|
|
370
|
+
GPUBindGroup: false;
|
|
371
|
+
GPUBindGroupLayout: false;
|
|
372
|
+
GPUBuffer: false;
|
|
373
|
+
GPUBufferUsage: false;
|
|
374
|
+
GPUCanvasContext: false;
|
|
375
|
+
GPUColorWrite: false;
|
|
376
|
+
GPUCommandBuffer: false;
|
|
377
|
+
GPUCommandEncoder: false;
|
|
378
|
+
GPUCompilationInfo: false;
|
|
379
|
+
GPUCompilationMessage: false;
|
|
380
|
+
GPUComputePassEncoder: false;
|
|
381
|
+
GPUComputePipeline: false;
|
|
382
|
+
GPUDevice: false;
|
|
383
|
+
GPUDeviceLostInfo: false;
|
|
384
|
+
GPUError: false;
|
|
385
|
+
GPUExternalTexture: false;
|
|
386
|
+
GPUInternalError: false;
|
|
387
|
+
GPUMapMode: false;
|
|
388
|
+
GPUOutOfMemoryError: false;
|
|
389
|
+
GPUPipelineError: false;
|
|
390
|
+
GPUPipelineLayout: false;
|
|
391
|
+
GPUQuerySet: false;
|
|
392
|
+
GPUQueue: false;
|
|
393
|
+
GPURenderBundle: false;
|
|
394
|
+
GPURenderBundleEncoder: false;
|
|
395
|
+
GPURenderPassEncoder: false;
|
|
396
|
+
GPURenderPipeline: false;
|
|
397
|
+
GPUSampler: false;
|
|
398
|
+
GPUShaderModule: false;
|
|
399
|
+
GPUShaderStage: false;
|
|
400
|
+
GPUSupportedFeatures: false;
|
|
401
|
+
GPUSupportedLimits: false;
|
|
402
|
+
GPUTexture: false;
|
|
403
|
+
GPUTextureUsage: false;
|
|
404
|
+
GPUTextureView: false;
|
|
405
|
+
GPUUncapturedErrorEvent: false;
|
|
406
|
+
GPUValidationError: false;
|
|
407
|
+
GravitySensor: false;
|
|
408
|
+
Gyroscope: false;
|
|
409
|
+
HashChangeEvent: false;
|
|
410
|
+
HID: false;
|
|
411
|
+
HIDConnectionEvent: false;
|
|
412
|
+
HIDDevice: false;
|
|
413
|
+
HIDInputReportEvent: false;
|
|
414
|
+
Highlight: false;
|
|
415
|
+
HighlightRegistry: false;
|
|
416
|
+
history: false;
|
|
417
|
+
History: false;
|
|
418
|
+
HTMLAllCollection: false;
|
|
419
|
+
HTMLAnchorElement: false;
|
|
420
|
+
HTMLAreaElement: false;
|
|
421
|
+
HTMLAudioElement: false;
|
|
422
|
+
HTMLBaseElement: false;
|
|
423
|
+
HTMLBodyElement: false;
|
|
424
|
+
HTMLBRElement: false;
|
|
425
|
+
HTMLButtonElement: false;
|
|
426
|
+
HTMLCanvasElement: false;
|
|
427
|
+
HTMLCollection: false;
|
|
428
|
+
HTMLDataElement: false;
|
|
429
|
+
HTMLDataListElement: false;
|
|
430
|
+
HTMLDetailsElement: false;
|
|
431
|
+
HTMLDialogElement: false;
|
|
432
|
+
HTMLDirectoryElement: false;
|
|
433
|
+
HTMLDivElement: false;
|
|
434
|
+
HTMLDListElement: false;
|
|
435
|
+
HTMLDocument: false;
|
|
436
|
+
HTMLElement: false;
|
|
437
|
+
HTMLEmbedElement: false;
|
|
438
|
+
HTMLFencedFrameElement: false;
|
|
439
|
+
HTMLFieldSetElement: false;
|
|
440
|
+
HTMLFontElement: false;
|
|
441
|
+
HTMLFormControlsCollection: false;
|
|
442
|
+
HTMLFormElement: false;
|
|
443
|
+
HTMLFrameElement: false;
|
|
444
|
+
HTMLFrameSetElement: false;
|
|
445
|
+
HTMLHeadElement: false;
|
|
446
|
+
HTMLHeadingElement: false;
|
|
447
|
+
HTMLHRElement: false;
|
|
448
|
+
HTMLHtmlElement: false;
|
|
449
|
+
HTMLIFrameElement: false;
|
|
450
|
+
HTMLImageElement: false;
|
|
451
|
+
HTMLInputElement: false;
|
|
452
|
+
HTMLLabelElement: false;
|
|
453
|
+
HTMLLegendElement: false;
|
|
454
|
+
HTMLLIElement: false;
|
|
455
|
+
HTMLLinkElement: false;
|
|
456
|
+
HTMLMapElement: false;
|
|
457
|
+
HTMLMarqueeElement: false;
|
|
458
|
+
HTMLMediaElement: false;
|
|
459
|
+
HTMLMenuElement: false;
|
|
460
|
+
HTMLMetaElement: false;
|
|
461
|
+
HTMLMeterElement: false;
|
|
462
|
+
HTMLModElement: false;
|
|
463
|
+
HTMLObjectElement: false;
|
|
464
|
+
HTMLOListElement: false;
|
|
465
|
+
HTMLOptGroupElement: false;
|
|
466
|
+
HTMLOptionElement: false;
|
|
467
|
+
HTMLOptionsCollection: false;
|
|
468
|
+
HTMLOutputElement: false;
|
|
469
|
+
HTMLParagraphElement: false;
|
|
470
|
+
HTMLParamElement: false;
|
|
471
|
+
HTMLPictureElement: false;
|
|
472
|
+
HTMLPreElement: false;
|
|
473
|
+
HTMLProgressElement: false;
|
|
474
|
+
HTMLQuoteElement: false;
|
|
475
|
+
HTMLScriptElement: false;
|
|
476
|
+
HTMLSelectedContentElement: false;
|
|
477
|
+
HTMLSelectElement: false;
|
|
478
|
+
HTMLSlotElement: false;
|
|
479
|
+
HTMLSourceElement: false;
|
|
480
|
+
HTMLSpanElement: false;
|
|
481
|
+
HTMLStyleElement: false;
|
|
482
|
+
HTMLTableCaptionElement: false;
|
|
483
|
+
HTMLTableCellElement: false;
|
|
484
|
+
HTMLTableColElement: false;
|
|
485
|
+
HTMLTableElement: false;
|
|
486
|
+
HTMLTableRowElement: false;
|
|
487
|
+
HTMLTableSectionElement: false;
|
|
488
|
+
HTMLTemplateElement: false;
|
|
489
|
+
HTMLTextAreaElement: false;
|
|
490
|
+
HTMLTimeElement: false;
|
|
491
|
+
HTMLTitleElement: false;
|
|
492
|
+
HTMLTrackElement: false;
|
|
493
|
+
HTMLUListElement: false;
|
|
494
|
+
HTMLUnknownElement: false;
|
|
495
|
+
HTMLVideoElement: false;
|
|
496
|
+
IDBCursor: false;
|
|
497
|
+
IDBCursorWithValue: false;
|
|
498
|
+
IDBDatabase: false;
|
|
499
|
+
IDBFactory: false;
|
|
500
|
+
IDBIndex: false;
|
|
501
|
+
IDBKeyRange: false;
|
|
502
|
+
IDBObjectStore: false;
|
|
503
|
+
IDBOpenDBRequest: false;
|
|
504
|
+
IDBRecord: false;
|
|
505
|
+
IDBRequest: false;
|
|
506
|
+
IDBTransaction: false;
|
|
507
|
+
IDBVersionChangeEvent: false;
|
|
508
|
+
IdentityCredential: false;
|
|
509
|
+
IdentityCredentialError: false;
|
|
510
|
+
IdentityProvider: false;
|
|
511
|
+
IdleDeadline: false;
|
|
512
|
+
IdleDetector: false;
|
|
513
|
+
IIRFilterNode: false;
|
|
514
|
+
Image: false;
|
|
515
|
+
ImageBitmap: false;
|
|
516
|
+
ImageBitmapRenderingContext: false;
|
|
517
|
+
ImageCapture: false;
|
|
518
|
+
ImageData: false;
|
|
519
|
+
ImageDecoder: false;
|
|
520
|
+
ImageTrack: false;
|
|
521
|
+
ImageTrackList: false;
|
|
522
|
+
indexedDB: false;
|
|
523
|
+
Ink: false;
|
|
524
|
+
innerHeight: false;
|
|
525
|
+
innerWidth: false;
|
|
526
|
+
InputDeviceCapabilities: false;
|
|
527
|
+
InputDeviceInfo: false;
|
|
528
|
+
InputEvent: false;
|
|
529
|
+
IntegrityViolationReportBody: false;
|
|
530
|
+
InterestEvent: false;
|
|
531
|
+
IntersectionObserver: false;
|
|
532
|
+
IntersectionObserverEntry: false;
|
|
533
|
+
isSecureContext: false;
|
|
534
|
+
Keyboard: false;
|
|
535
|
+
KeyboardEvent: false;
|
|
536
|
+
KeyboardLayoutMap: false;
|
|
537
|
+
KeyframeEffect: false;
|
|
538
|
+
LanguageDetector: false;
|
|
539
|
+
LargestContentfulPaint: false;
|
|
540
|
+
LaunchParams: false;
|
|
541
|
+
launchQueue: false;
|
|
542
|
+
LaunchQueue: false;
|
|
543
|
+
LayoutShift: false;
|
|
544
|
+
LayoutShiftAttribution: false;
|
|
545
|
+
length: false;
|
|
546
|
+
LinearAccelerationSensor: false;
|
|
547
|
+
location: true;
|
|
548
|
+
Location: false;
|
|
549
|
+
locationbar: false;
|
|
550
|
+
Lock: false;
|
|
551
|
+
LockManager: false;
|
|
552
|
+
matchMedia: false;
|
|
553
|
+
MathMLElement: false;
|
|
554
|
+
MediaCapabilities: false;
|
|
555
|
+
MediaCapabilitiesInfo: false;
|
|
556
|
+
MediaDeviceInfo: false;
|
|
557
|
+
MediaDevices: false;
|
|
558
|
+
MediaElementAudioSourceNode: false;
|
|
559
|
+
MediaEncryptedEvent: false;
|
|
560
|
+
MediaError: false;
|
|
561
|
+
MediaKeyError: false;
|
|
562
|
+
MediaKeyMessageEvent: false;
|
|
563
|
+
MediaKeys: false;
|
|
564
|
+
MediaKeySession: false;
|
|
565
|
+
MediaKeyStatusMap: false;
|
|
566
|
+
MediaKeySystemAccess: false;
|
|
567
|
+
MediaList: false;
|
|
568
|
+
MediaMetadata: false;
|
|
569
|
+
MediaQueryList: false;
|
|
570
|
+
MediaQueryListEvent: false;
|
|
571
|
+
MediaRecorder: false;
|
|
572
|
+
MediaRecorderErrorEvent: false;
|
|
573
|
+
MediaSession: false;
|
|
574
|
+
MediaSource: false;
|
|
575
|
+
MediaSourceHandle: false;
|
|
576
|
+
MediaStream: false;
|
|
577
|
+
MediaStreamAudioDestinationNode: false;
|
|
578
|
+
MediaStreamAudioSourceNode: false;
|
|
579
|
+
MediaStreamEvent: false;
|
|
580
|
+
MediaStreamTrack: false;
|
|
581
|
+
MediaStreamTrackAudioSourceNode: false;
|
|
582
|
+
MediaStreamTrackAudioStats: false;
|
|
583
|
+
MediaStreamTrackEvent: false;
|
|
584
|
+
MediaStreamTrackGenerator: false;
|
|
585
|
+
MediaStreamTrackProcessor: false;
|
|
586
|
+
MediaStreamTrackVideoStats: false;
|
|
587
|
+
menubar: false;
|
|
588
|
+
MIDIAccess: false;
|
|
589
|
+
MIDIConnectionEvent: false;
|
|
590
|
+
MIDIInput: false;
|
|
591
|
+
MIDIInputMap: false;
|
|
592
|
+
MIDIMessageEvent: false;
|
|
593
|
+
MIDIOutput: false;
|
|
594
|
+
MIDIOutputMap: false;
|
|
595
|
+
MIDIPort: false;
|
|
596
|
+
MimeType: false;
|
|
597
|
+
MimeTypeArray: false;
|
|
598
|
+
model: false;
|
|
599
|
+
ModelGenericSession: false;
|
|
600
|
+
ModelManager: false;
|
|
601
|
+
MouseEvent: false;
|
|
602
|
+
moveBy: false;
|
|
603
|
+
moveTo: false;
|
|
604
|
+
MutationEvent: false;
|
|
605
|
+
MutationObserver: false;
|
|
606
|
+
MutationRecord: false;
|
|
607
|
+
name: false;
|
|
608
|
+
NamedNodeMap: false;
|
|
609
|
+
NavigateEvent: false;
|
|
610
|
+
navigation: false;
|
|
611
|
+
Navigation: false;
|
|
612
|
+
NavigationActivation: false;
|
|
613
|
+
NavigationCurrentEntryChangeEvent: false;
|
|
614
|
+
NavigationDestination: false;
|
|
615
|
+
NavigationHistoryEntry: false;
|
|
616
|
+
NavigationPrecommitController: false;
|
|
617
|
+
NavigationPreloadManager: false;
|
|
618
|
+
NavigationTransition: false;
|
|
619
|
+
NavigatorLogin: false;
|
|
620
|
+
NavigatorManagedData: false;
|
|
621
|
+
NavigatorUAData: false;
|
|
622
|
+
NetworkInformation: false;
|
|
623
|
+
Node: false;
|
|
624
|
+
NodeFilter: false;
|
|
625
|
+
NodeIterator: false;
|
|
626
|
+
NodeList: false;
|
|
627
|
+
Notification: false;
|
|
628
|
+
NotifyPaintEvent: false;
|
|
629
|
+
NotRestoredReasonDetails: false;
|
|
630
|
+
NotRestoredReasons: false;
|
|
631
|
+
Observable: false;
|
|
632
|
+
OfflineAudioCompletionEvent: false;
|
|
633
|
+
OfflineAudioContext: false;
|
|
634
|
+
offscreenBuffering: false;
|
|
635
|
+
OffscreenCanvas: false;
|
|
636
|
+
OffscreenCanvasRenderingContext2D: false;
|
|
637
|
+
onabort: true;
|
|
638
|
+
onafterprint: true;
|
|
639
|
+
onanimationcancel: true;
|
|
640
|
+
onanimationend: true;
|
|
641
|
+
onanimationiteration: true;
|
|
642
|
+
onanimationstart: true;
|
|
643
|
+
onappinstalled: true;
|
|
644
|
+
onauxclick: true;
|
|
645
|
+
onbeforeinput: true;
|
|
646
|
+
onbeforeinstallprompt: true;
|
|
647
|
+
onbeforematch: true;
|
|
648
|
+
onbeforeprint: true;
|
|
649
|
+
onbeforetoggle: true;
|
|
650
|
+
onbeforeunload: true;
|
|
651
|
+
onbeforexrselect: true;
|
|
652
|
+
onblur: true;
|
|
653
|
+
oncancel: true;
|
|
654
|
+
oncanplay: true;
|
|
655
|
+
oncanplaythrough: true;
|
|
656
|
+
onchange: true;
|
|
657
|
+
onclick: true;
|
|
658
|
+
onclose: true;
|
|
659
|
+
oncommand: true;
|
|
660
|
+
oncontentvisibilityautostatechange: true;
|
|
661
|
+
oncontextlost: true;
|
|
662
|
+
oncontextmenu: true;
|
|
663
|
+
oncontextrestored: true;
|
|
664
|
+
oncopy: true;
|
|
665
|
+
oncuechange: true;
|
|
666
|
+
oncut: true;
|
|
667
|
+
ondblclick: true;
|
|
668
|
+
ondevicemotion: true;
|
|
669
|
+
ondeviceorientation: true;
|
|
670
|
+
ondeviceorientationabsolute: true;
|
|
671
|
+
ondrag: true;
|
|
672
|
+
ondragend: true;
|
|
673
|
+
ondragenter: true;
|
|
674
|
+
ondragleave: true;
|
|
675
|
+
ondragover: true;
|
|
676
|
+
ondragstart: true;
|
|
677
|
+
ondrop: true;
|
|
678
|
+
ondurationchange: true;
|
|
679
|
+
onemptied: true;
|
|
680
|
+
onended: true;
|
|
681
|
+
onerror: true;
|
|
682
|
+
onfocus: true;
|
|
683
|
+
onformdata: true;
|
|
684
|
+
ongamepadconnected: true;
|
|
685
|
+
ongamepaddisconnected: true;
|
|
686
|
+
ongotpointercapture: true;
|
|
687
|
+
onhashchange: true;
|
|
688
|
+
oninput: true;
|
|
689
|
+
oninvalid: true;
|
|
690
|
+
onkeydown: true;
|
|
691
|
+
onkeypress: true;
|
|
692
|
+
onkeyup: true;
|
|
693
|
+
onlanguagechange: true;
|
|
694
|
+
onload: true;
|
|
695
|
+
onloadeddata: true;
|
|
696
|
+
onloadedmetadata: true;
|
|
697
|
+
onloadstart: true;
|
|
698
|
+
onlostpointercapture: true;
|
|
699
|
+
onmessage: true;
|
|
700
|
+
onmessageerror: true;
|
|
701
|
+
onmousedown: true;
|
|
702
|
+
onmouseenter: true;
|
|
703
|
+
onmouseleave: true;
|
|
704
|
+
onmousemove: true;
|
|
705
|
+
onmouseout: true;
|
|
706
|
+
onmouseover: true;
|
|
707
|
+
onmouseup: true;
|
|
708
|
+
onmousewheel: true;
|
|
709
|
+
onoffline: true;
|
|
710
|
+
ononline: true;
|
|
711
|
+
onpagehide: true;
|
|
712
|
+
onpagereveal: true;
|
|
713
|
+
onpageshow: true;
|
|
714
|
+
onpageswap: true;
|
|
715
|
+
onpaste: true;
|
|
716
|
+
onpause: true;
|
|
717
|
+
onplay: true;
|
|
718
|
+
onplaying: true;
|
|
719
|
+
onpointercancel: true;
|
|
720
|
+
onpointerdown: true;
|
|
721
|
+
onpointerenter: true;
|
|
722
|
+
onpointerleave: true;
|
|
723
|
+
onpointermove: true;
|
|
724
|
+
onpointerout: true;
|
|
725
|
+
onpointerover: true;
|
|
726
|
+
onpointerrawupdate: true;
|
|
727
|
+
onpointerup: true;
|
|
728
|
+
onpopstate: true;
|
|
729
|
+
onprogress: true;
|
|
730
|
+
onratechange: true;
|
|
731
|
+
onrejectionhandled: true;
|
|
732
|
+
onreset: true;
|
|
733
|
+
onresize: true;
|
|
734
|
+
onscroll: true;
|
|
735
|
+
onscrollend: true;
|
|
736
|
+
onscrollsnapchange: true;
|
|
737
|
+
onscrollsnapchanging: true;
|
|
738
|
+
onsearch: true;
|
|
739
|
+
onsecuritypolicyviolation: true;
|
|
740
|
+
onseeked: true;
|
|
741
|
+
onseeking: true;
|
|
742
|
+
onselect: true;
|
|
743
|
+
onselectionchange: true;
|
|
744
|
+
onselectstart: true;
|
|
745
|
+
onslotchange: true;
|
|
746
|
+
onstalled: true;
|
|
747
|
+
onstorage: true;
|
|
748
|
+
onsubmit: true;
|
|
749
|
+
onsuspend: true;
|
|
750
|
+
ontimeupdate: true;
|
|
751
|
+
ontoggle: true;
|
|
752
|
+
ontransitioncancel: true;
|
|
753
|
+
ontransitionend: true;
|
|
754
|
+
ontransitionrun: true;
|
|
755
|
+
ontransitionstart: true;
|
|
756
|
+
onunhandledrejection: true;
|
|
757
|
+
onunload: true;
|
|
758
|
+
onvolumechange: true;
|
|
759
|
+
onwaiting: true;
|
|
760
|
+
onwheel: true;
|
|
761
|
+
open: false;
|
|
762
|
+
opener: false;
|
|
763
|
+
Option: false;
|
|
764
|
+
OrientationSensor: false;
|
|
765
|
+
origin: false;
|
|
766
|
+
originAgentCluster: false;
|
|
767
|
+
OscillatorNode: false;
|
|
768
|
+
OTPCredential: false;
|
|
769
|
+
outerHeight: false;
|
|
770
|
+
outerWidth: false;
|
|
771
|
+
OverconstrainedError: false;
|
|
772
|
+
PageRevealEvent: false;
|
|
773
|
+
PageSwapEvent: false;
|
|
774
|
+
PageTransitionEvent: false;
|
|
775
|
+
pageXOffset: false;
|
|
776
|
+
pageYOffset: false;
|
|
777
|
+
PannerNode: false;
|
|
778
|
+
parent: false;
|
|
779
|
+
PasswordCredential: false;
|
|
780
|
+
Path2D: false;
|
|
781
|
+
PaymentAddress: false;
|
|
782
|
+
PaymentManager: false;
|
|
783
|
+
PaymentMethodChangeEvent: false;
|
|
784
|
+
PaymentRequest: false;
|
|
785
|
+
PaymentRequestUpdateEvent: false;
|
|
786
|
+
PaymentResponse: false;
|
|
787
|
+
PerformanceElementTiming: false;
|
|
788
|
+
PerformanceEventTiming: false;
|
|
789
|
+
PerformanceLongAnimationFrameTiming: false;
|
|
790
|
+
PerformanceLongTaskTiming: false;
|
|
791
|
+
PerformanceNavigation: false;
|
|
792
|
+
PerformanceNavigationTiming: false;
|
|
793
|
+
PerformancePaintTiming: false;
|
|
794
|
+
PerformanceScriptTiming: false;
|
|
795
|
+
PerformanceServerTiming: false;
|
|
796
|
+
PerformanceTiming: false;
|
|
797
|
+
PeriodicSyncManager: false;
|
|
798
|
+
PeriodicWave: false;
|
|
799
|
+
Permissions: false;
|
|
800
|
+
PermissionStatus: false;
|
|
801
|
+
PERSISTENT: false;
|
|
802
|
+
personalbar: false;
|
|
803
|
+
PictureInPictureEvent: false;
|
|
804
|
+
PictureInPictureWindow: false;
|
|
805
|
+
Plugin: false;
|
|
806
|
+
PluginArray: false;
|
|
807
|
+
PointerEvent: false;
|
|
808
|
+
PopStateEvent: false;
|
|
809
|
+
postMessage: false;
|
|
810
|
+
Presentation: false;
|
|
811
|
+
PresentationAvailability: false;
|
|
812
|
+
PresentationConnection: false;
|
|
813
|
+
PresentationConnectionAvailableEvent: false;
|
|
814
|
+
PresentationConnectionCloseEvent: false;
|
|
815
|
+
PresentationConnectionList: false;
|
|
816
|
+
PresentationReceiver: false;
|
|
817
|
+
PresentationRequest: false;
|
|
818
|
+
PressureObserver: false;
|
|
819
|
+
PressureRecord: false;
|
|
820
|
+
print: false;
|
|
821
|
+
ProcessingInstruction: false;
|
|
822
|
+
Profiler: false;
|
|
823
|
+
ProgressEvent: false;
|
|
824
|
+
PromiseRejectionEvent: false;
|
|
825
|
+
prompt: false;
|
|
826
|
+
ProtectedAudience: false;
|
|
827
|
+
PublicKeyCredential: false;
|
|
828
|
+
PushManager: false;
|
|
829
|
+
PushSubscription: false;
|
|
830
|
+
PushSubscriptionOptions: false;
|
|
831
|
+
queryLocalFonts: false;
|
|
832
|
+
QuotaExceededError: false;
|
|
833
|
+
RadioNodeList: false;
|
|
834
|
+
Range: false;
|
|
835
|
+
registerProcessor: false;
|
|
836
|
+
RelativeOrientationSensor: false;
|
|
837
|
+
RemotePlayback: false;
|
|
838
|
+
removeEventListener: false;
|
|
839
|
+
ReportBody: false;
|
|
840
|
+
reportError: false;
|
|
841
|
+
ReportingObserver: false;
|
|
842
|
+
requestAnimationFrame: false;
|
|
843
|
+
requestIdleCallback: false;
|
|
844
|
+
resizeBy: false;
|
|
845
|
+
ResizeObserver: false;
|
|
846
|
+
ResizeObserverEntry: false;
|
|
847
|
+
ResizeObserverSize: false;
|
|
848
|
+
resizeTo: false;
|
|
849
|
+
RestrictionTarget: false;
|
|
850
|
+
RTCCertificate: false;
|
|
851
|
+
RTCDataChannel: false;
|
|
852
|
+
RTCDataChannelEvent: false;
|
|
853
|
+
RTCDtlsTransport: false;
|
|
854
|
+
RTCDTMFSender: false;
|
|
855
|
+
RTCDTMFToneChangeEvent: false;
|
|
856
|
+
RTCEncodedAudioFrame: false;
|
|
857
|
+
RTCEncodedVideoFrame: false;
|
|
858
|
+
RTCError: false;
|
|
859
|
+
RTCErrorEvent: false;
|
|
860
|
+
RTCIceCandidate: false;
|
|
861
|
+
RTCIceTransport: false;
|
|
862
|
+
RTCPeerConnection: false;
|
|
863
|
+
RTCPeerConnectionIceErrorEvent: false;
|
|
864
|
+
RTCPeerConnectionIceEvent: false;
|
|
865
|
+
RTCRtpReceiver: false;
|
|
866
|
+
RTCRtpScriptTransform: false;
|
|
867
|
+
RTCRtpSender: false;
|
|
868
|
+
RTCRtpTransceiver: false;
|
|
869
|
+
RTCSctpTransport: false;
|
|
870
|
+
RTCSessionDescription: false;
|
|
871
|
+
RTCStatsReport: false;
|
|
872
|
+
RTCTrackEvent: false;
|
|
873
|
+
sampleRate: false;
|
|
874
|
+
scheduler: false;
|
|
875
|
+
Scheduler: false;
|
|
876
|
+
Scheduling: false;
|
|
877
|
+
screen: false;
|
|
878
|
+
Screen: false;
|
|
879
|
+
ScreenDetailed: false;
|
|
880
|
+
ScreenDetails: false;
|
|
881
|
+
screenLeft: false;
|
|
882
|
+
ScreenOrientation: false;
|
|
883
|
+
screenTop: false;
|
|
884
|
+
screenX: false;
|
|
885
|
+
screenY: false;
|
|
886
|
+
ScriptProcessorNode: false;
|
|
887
|
+
scroll: false;
|
|
888
|
+
scrollbars: false;
|
|
889
|
+
scrollBy: false;
|
|
890
|
+
ScrollTimeline: false;
|
|
891
|
+
scrollTo: false;
|
|
892
|
+
scrollX: false;
|
|
893
|
+
scrollY: false;
|
|
894
|
+
SecurityPolicyViolationEvent: false;
|
|
895
|
+
Selection: false;
|
|
896
|
+
self: false;
|
|
897
|
+
Sensor: false;
|
|
898
|
+
SensorErrorEvent: false;
|
|
899
|
+
Serial: false;
|
|
900
|
+
SerialPort: false;
|
|
901
|
+
ServiceWorker: false;
|
|
902
|
+
ServiceWorkerContainer: false;
|
|
903
|
+
ServiceWorkerRegistration: false;
|
|
904
|
+
ShadowRoot: false;
|
|
905
|
+
sharedStorage: false;
|
|
906
|
+
SharedStorage: false;
|
|
907
|
+
SharedStorageAppendMethod: false;
|
|
908
|
+
SharedStorageClearMethod: false;
|
|
909
|
+
SharedStorageDeleteMethod: false;
|
|
910
|
+
SharedStorageModifierMethod: false;
|
|
911
|
+
SharedStorageSetMethod: false;
|
|
912
|
+
SharedStorageWorklet: false;
|
|
913
|
+
SharedWorker: false;
|
|
914
|
+
showDirectoryPicker: false;
|
|
915
|
+
showOpenFilePicker: false;
|
|
916
|
+
showSaveFilePicker: false;
|
|
917
|
+
SnapEvent: false;
|
|
918
|
+
SourceBuffer: false;
|
|
919
|
+
SourceBufferList: false;
|
|
920
|
+
SpeechGrammar: false;
|
|
921
|
+
SpeechGrammarList: false;
|
|
922
|
+
SpeechRecognition: false;
|
|
923
|
+
SpeechRecognitionErrorEvent: false;
|
|
924
|
+
SpeechRecognitionEvent: false;
|
|
925
|
+
SpeechRecognitionPhrase: false;
|
|
926
|
+
speechSynthesis: false;
|
|
927
|
+
SpeechSynthesis: false;
|
|
928
|
+
SpeechSynthesisErrorEvent: false;
|
|
929
|
+
SpeechSynthesisEvent: false;
|
|
930
|
+
SpeechSynthesisUtterance: false;
|
|
931
|
+
SpeechSynthesisVoice: false;
|
|
932
|
+
StaticRange: false;
|
|
933
|
+
status: false;
|
|
934
|
+
statusbar: false;
|
|
935
|
+
StereoPannerNode: false;
|
|
936
|
+
stop: false;
|
|
937
|
+
StorageBucket: false;
|
|
938
|
+
StorageBucketManager: false;
|
|
939
|
+
StorageEvent: false;
|
|
940
|
+
StorageManager: false;
|
|
941
|
+
styleMedia: false;
|
|
942
|
+
StylePropertyMap: false;
|
|
943
|
+
StylePropertyMapReadOnly: false;
|
|
944
|
+
StyleSheet: false;
|
|
945
|
+
StyleSheetList: false;
|
|
946
|
+
SubmitEvent: false;
|
|
947
|
+
Subscriber: false;
|
|
948
|
+
Summarizer: false;
|
|
949
|
+
SVGAElement: false;
|
|
950
|
+
SVGAngle: false;
|
|
951
|
+
SVGAnimatedAngle: false;
|
|
952
|
+
SVGAnimatedBoolean: false;
|
|
953
|
+
SVGAnimatedEnumeration: false;
|
|
954
|
+
SVGAnimatedInteger: false;
|
|
955
|
+
SVGAnimatedLength: false;
|
|
956
|
+
SVGAnimatedLengthList: false;
|
|
957
|
+
SVGAnimatedNumber: false;
|
|
958
|
+
SVGAnimatedNumberList: false;
|
|
959
|
+
SVGAnimatedPreserveAspectRatio: false;
|
|
960
|
+
SVGAnimatedRect: false;
|
|
961
|
+
SVGAnimatedString: false;
|
|
962
|
+
SVGAnimatedTransformList: false;
|
|
963
|
+
SVGAnimateElement: false;
|
|
964
|
+
SVGAnimateMotionElement: false;
|
|
965
|
+
SVGAnimateTransformElement: false;
|
|
966
|
+
SVGAnimationElement: false;
|
|
967
|
+
SVGCircleElement: false;
|
|
968
|
+
SVGClipPathElement: false;
|
|
969
|
+
SVGComponentTransferFunctionElement: false;
|
|
970
|
+
SVGDefsElement: false;
|
|
971
|
+
SVGDescElement: false;
|
|
972
|
+
SVGElement: false;
|
|
973
|
+
SVGEllipseElement: false;
|
|
974
|
+
SVGFEBlendElement: false;
|
|
975
|
+
SVGFEColorMatrixElement: false;
|
|
976
|
+
SVGFEComponentTransferElement: false;
|
|
977
|
+
SVGFECompositeElement: false;
|
|
978
|
+
SVGFEConvolveMatrixElement: false;
|
|
979
|
+
SVGFEDiffuseLightingElement: false;
|
|
980
|
+
SVGFEDisplacementMapElement: false;
|
|
981
|
+
SVGFEDistantLightElement: false;
|
|
982
|
+
SVGFEDropShadowElement: false;
|
|
983
|
+
SVGFEFloodElement: false;
|
|
984
|
+
SVGFEFuncAElement: false;
|
|
985
|
+
SVGFEFuncBElement: false;
|
|
986
|
+
SVGFEFuncGElement: false;
|
|
987
|
+
SVGFEFuncRElement: false;
|
|
988
|
+
SVGFEGaussianBlurElement: false;
|
|
989
|
+
SVGFEImageElement: false;
|
|
990
|
+
SVGFEMergeElement: false;
|
|
991
|
+
SVGFEMergeNodeElement: false;
|
|
992
|
+
SVGFEMorphologyElement: false;
|
|
993
|
+
SVGFEOffsetElement: false;
|
|
994
|
+
SVGFEPointLightElement: false;
|
|
995
|
+
SVGFESpecularLightingElement: false;
|
|
996
|
+
SVGFESpotLightElement: false;
|
|
997
|
+
SVGFETileElement: false;
|
|
998
|
+
SVGFETurbulenceElement: false;
|
|
999
|
+
SVGFilterElement: false;
|
|
1000
|
+
SVGForeignObjectElement: false;
|
|
1001
|
+
SVGGElement: false;
|
|
1002
|
+
SVGGeometryElement: false;
|
|
1003
|
+
SVGGradientElement: false;
|
|
1004
|
+
SVGGraphicsElement: false;
|
|
1005
|
+
SVGImageElement: false;
|
|
1006
|
+
SVGLength: false;
|
|
1007
|
+
SVGLengthList: false;
|
|
1008
|
+
SVGLinearGradientElement: false;
|
|
1009
|
+
SVGLineElement: false;
|
|
1010
|
+
SVGMarkerElement: false;
|
|
1011
|
+
SVGMaskElement: false;
|
|
1012
|
+
SVGMatrix: false;
|
|
1013
|
+
SVGMetadataElement: false;
|
|
1014
|
+
SVGMPathElement: false;
|
|
1015
|
+
SVGNumber: false;
|
|
1016
|
+
SVGNumberList: false;
|
|
1017
|
+
SVGPathElement: false;
|
|
1018
|
+
SVGPatternElement: false;
|
|
1019
|
+
SVGPoint: false;
|
|
1020
|
+
SVGPointList: false;
|
|
1021
|
+
SVGPolygonElement: false;
|
|
1022
|
+
SVGPolylineElement: false;
|
|
1023
|
+
SVGPreserveAspectRatio: false;
|
|
1024
|
+
SVGRadialGradientElement: false;
|
|
1025
|
+
SVGRect: false;
|
|
1026
|
+
SVGRectElement: false;
|
|
1027
|
+
SVGScriptElement: false;
|
|
1028
|
+
SVGSetElement: false;
|
|
1029
|
+
SVGStopElement: false;
|
|
1030
|
+
SVGStringList: false;
|
|
1031
|
+
SVGStyleElement: false;
|
|
1032
|
+
SVGSVGElement: false;
|
|
1033
|
+
SVGSwitchElement: false;
|
|
1034
|
+
SVGSymbolElement: false;
|
|
1035
|
+
SVGTextContentElement: false;
|
|
1036
|
+
SVGTextElement: false;
|
|
1037
|
+
SVGTextPathElement: false;
|
|
1038
|
+
SVGTextPositioningElement: false;
|
|
1039
|
+
SVGTitleElement: false;
|
|
1040
|
+
SVGTransform: false;
|
|
1041
|
+
SVGTransformList: false;
|
|
1042
|
+
SVGTSpanElement: false;
|
|
1043
|
+
SVGUnitTypes: false;
|
|
1044
|
+
SVGUseElement: false;
|
|
1045
|
+
SVGViewElement: false;
|
|
1046
|
+
SyncManager: false;
|
|
1047
|
+
TaskAttributionTiming: false;
|
|
1048
|
+
TaskController: false;
|
|
1049
|
+
TaskPriorityChangeEvent: false;
|
|
1050
|
+
TaskSignal: false;
|
|
1051
|
+
TEMPORARY: false;
|
|
1052
|
+
Text: false;
|
|
1053
|
+
TextEvent: false;
|
|
1054
|
+
TextFormat: false;
|
|
1055
|
+
TextFormatUpdateEvent: false;
|
|
1056
|
+
TextMetrics: false;
|
|
1057
|
+
TextTrack: false;
|
|
1058
|
+
TextTrackCue: false;
|
|
1059
|
+
TextTrackCueList: false;
|
|
1060
|
+
TextTrackList: false;
|
|
1061
|
+
TextUpdateEvent: false;
|
|
1062
|
+
TimeEvent: false;
|
|
1063
|
+
TimeRanges: false;
|
|
1064
|
+
ToggleEvent: false;
|
|
1065
|
+
toolbar: false;
|
|
1066
|
+
top: false;
|
|
1067
|
+
Touch: false;
|
|
1068
|
+
TouchEvent: false;
|
|
1069
|
+
TouchList: false;
|
|
1070
|
+
TrackEvent: false;
|
|
1071
|
+
TransitionEvent: false;
|
|
1072
|
+
Translator: false;
|
|
1073
|
+
TreeWalker: false;
|
|
1074
|
+
TrustedHTML: false;
|
|
1075
|
+
TrustedScript: false;
|
|
1076
|
+
TrustedScriptURL: false;
|
|
1077
|
+
TrustedTypePolicy: false;
|
|
1078
|
+
TrustedTypePolicyFactory: false;
|
|
1079
|
+
trustedTypes: false;
|
|
1080
|
+
UIEvent: false;
|
|
1081
|
+
USB: false;
|
|
1082
|
+
USBAlternateInterface: false;
|
|
1083
|
+
USBConfiguration: false;
|
|
1084
|
+
USBConnectionEvent: false;
|
|
1085
|
+
USBDevice: false;
|
|
1086
|
+
USBEndpoint: false;
|
|
1087
|
+
USBInterface: false;
|
|
1088
|
+
USBInTransferResult: false;
|
|
1089
|
+
USBIsochronousInTransferPacket: false;
|
|
1090
|
+
USBIsochronousInTransferResult: false;
|
|
1091
|
+
USBIsochronousOutTransferPacket: false;
|
|
1092
|
+
USBIsochronousOutTransferResult: false;
|
|
1093
|
+
USBOutTransferResult: false;
|
|
1094
|
+
UserActivation: false;
|
|
1095
|
+
ValidityState: false;
|
|
1096
|
+
VideoColorSpace: false;
|
|
1097
|
+
VideoDecoder: false;
|
|
1098
|
+
VideoEncoder: false;
|
|
1099
|
+
VideoFrame: false;
|
|
1100
|
+
VideoPlaybackQuality: false;
|
|
1101
|
+
viewport: false;
|
|
1102
|
+
Viewport: false;
|
|
1103
|
+
ViewTimeline: false;
|
|
1104
|
+
ViewTransition: false;
|
|
1105
|
+
ViewTransitionTypeSet: false;
|
|
1106
|
+
VirtualKeyboard: false;
|
|
1107
|
+
VirtualKeyboardGeometryChangeEvent: false;
|
|
1108
|
+
VisibilityStateEntry: false;
|
|
1109
|
+
visualViewport: false;
|
|
1110
|
+
VisualViewport: false;
|
|
1111
|
+
VTTCue: false;
|
|
1112
|
+
VTTRegion: false;
|
|
1113
|
+
WakeLock: false;
|
|
1114
|
+
WakeLockSentinel: false;
|
|
1115
|
+
WaveShaperNode: false;
|
|
1116
|
+
WebGL2RenderingContext: false;
|
|
1117
|
+
WebGLActiveInfo: false;
|
|
1118
|
+
WebGLBuffer: false;
|
|
1119
|
+
WebGLContextEvent: false;
|
|
1120
|
+
WebGLFramebuffer: false;
|
|
1121
|
+
WebGLObject: false;
|
|
1122
|
+
WebGLProgram: false;
|
|
1123
|
+
WebGLQuery: false;
|
|
1124
|
+
WebGLRenderbuffer: false;
|
|
1125
|
+
WebGLRenderingContext: false;
|
|
1126
|
+
WebGLSampler: false;
|
|
1127
|
+
WebGLShader: false;
|
|
1128
|
+
WebGLShaderPrecisionFormat: false;
|
|
1129
|
+
WebGLSync: false;
|
|
1130
|
+
WebGLTexture: false;
|
|
1131
|
+
WebGLTransformFeedback: false;
|
|
1132
|
+
WebGLUniformLocation: false;
|
|
1133
|
+
WebGLVertexArrayObject: false;
|
|
1134
|
+
WebSocketError: false;
|
|
1135
|
+
WebSocketStream: false;
|
|
1136
|
+
WebTransport: false;
|
|
1137
|
+
WebTransportBidirectionalStream: false;
|
|
1138
|
+
WebTransportDatagramDuplexStream: false;
|
|
1139
|
+
WebTransportError: false;
|
|
1140
|
+
WebTransportReceiveStream: false;
|
|
1141
|
+
WebTransportSendStream: false;
|
|
1142
|
+
WGSLLanguageFeatures: false;
|
|
1143
|
+
WheelEvent: false;
|
|
1144
|
+
when: false;
|
|
1145
|
+
window: false;
|
|
1146
|
+
Window: false;
|
|
1147
|
+
WindowControlsOverlay: false;
|
|
1148
|
+
WindowControlsOverlayGeometryChangeEvent: false;
|
|
1149
|
+
Worker: false;
|
|
1150
|
+
Worklet: false;
|
|
1151
|
+
WorkletGlobalScope: false;
|
|
1152
|
+
XMLDocument: false;
|
|
1153
|
+
XMLHttpRequest: false;
|
|
1154
|
+
XMLHttpRequestEventTarget: false;
|
|
1155
|
+
XMLHttpRequestUpload: false;
|
|
1156
|
+
XMLSerializer: false;
|
|
1157
|
+
XPathEvaluator: false;
|
|
1158
|
+
XPathExpression: false;
|
|
1159
|
+
XPathResult: false;
|
|
1160
|
+
XRAnchor: false;
|
|
1161
|
+
XRAnchorSet: false;
|
|
1162
|
+
XRBoundedReferenceSpace: false;
|
|
1163
|
+
XRCamera: false;
|
|
1164
|
+
XRCPUDepthInformation: false;
|
|
1165
|
+
XRDepthInformation: false;
|
|
1166
|
+
XRDOMOverlayState: false;
|
|
1167
|
+
XRFrame: false;
|
|
1168
|
+
XRHand: false;
|
|
1169
|
+
XRHitTestResult: false;
|
|
1170
|
+
XRHitTestSource: false;
|
|
1171
|
+
XRInputSource: false;
|
|
1172
|
+
XRInputSourceArray: false;
|
|
1173
|
+
XRInputSourceEvent: false;
|
|
1174
|
+
XRInputSourcesChangeEvent: false;
|
|
1175
|
+
XRJointPose: false;
|
|
1176
|
+
XRJointSpace: false;
|
|
1177
|
+
XRLayer: false;
|
|
1178
|
+
XRLightEstimate: false;
|
|
1179
|
+
XRLightProbe: false;
|
|
1180
|
+
XRPose: false;
|
|
1181
|
+
XRRay: false;
|
|
1182
|
+
XRReferenceSpace: false;
|
|
1183
|
+
XRReferenceSpaceEvent: false;
|
|
1184
|
+
XRRenderState: false;
|
|
1185
|
+
XRRigidTransform: false;
|
|
1186
|
+
XRSession: false;
|
|
1187
|
+
XRSessionEvent: false;
|
|
1188
|
+
XRSpace: false;
|
|
1189
|
+
XRSystem: false;
|
|
1190
|
+
XRTransientInputHitTestResult: false;
|
|
1191
|
+
XRTransientInputHitTestSource: false;
|
|
1192
|
+
XRView: false;
|
|
1193
|
+
XRViewerPose: false;
|
|
1194
|
+
XRViewport: false;
|
|
1195
|
+
XRWebGLBinding: false;
|
|
1196
|
+
XRWebGLDepthInformation: false;
|
|
1197
|
+
XRWebGLLayer: false;
|
|
1198
|
+
XSLTProcessor: false;
|
|
1199
|
+
};
|
|
1200
|
+
};
|
|
1201
|
+
rules: {
|
|
1202
|
+
'deprecation/deprecation': string;
|
|
1203
|
+
'import/order': (string | {
|
|
1204
|
+
alphabetize: {
|
|
1205
|
+
order: string;
|
|
1206
|
+
caseInsensitive: boolean;
|
|
1207
|
+
};
|
|
1208
|
+
'newlines-between': string;
|
|
1209
|
+
groups: (string | string[])[];
|
|
1210
|
+
pathGroups: {
|
|
1211
|
+
pattern: string;
|
|
1212
|
+
group: string;
|
|
1213
|
+
position: string;
|
|
1214
|
+
}[];
|
|
1215
|
+
pathGroupsExcludedImportTypes: any[];
|
|
1216
|
+
})[];
|
|
1217
|
+
'@typescript-eslint/no-dynamic-delete': string;
|
|
1218
|
+
'@typescript-eslint/no-invalid-void-type': string;
|
|
1219
|
+
'no-useless-constructor': string;
|
|
1220
|
+
'@typescript-eslint/no-useless-constructor': string;
|
|
1221
|
+
'@typescript-eslint/prefer-ts-expect-error': string;
|
|
1222
|
+
'@typescript-eslint/prefer-literal-enum-member': string;
|
|
1223
|
+
'@typescript-eslint/no-non-null-asserted-nullish-coalescing': string;
|
|
1224
|
+
'@typescript-eslint/no-floating-promises': string;
|
|
1225
|
+
'@typescript-eslint/explicit-member-accessibility': string;
|
|
1226
|
+
'@typescript-eslint/adjacent-overload-signatures': string;
|
|
1227
|
+
'@typescript-eslint/ban-types': (string | {
|
|
1228
|
+
types: {
|
|
1229
|
+
DisidSafeAny: {
|
|
1230
|
+
message: string;
|
|
1231
|
+
};
|
|
1232
|
+
Object: {
|
|
1233
|
+
message: string;
|
|
1234
|
+
};
|
|
1235
|
+
Function: {
|
|
1236
|
+
message: string;
|
|
1237
|
+
};
|
|
1238
|
+
Boolean: {
|
|
1239
|
+
message: string;
|
|
1240
|
+
};
|
|
1241
|
+
Number: {
|
|
1242
|
+
message: string;
|
|
1243
|
+
};
|
|
1244
|
+
String: {
|
|
1245
|
+
message: string;
|
|
1246
|
+
};
|
|
1247
|
+
Symbol: {
|
|
1248
|
+
message: string;
|
|
1249
|
+
};
|
|
1250
|
+
};
|
|
1251
|
+
})[];
|
|
1252
|
+
'@typescript-eslint/consistent-type-assertions': string;
|
|
1253
|
+
'@typescript-eslint/dot-notation': string;
|
|
1254
|
+
'@typescript-eslint/naming-convention': (string | {
|
|
1255
|
+
selector: string;
|
|
1256
|
+
format: string[];
|
|
1257
|
+
leadingUnderscore: string;
|
|
1258
|
+
trailingUnderscore: string;
|
|
1259
|
+
} | {
|
|
1260
|
+
selector: string;
|
|
1261
|
+
format: string[];
|
|
1262
|
+
leadingUnderscore?: undefined;
|
|
1263
|
+
trailingUnderscore?: undefined;
|
|
1264
|
+
})[];
|
|
1265
|
+
'@typescript-eslint/no-empty-function': string;
|
|
1266
|
+
'@typescript-eslint/no-empty-interface': string;
|
|
1267
|
+
'@typescript-eslint/no-misused-new': string;
|
|
1268
|
+
'@typescript-eslint/no-namespace': string;
|
|
1269
|
+
'@typescript-eslint/no-non-null-assertion': string;
|
|
1270
|
+
'@typescript-eslint/no-unused-expressions': string;
|
|
1271
|
+
'@typescript-eslint/no-use-before-define': string;
|
|
1272
|
+
'@typescript-eslint/no-var-requires': string;
|
|
1273
|
+
'@typescript-eslint/prefer-for-of': string;
|
|
1274
|
+
'@typescript-eslint/prefer-function-type': string;
|
|
1275
|
+
'@typescript-eslint/prefer-namespace-keyword': string;
|
|
1276
|
+
'@typescript-eslint/triple-slash-reference': (string | {
|
|
1277
|
+
path: string;
|
|
1278
|
+
types: string;
|
|
1279
|
+
lib: string;
|
|
1280
|
+
})[];
|
|
1281
|
+
'@typescript-eslint/unified-signatures': string;
|
|
1282
|
+
'@typescript-eslint/no-shadow': (string | {
|
|
1283
|
+
hoist: string;
|
|
1284
|
+
})[];
|
|
1285
|
+
'@typescript-eslint/member-ordering': (string | {
|
|
1286
|
+
default: string[];
|
|
1287
|
+
})[];
|
|
1288
|
+
'@typescript-eslint/array-type': string;
|
|
1289
|
+
'@typescript-eslint/no-explicit-any': (string | {
|
|
1290
|
+
ignoreRestArgs: boolean;
|
|
1291
|
+
})[];
|
|
1292
|
+
'@typescript-eslint/no-inferrable-types': string;
|
|
1293
|
+
'@typescript-eslint/no-unused-vars': string;
|
|
1294
|
+
'@typescript-eslint/no-dupe-class-members': string[];
|
|
1295
|
+
'@typescript-eslint/quotes': number;
|
|
1296
|
+
'@typescript-eslint/brace-style': string;
|
|
1297
|
+
'@typescript-eslint/comma-dangle': string;
|
|
1298
|
+
'@typescript-eslint/comma-spacing': string;
|
|
1299
|
+
'@typescript-eslint/func-call-spacing': string;
|
|
1300
|
+
'@typescript-eslint/indent': string;
|
|
1301
|
+
'@typescript-eslint/keyword-spacing': string;
|
|
1302
|
+
'@typescript-eslint/member-delimiter-style': string;
|
|
1303
|
+
'@typescript-eslint/no-extra-parens': string;
|
|
1304
|
+
'@typescript-eslint/no-extra-semi': string;
|
|
1305
|
+
'@typescript-eslint/object-curly-spacing': string;
|
|
1306
|
+
'@typescript-eslint/semi': string;
|
|
1307
|
+
'@typescript-eslint/space-before-function-paren': string;
|
|
1308
|
+
'@typescript-eslint/space-infix-ops': string;
|
|
1309
|
+
'@typescript-eslint/type-annotation-spacing': string;
|
|
1310
|
+
'@typescript-eslint/explicit-function-return-type': string;
|
|
1311
|
+
'@typescript-eslint/explicit-module-boundary-types': string;
|
|
1312
|
+
'@angular-eslint/sort-lifecycle-methods': string;
|
|
1313
|
+
'@angular-eslint/component-class-suffix': string;
|
|
1314
|
+
'@angular-eslint/component-selector': (string | {
|
|
1315
|
+
type: string[];
|
|
1316
|
+
prefix: string;
|
|
1317
|
+
style: string;
|
|
1318
|
+
})[];
|
|
1319
|
+
'@angular-eslint/contextual-lifecycle': string;
|
|
1320
|
+
'@angular-eslint/directive-class-suffix': string;
|
|
1321
|
+
'@angular-eslint/no-conflicting-lifecycle': string;
|
|
1322
|
+
'@angular-eslint/no-host-metadata-property': string;
|
|
1323
|
+
'@angular-eslint/no-input-rename': string;
|
|
1324
|
+
'@angular-eslint/no-inputs-metadata-property': string;
|
|
1325
|
+
'@angular-eslint/no-output-native': string;
|
|
1326
|
+
'@angular-eslint/no-output-on-prefix': string;
|
|
1327
|
+
'@angular-eslint/no-output-rename': string;
|
|
1328
|
+
'@angular-eslint/no-outputs-metadata-property': string;
|
|
1329
|
+
'@angular-eslint/use-lifecycle-interface': string;
|
|
1330
|
+
'@angular-eslint/use-pipe-transform-interface': string;
|
|
1331
|
+
'@angular-eslint/no-empty-lifecycle-method': string;
|
|
1332
|
+
'@angular-eslint/directive-selector': (string | {
|
|
1333
|
+
type: string;
|
|
1334
|
+
prefix: string;
|
|
1335
|
+
style: string;
|
|
1336
|
+
})[];
|
|
1337
|
+
length: number;
|
|
1338
|
+
toString(): string;
|
|
1339
|
+
toLocaleString(): string;
|
|
1340
|
+
toLocaleString(locales: string | string[], options?: Intl.NumberFormatOptions & Intl.DateTimeFormatOptions): string;
|
|
1341
|
+
pop(): import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig;
|
|
1342
|
+
push(...items: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig[]): number;
|
|
1343
|
+
concat(...items: ConcatArray<import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig>[]): import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig[];
|
|
1344
|
+
concat(...items: (import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig | ConcatArray<import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig>)[]): import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig[];
|
|
1345
|
+
join(separator?: string): string;
|
|
1346
|
+
reverse(): import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig[];
|
|
1347
|
+
shift(): import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig;
|
|
1348
|
+
slice(start?: number, end?: number): import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig[];
|
|
1349
|
+
sort(compareFn?: (a: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig, b: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig) => number): import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfigArray;
|
|
1350
|
+
splice(start: number, deleteCount?: number): import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig[];
|
|
1351
|
+
splice(start: number, deleteCount: number, ...items: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig[]): import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig[];
|
|
1352
|
+
unshift(...items: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig[]): number;
|
|
1353
|
+
indexOf(searchElement: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig, fromIndex?: number): number;
|
|
1354
|
+
lastIndexOf(searchElement: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig, fromIndex?: number): number;
|
|
1355
|
+
every<S extends import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig>(predicate: (value: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig, index: number, array: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig[]) => value is S, thisArg?: any): this is S[];
|
|
1356
|
+
every(predicate: (value: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig, index: number, array: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig[]) => unknown, thisArg?: any): boolean;
|
|
1357
|
+
some(predicate: (value: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig, index: number, array: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig[]) => unknown, thisArg?: any): boolean;
|
|
1358
|
+
forEach(callbackfn: (value: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig, index: number, array: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig[]) => void, thisArg?: any): void;
|
|
1359
|
+
map<U>(callbackfn: (value: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig, index: number, array: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig[]) => U, thisArg?: any): U[];
|
|
1360
|
+
filter<S extends import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig>(predicate: (value: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig, index: number, array: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig[]) => value is S, thisArg?: any): S[];
|
|
1361
|
+
filter(predicate: (value: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig, index: number, array: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig[]) => unknown, thisArg?: any): import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig[];
|
|
1362
|
+
reduce(callbackfn: (previousValue: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig, currentValue: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig, currentIndex: number, array: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig[]) => import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig): import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig;
|
|
1363
|
+
reduce(callbackfn: (previousValue: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig, currentValue: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig, currentIndex: number, array: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig[]) => import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig, initialValue: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig): import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig;
|
|
1364
|
+
reduce<U>(callbackfn: (previousValue: U, currentValue: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig, currentIndex: number, array: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig[]) => U, initialValue: U): U;
|
|
1365
|
+
reduceRight(callbackfn: (previousValue: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig, currentValue: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig, currentIndex: number, array: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig[]) => import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig): import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig;
|
|
1366
|
+
reduceRight(callbackfn: (previousValue: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig, currentValue: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig, currentIndex: number, array: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig[]) => import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig, initialValue: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig): import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig;
|
|
1367
|
+
reduceRight<U>(callbackfn: (previousValue: U, currentValue: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig, currentIndex: number, array: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig[]) => U, initialValue: U): U;
|
|
1368
|
+
find<S extends import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig>(predicate: (value: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig, index: number, obj: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig[]) => value is S, thisArg?: any): S;
|
|
1369
|
+
find(predicate: (value: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig, index: number, obj: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig[]) => unknown, thisArg?: any): import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig;
|
|
1370
|
+
findIndex(predicate: (value: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig, index: number, obj: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig[]) => unknown, thisArg?: any): number;
|
|
1371
|
+
fill(value: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig, start?: number, end?: number): import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfigArray;
|
|
1372
|
+
copyWithin(target: number, start: number, end?: number): import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfigArray;
|
|
1373
|
+
entries(): ArrayIterator<[number, import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig]>;
|
|
1374
|
+
keys(): ArrayIterator<number>;
|
|
1375
|
+
values(): ArrayIterator<import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig>;
|
|
1376
|
+
includes(searchElement: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig, fromIndex?: number): boolean;
|
|
1377
|
+
flatMap<U, This = undefined>(callback: (this: This, value: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig, index: number, array: import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig[]) => U | readonly U[], thisArg?: This): U[];
|
|
1378
|
+
flat<A, D extends number = 1>(this: A, depth?: D): FlatArray<A, D>[];
|
|
1379
|
+
at(index: number): import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig;
|
|
1380
|
+
[Symbol.iterator](): ArrayIterator<import("node_modules/typescript-eslint/dist/compatibility-types.js").CompatibleConfig>;
|
|
1381
|
+
[Symbol.unscopables]: {
|
|
1382
|
+
[x: number]: boolean;
|
|
1383
|
+
length?: boolean;
|
|
1384
|
+
toString?: boolean;
|
|
1385
|
+
toLocaleString?: boolean;
|
|
1386
|
+
pop?: boolean;
|
|
1387
|
+
push?: boolean;
|
|
1388
|
+
concat?: boolean;
|
|
1389
|
+
join?: boolean;
|
|
1390
|
+
reverse?: boolean;
|
|
1391
|
+
shift?: boolean;
|
|
1392
|
+
slice?: boolean;
|
|
1393
|
+
sort?: boolean;
|
|
1394
|
+
splice?: boolean;
|
|
1395
|
+
unshift?: boolean;
|
|
1396
|
+
indexOf?: boolean;
|
|
1397
|
+
lastIndexOf?: boolean;
|
|
1398
|
+
every?: boolean;
|
|
1399
|
+
some?: boolean;
|
|
1400
|
+
forEach?: boolean;
|
|
1401
|
+
map?: boolean;
|
|
1402
|
+
filter?: boolean;
|
|
1403
|
+
reduce?: boolean;
|
|
1404
|
+
reduceRight?: boolean;
|
|
1405
|
+
find?: boolean;
|
|
1406
|
+
findIndex?: boolean;
|
|
1407
|
+
fill?: boolean;
|
|
1408
|
+
copyWithin?: boolean;
|
|
1409
|
+
entries?: boolean;
|
|
1410
|
+
keys?: boolean;
|
|
1411
|
+
values?: boolean;
|
|
1412
|
+
includes?: boolean;
|
|
1413
|
+
flatMap?: boolean;
|
|
1414
|
+
flat?: boolean;
|
|
1415
|
+
at?: boolean;
|
|
1416
|
+
[Symbol.iterator]?: boolean;
|
|
1417
|
+
readonly [Symbol.unscopables]?: boolean;
|
|
1418
|
+
};
|
|
1419
|
+
};
|
|
1420
|
+
} | {
|
|
1421
|
+
files: string[];
|
|
1422
|
+
env: {
|
|
1423
|
+
es2022: boolean;
|
|
1424
|
+
node: boolean;
|
|
1425
|
+
};
|
|
1426
|
+
plugins: {
|
|
1427
|
+
'unused-imports': import("node_modules/@eslint/core/dist/cjs/types.cjs").Plugin;
|
|
1428
|
+
};
|
|
1429
|
+
rules: {
|
|
1430
|
+
'constructor-super': string;
|
|
1431
|
+
'for-direction': string;
|
|
1432
|
+
'getter-return': string;
|
|
1433
|
+
'no-async-promise-executor': string;
|
|
1434
|
+
'no-case-declarations': string;
|
|
1435
|
+
'no-class-assign': string;
|
|
1436
|
+
'no-compare-neg-zero': string;
|
|
1437
|
+
'no-cond-assign': string;
|
|
1438
|
+
'no-const-assign': string;
|
|
1439
|
+
'no-constant-condition': string;
|
|
1440
|
+
'no-control-regex': string;
|
|
1441
|
+
'no-debugger': string;
|
|
1442
|
+
'no-delete-var': string;
|
|
1443
|
+
'no-dupe-args': string;
|
|
1444
|
+
'no-dupe-else-if': string;
|
|
1445
|
+
'no-dupe-keys': string;
|
|
1446
|
+
'no-duplicate-case': string;
|
|
1447
|
+
'no-empty': string;
|
|
1448
|
+
'no-empty-character-class': string;
|
|
1449
|
+
'no-empty-pattern': string;
|
|
1450
|
+
'no-ex-assign': string;
|
|
1451
|
+
'no-extra-boolean-cast': string;
|
|
1452
|
+
'no-fallthrough': string;
|
|
1453
|
+
'no-func-assign': string;
|
|
1454
|
+
'no-global-assign': string;
|
|
1455
|
+
'no-import-assign': string;
|
|
1456
|
+
'no-inner-declarations': string;
|
|
1457
|
+
'no-invalid-regexp': string;
|
|
1458
|
+
'no-irregular-whitespace': string;
|
|
1459
|
+
'no-misleading-character-class': string;
|
|
1460
|
+
'no-new-symbol': string;
|
|
1461
|
+
'no-obj-calls': string;
|
|
1462
|
+
'no-octal': string;
|
|
1463
|
+
'no-prototype-builtins': string;
|
|
1464
|
+
'no-redeclare': string;
|
|
1465
|
+
'no-regex-spaces': string;
|
|
1466
|
+
'no-self-assign': string;
|
|
1467
|
+
'no-setter-return': string;
|
|
1468
|
+
'no-shadow-restricted-names': string;
|
|
1469
|
+
'no-sparse-arrays': string;
|
|
1470
|
+
'no-this-before-super': string;
|
|
1471
|
+
'no-undef': string;
|
|
1472
|
+
'no-unreachable': string;
|
|
1473
|
+
'no-unsafe-finally': string;
|
|
1474
|
+
'no-unsafe-negation': string;
|
|
1475
|
+
'no-unused-labels': string;
|
|
1476
|
+
'no-useless-catch': string;
|
|
1477
|
+
'no-useless-escape': string;
|
|
1478
|
+
'no-with': string;
|
|
1479
|
+
'require-yield': string;
|
|
1480
|
+
'use-isnan': string;
|
|
1481
|
+
'valid-typeof': string;
|
|
1482
|
+
'sort-keys': string;
|
|
1483
|
+
'guard-for-in': string;
|
|
1484
|
+
'id-denylist': string[];
|
|
1485
|
+
'id-match': string;
|
|
1486
|
+
'max-classes-per-file': string;
|
|
1487
|
+
'no-bitwise': string;
|
|
1488
|
+
'no-caller': string;
|
|
1489
|
+
'no-console': string;
|
|
1490
|
+
'no-eval': string;
|
|
1491
|
+
'no-invalid-this': string;
|
|
1492
|
+
'no-new-wrappers': string;
|
|
1493
|
+
'no-throw-literal': string;
|
|
1494
|
+
'no-undef-init': string;
|
|
1495
|
+
'no-underscore-dangle': string;
|
|
1496
|
+
'no-var': string;
|
|
1497
|
+
'object-shorthand': string;
|
|
1498
|
+
'one-var': string[];
|
|
1499
|
+
'prefer-const': string;
|
|
1500
|
+
radix: string;
|
|
1501
|
+
'no-restricted-imports': (string | {
|
|
1502
|
+
paths: {
|
|
1503
|
+
name: string;
|
|
1504
|
+
message: string;
|
|
1505
|
+
}[];
|
|
1506
|
+
})[];
|
|
1507
|
+
complexity: (string | {
|
|
1508
|
+
max: number;
|
|
1509
|
+
})[];
|
|
1510
|
+
'consistent-return': (string | {
|
|
1511
|
+
treatUndefinedAsUnspecified: boolean;
|
|
1512
|
+
})[];
|
|
1513
|
+
eqeqeq: string;
|
|
1514
|
+
'no-dupe-class-members': string;
|
|
1515
|
+
'no-duplicate-imports': string;
|
|
1516
|
+
'no-else-return': string;
|
|
1517
|
+
'no-implicit-coercion': string;
|
|
1518
|
+
'no-iterator': string;
|
|
1519
|
+
'no-loop-func': string;
|
|
1520
|
+
'no-new-func': string;
|
|
1521
|
+
'no-return-assign': string;
|
|
1522
|
+
'no-sequences': string;
|
|
1523
|
+
'no-shadow': string;
|
|
1524
|
+
'no-template-curly-in-string': string;
|
|
1525
|
+
'no-unsafe-optional-chaining': string;
|
|
1526
|
+
'require-atomic-updates': string;
|
|
1527
|
+
yoda: (string | {
|
|
1528
|
+
exceptRange: boolean;
|
|
1529
|
+
})[];
|
|
1530
|
+
'no-unused-vars': string;
|
|
1531
|
+
curly: string;
|
|
1532
|
+
'lines-around-comment': number;
|
|
1533
|
+
'max-len': number;
|
|
1534
|
+
'no-confusing-arrow': number;
|
|
1535
|
+
'no-mixed-operators': number;
|
|
1536
|
+
'no-tabs': number;
|
|
1537
|
+
'no-unexpected-multiline': number;
|
|
1538
|
+
quotes: number;
|
|
1539
|
+
'array-bracket-newline': string;
|
|
1540
|
+
'array-bracket-spacing': string;
|
|
1541
|
+
'array-element-newline': string;
|
|
1542
|
+
'arrow-parens': string;
|
|
1543
|
+
'arrow-spacing': string;
|
|
1544
|
+
'block-spacing': string;
|
|
1545
|
+
'brace-style': string;
|
|
1546
|
+
'comma-dangle': string;
|
|
1547
|
+
'comma-spacing': string;
|
|
1548
|
+
'comma-style': string;
|
|
1549
|
+
'computed-property-spacing': string;
|
|
1550
|
+
'dot-location': string;
|
|
1551
|
+
'eol-last': string;
|
|
1552
|
+
'func-call-spacing': string;
|
|
1553
|
+
'function-call-argument-newline': string;
|
|
1554
|
+
'function-paren-newline': string;
|
|
1555
|
+
'generator-star-spacing': string;
|
|
1556
|
+
'implicit-arrow-linebreak': string;
|
|
1557
|
+
indent: string;
|
|
1558
|
+
'jsx-quotes': string;
|
|
1559
|
+
'key-spacing': string;
|
|
1560
|
+
'keyword-spacing': string;
|
|
1561
|
+
'linebreak-style': string;
|
|
1562
|
+
'multiline-ternary': string;
|
|
1563
|
+
'newline-per-chained-call': string;
|
|
1564
|
+
'new-parens': string;
|
|
1565
|
+
'no-arrow-condition': string;
|
|
1566
|
+
'no-comma-dangle': string;
|
|
1567
|
+
'no-extra-parens': string;
|
|
1568
|
+
'no-extra-semi': string;
|
|
1569
|
+
'no-floating-decimal': string;
|
|
1570
|
+
'no-mixed-spaces-and-tabs': string;
|
|
1571
|
+
'no-multi-spaces': string;
|
|
1572
|
+
'no-multiple-empty-lines': string;
|
|
1573
|
+
'no-reserved-keys': string;
|
|
1574
|
+
'no-space-before-semi': string;
|
|
1575
|
+
'no-trailing-spaces': string;
|
|
1576
|
+
'no-whitespace-before-property': string;
|
|
1577
|
+
'no-wrap-func': string;
|
|
1578
|
+
'nonblock-statement-body-position': string;
|
|
1579
|
+
'object-curly-newline': string;
|
|
1580
|
+
'object-curly-spacing': string;
|
|
1581
|
+
'object-property-newline': string;
|
|
1582
|
+
'one-var-declaration-per-line': string;
|
|
1583
|
+
'operator-linebreak': string;
|
|
1584
|
+
'padded-blocks': string;
|
|
1585
|
+
'quote-props': string;
|
|
1586
|
+
'rest-spread-spacing': string;
|
|
1587
|
+
semi: string;
|
|
1588
|
+
'semi-spacing': string;
|
|
1589
|
+
'semi-style': string;
|
|
1590
|
+
'space-after-function-name': string;
|
|
1591
|
+
'space-after-keywords': string;
|
|
1592
|
+
'space-before-blocks': string;
|
|
1593
|
+
'space-before-function-paren': string;
|
|
1594
|
+
'space-before-function-parentheses': string;
|
|
1595
|
+
'space-before-keywords': string;
|
|
1596
|
+
'space-in-brackets': string;
|
|
1597
|
+
'space-in-parens': string;
|
|
1598
|
+
'space-infix-ops': string;
|
|
1599
|
+
'space-return-throw-case': string;
|
|
1600
|
+
'space-unary-ops': string;
|
|
1601
|
+
'space-unary-word-ops': string;
|
|
1602
|
+
'switch-colon-spacing': string;
|
|
1603
|
+
'template-curly-spacing': string;
|
|
1604
|
+
'template-tag-spacing': string;
|
|
1605
|
+
'unicode-bom': string;
|
|
1606
|
+
'wrap-iife': string;
|
|
1607
|
+
'wrap-regex': string;
|
|
1608
|
+
'yield-star-spacing': string;
|
|
1609
|
+
'prefer-arrow/prefer-arrow-functions': (string | {
|
|
1610
|
+
disallowPrototype: boolean;
|
|
1611
|
+
singleReturnOnly: boolean;
|
|
1612
|
+
classPropertiesAllowed: boolean;
|
|
1613
|
+
allowStandaloneDeclarations: boolean;
|
|
1614
|
+
})[];
|
|
1615
|
+
'unused-imports/no-unused-imports': string;
|
|
1616
|
+
'unused-imports/no-unused-vars': (string | {
|
|
1617
|
+
vars: string;
|
|
1618
|
+
varsIgnorePattern: string;
|
|
1619
|
+
args: string;
|
|
1620
|
+
argsIgnorePattern: string;
|
|
1621
|
+
})[];
|
|
1622
|
+
'import/no-deprecated': string;
|
|
1623
|
+
'import/no-duplicates': string;
|
|
1624
|
+
'import/no-unused-modules': string;
|
|
1625
|
+
'import/no-unassigned-import': string[];
|
|
1626
|
+
};
|
|
1627
|
+
} | {
|
|
1628
|
+
files: string[];
|
|
1629
|
+
plugins: {
|
|
1630
|
+
'@angular-eslint/template': {
|
|
1631
|
+
configs: {
|
|
1632
|
+
all: {
|
|
1633
|
+
parser: string;
|
|
1634
|
+
plugins: string[];
|
|
1635
|
+
rules: {
|
|
1636
|
+
"@angular-eslint/template/alt-text": string;
|
|
1637
|
+
"@angular-eslint/template/attributes-order": string;
|
|
1638
|
+
"@angular-eslint/template/banana-in-box": string;
|
|
1639
|
+
"@angular-eslint/template/button-has-type": string;
|
|
1640
|
+
"@angular-eslint/template/click-events-have-key-events": string;
|
|
1641
|
+
"@angular-eslint/template/conditional-complexity": string;
|
|
1642
|
+
"@angular-eslint/template/cyclomatic-complexity": string;
|
|
1643
|
+
"@angular-eslint/template/elements-content": string;
|
|
1644
|
+
"@angular-eslint/template/eqeqeq": string;
|
|
1645
|
+
"@angular-eslint/template/i18n": string;
|
|
1646
|
+
"@angular-eslint/template/interactive-supports-focus": string;
|
|
1647
|
+
"@angular-eslint/template/label-has-associated-control": string;
|
|
1648
|
+
"@angular-eslint/template/mouse-events-have-key-events": string;
|
|
1649
|
+
"@angular-eslint/template/no-any": string;
|
|
1650
|
+
"@angular-eslint/template/no-autofocus": string;
|
|
1651
|
+
"@angular-eslint/template/no-call-expression": string;
|
|
1652
|
+
"@angular-eslint/template/no-distracting-elements": string;
|
|
1653
|
+
"@angular-eslint/template/no-duplicate-attributes": string;
|
|
1654
|
+
"@angular-eslint/template/no-inline-styles": string;
|
|
1655
|
+
"@angular-eslint/template/no-interpolation-in-attributes": string;
|
|
1656
|
+
"@angular-eslint/template/no-negated-async": string;
|
|
1657
|
+
"@angular-eslint/template/no-nested-tags": string;
|
|
1658
|
+
"@angular-eslint/template/no-positive-tabindex": string;
|
|
1659
|
+
"@angular-eslint/template/prefer-at-empty": string;
|
|
1660
|
+
"@angular-eslint/template/prefer-contextual-for-variables": string;
|
|
1661
|
+
"@angular-eslint/template/prefer-control-flow": string;
|
|
1662
|
+
"@angular-eslint/template/prefer-ngsrc": string;
|
|
1663
|
+
"@angular-eslint/template/prefer-self-closing-tags": string;
|
|
1664
|
+
"@angular-eslint/template/prefer-static-string-properties": string;
|
|
1665
|
+
"@angular-eslint/template/prefer-template-literal": string;
|
|
1666
|
+
"@angular-eslint/template/role-has-required-aria": string;
|
|
1667
|
+
"@angular-eslint/template/table-scope": string;
|
|
1668
|
+
"@angular-eslint/template/use-track-by-function": string;
|
|
1669
|
+
"@angular-eslint/template/valid-aria": string;
|
|
1670
|
+
};
|
|
1671
|
+
};
|
|
1672
|
+
recommended: {
|
|
1673
|
+
parser: string;
|
|
1674
|
+
plugins: string[];
|
|
1675
|
+
rules: {
|
|
1676
|
+
"@angular-eslint/template/banana-in-box": string;
|
|
1677
|
+
"@angular-eslint/template/eqeqeq": string;
|
|
1678
|
+
"@angular-eslint/template/no-negated-async": string;
|
|
1679
|
+
};
|
|
1680
|
+
};
|
|
1681
|
+
accessibility: {
|
|
1682
|
+
parser: string;
|
|
1683
|
+
plugins: string[];
|
|
1684
|
+
rules: {
|
|
1685
|
+
"@angular-eslint/template/alt-text": string;
|
|
1686
|
+
"@angular-eslint/template/click-events-have-key-events": string;
|
|
1687
|
+
"@angular-eslint/template/elements-content": string;
|
|
1688
|
+
"@angular-eslint/template/interactive-supports-focus": string;
|
|
1689
|
+
"@angular-eslint/template/label-has-associated-control": string;
|
|
1690
|
+
"@angular-eslint/template/mouse-events-have-key-events": string;
|
|
1691
|
+
"@angular-eslint/template/no-autofocus": string;
|
|
1692
|
+
"@angular-eslint/template/no-distracting-elements": string;
|
|
1693
|
+
"@angular-eslint/template/role-has-required-aria": string;
|
|
1694
|
+
"@angular-eslint/template/table-scope": string;
|
|
1695
|
+
"@angular-eslint/template/valid-aria": string;
|
|
1696
|
+
};
|
|
1697
|
+
};
|
|
1698
|
+
"process-inline-templates": {
|
|
1699
|
+
parser: string;
|
|
1700
|
+
parserOptions: {
|
|
1701
|
+
ecmaVersion: number;
|
|
1702
|
+
sourceType: string;
|
|
1703
|
+
};
|
|
1704
|
+
plugins: string[];
|
|
1705
|
+
processor: string;
|
|
1706
|
+
};
|
|
1707
|
+
};
|
|
1708
|
+
processors: {
|
|
1709
|
+
"extract-inline-html": {
|
|
1710
|
+
meta: {
|
|
1711
|
+
name: string;
|
|
1712
|
+
};
|
|
1713
|
+
preprocess: typeof import("@angular-eslint/eslint-plugin-template/dist/processors.js").preprocessComponentFile;
|
|
1714
|
+
postprocess: typeof import("@angular-eslint/eslint-plugin-template/dist/processors.js").postprocessComponentFile;
|
|
1715
|
+
supportsAutofix: boolean;
|
|
1716
|
+
};
|
|
1717
|
+
};
|
|
1718
|
+
rules: {
|
|
1719
|
+
"alt-text": import("@typescript-eslint/utils/ts-eslint").RuleModule<"altText", [], import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1720
|
+
"attributes-order": import("@typescript-eslint/utils/ts-eslint").RuleModule<"attributesOrder", import("@angular-eslint/eslint-plugin-template/dist/rules/attributes-order.js").Options, import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1721
|
+
"banana-in-box": import("@typescript-eslint/utils/ts-eslint").RuleModule<"bananaInBox", [], import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1722
|
+
"button-has-type": import("@typescript-eslint/utils/ts-eslint").RuleModule<import("@angular-eslint/eslint-plugin-template/dist/rules/button-has-type.js").MessageIds, import("@angular-eslint/eslint-plugin-template/dist/rules/button-has-type.js").Options, import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1723
|
+
"click-events-have-key-events": import("@typescript-eslint/utils/ts-eslint").RuleModule<"clickEventsHaveKeyEvents", import("@angular-eslint/eslint-plugin-template/dist/rules/click-events-have-key-events.js").Options, import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1724
|
+
"conditional-complexity": import("@typescript-eslint/utils/ts-eslint").RuleModule<"conditionalComplexity", import("@angular-eslint/eslint-plugin-template/dist/rules/conditional-complexity.js").Options, import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1725
|
+
"cyclomatic-complexity": import("@typescript-eslint/utils/ts-eslint").RuleModule<"cyclomaticComplexity", import("@angular-eslint/eslint-plugin-template/dist/rules/cyclomatic-complexity.js").Options, import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1726
|
+
"elements-content": import("@typescript-eslint/utils/ts-eslint").RuleModule<"elementsContent", import("@angular-eslint/eslint-plugin-template/dist/rules/elements-content.js").Options, import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1727
|
+
eqeqeq: import("@typescript-eslint/utils/ts-eslint").RuleModule<import("@angular-eslint/eslint-plugin-template/dist/rules/eqeqeq.js").MessageIds, import("@angular-eslint/eslint-plugin-template/dist/rules/eqeqeq.js").Options, import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1728
|
+
i18n: import("@typescript-eslint/utils/ts-eslint").RuleModule<import("@angular-eslint/eslint-plugin-template/dist/rules/i18n.js").MessageIds, import("@angular-eslint/eslint-plugin-template/dist/rules/i18n.js").Options, import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1729
|
+
"interactive-supports-focus": import("@typescript-eslint/utils/ts-eslint").RuleModule<"interactiveSupportsFocus", import("@angular-eslint/eslint-plugin-template/dist/rules/interactive-supports-focus.js").Options, import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1730
|
+
"label-has-associated-control": import("@typescript-eslint/utils/ts-eslint").RuleModule<"labelHasAssociatedControl", import("@angular-eslint/eslint-plugin-template/dist/rules/label-has-associated-control.js").Options, import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1731
|
+
"mouse-events-have-key-events": import("@typescript-eslint/utils/ts-eslint").RuleModule<"mouseEventsHaveKeyEvents", [], import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1732
|
+
"no-any": import("@typescript-eslint/utils/ts-eslint").RuleModule<import("@angular-eslint/eslint-plugin-template/dist/rules/no-any.js").MessageIds, [], import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1733
|
+
"no-autofocus": import("@typescript-eslint/utils/ts-eslint").RuleModule<"noAutofocus", [], import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1734
|
+
"no-call-expression": import("@typescript-eslint/utils/ts-eslint").RuleModule<"noCallExpression", import("@angular-eslint/eslint-plugin-template/dist/rules/no-call-expression.js").Options, import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1735
|
+
"no-distracting-elements": import("@typescript-eslint/utils/ts-eslint").RuleModule<"noDistractingElements", [], import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1736
|
+
"no-duplicate-attributes": import("@typescript-eslint/utils/ts-eslint").RuleModule<import("@angular-eslint/eslint-plugin-template/dist/rules/no-duplicate-attributes.js").MessageIds, import("@angular-eslint/eslint-plugin-template/dist/rules/no-duplicate-attributes.js").Options, import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1737
|
+
"no-nested-tags": import("@typescript-eslint/utils/ts-eslint").RuleModule<"noNestedTags", [], import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1738
|
+
"no-inline-styles": import("@typescript-eslint/utils/ts-eslint").RuleModule<"noInlineStyles", import("@angular-eslint/eslint-plugin-template/dist/rules/no-inline-styles.js").Options, import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1739
|
+
"no-interpolation-in-attributes": import("@typescript-eslint/utils/ts-eslint").RuleModule<"noInterpolationInAttributes", import("@angular-eslint/eslint-plugin-template/dist/rules/no-interpolation-in-attributes.js").Options, import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1740
|
+
"no-negated-async": import("@typescript-eslint/utils/ts-eslint").RuleModule<import("@angular-eslint/eslint-plugin-template/dist/rules/no-negated-async.js").MessageIds, [], import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1741
|
+
"no-positive-tabindex": import("@typescript-eslint/utils/ts-eslint").RuleModule<import("@angular-eslint/eslint-plugin-template/dist/rules/no-positive-tabindex.js").MessageIds, [], import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1742
|
+
"prefer-at-empty": import("@typescript-eslint/utils/ts-eslint").RuleModule<"preferAtEmpty", [], import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1743
|
+
"prefer-contextual-for-variables": import("@typescript-eslint/utils/ts-eslint").RuleModule<import("@angular-eslint/eslint-plugin-template/dist/rules/prefer-contextual-for-variables.js").MessageIds, import("@angular-eslint/eslint-plugin-template/dist/rules/prefer-contextual-for-variables.js").Options, import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1744
|
+
"prefer-control-flow": import("@typescript-eslint/utils/ts-eslint").RuleModule<"preferControlFlow", [], import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1745
|
+
"prefer-self-closing-tags": import("@typescript-eslint/utils/ts-eslint").RuleModule<"preferSelfClosingTags", [], import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1746
|
+
"prefer-static-string-properties": import("@typescript-eslint/utils/ts-eslint").RuleModule<"preferStaticStringProperties", [], import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1747
|
+
"prefer-ngsrc": import("@typescript-eslint/utils/ts-eslint").RuleModule<import("@angular-eslint/eslint-plugin-template/dist/rules/prefer-ngsrc.js").MessageIds, [], import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1748
|
+
"prefer-template-literal": import("@typescript-eslint/utils/ts-eslint").RuleModule<"preferTemplateLiteral", [], import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1749
|
+
"role-has-required-aria": import("@typescript-eslint/utils/ts-eslint").RuleModule<import("@angular-eslint/eslint-plugin-template/dist/rules/role-has-required-aria.js").MessageIds, [], import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1750
|
+
"table-scope": import("@typescript-eslint/utils/ts-eslint").RuleModule<"tableScope", [], import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1751
|
+
"use-track-by-function": import("@typescript-eslint/utils/ts-eslint").RuleModule<"useTrackByFunction", import("@angular-eslint/eslint-plugin-template/dist/rules/use-track-by-function.js").Options, import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1752
|
+
"valid-aria": import("@typescript-eslint/utils/ts-eslint").RuleModule<import("@angular-eslint/eslint-plugin-template/dist/rules/valid-aria.js").MessageIds, [], import("@angular-eslint/eslint-plugin-template/dist/utils/create-eslint-rule.js").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
|
|
1753
|
+
};
|
|
1754
|
+
};
|
|
1755
|
+
tailwindcss: import("node_modules/@eslint/core/dist/cjs/types.cjs").Plugin & {
|
|
1756
|
+
configs: {
|
|
1757
|
+
"flat/recommended": import("eslint").Linter.Config[];
|
|
1758
|
+
recommended: import("eslint").Linter.LegacyConfig;
|
|
1759
|
+
};
|
|
1760
|
+
};
|
|
1761
|
+
};
|
|
1762
|
+
rules: {
|
|
1763
|
+
'tailwindcss/no-custom-classname': string;
|
|
1764
|
+
'@angular-eslint/template/prefer-self-closing-tags': string[];
|
|
1765
|
+
'@angular-eslint/template/banana-in-box': string;
|
|
1766
|
+
'@angular-eslint/template/eqeqeq': string;
|
|
1767
|
+
'@angular-eslint/template/no-negated-async': string;
|
|
1768
|
+
'@angular-eslint/template/conditional-complexity': (string | {
|
|
1769
|
+
maxComplexity: number;
|
|
1770
|
+
})[];
|
|
1771
|
+
'@angular-eslint/template/cyclomatic-complexity': (string | {
|
|
1772
|
+
maxComplexity: number;
|
|
1773
|
+
})[];
|
|
1774
|
+
'@angular-eslint/template/use-track-by-function': string;
|
|
1775
|
+
'@angular-eslint/template/no-call-expression': string;
|
|
1776
|
+
'@angular-eslint/template/no-autofocus': string;
|
|
1777
|
+
'@angular-eslint/template/no-distracting-elements': string;
|
|
1778
|
+
'@angular-eslint/template/no-duplicate-attributes': string;
|
|
1779
|
+
'@angular-eslint/template/no-positive-tabindex': string;
|
|
1780
|
+
'@angular-eslint/template/alt-text': string;
|
|
1781
|
+
'@angular-eslint/template/elements-content': string;
|
|
1782
|
+
'@angular-eslint/template/label-has-associated-control': string;
|
|
1783
|
+
'@angular-eslint/template/table-scope': string;
|
|
1784
|
+
'@angular-eslint/template/valid-aria': string;
|
|
1785
|
+
'@angular-eslint/template/mouse-events-have-key-events': string;
|
|
1786
|
+
"@angular-eslint/template/click-events-have-key-events": string;
|
|
1787
|
+
"@angular-eslint/template/interactive-supports-focus": string;
|
|
1788
|
+
"@angular-eslint/template/role-has-required-aria": string;
|
|
1789
|
+
};
|
|
1790
|
+
} | {
|
|
1791
|
+
files: string[];
|
|
1792
|
+
rules: {
|
|
1793
|
+
'jsdoc/check-alignment': string;
|
|
1794
|
+
'jsdoc/require-returns': (string | {
|
|
1795
|
+
checkGetters: boolean;
|
|
1796
|
+
enableFixer: boolean;
|
|
1797
|
+
})[];
|
|
1798
|
+
};
|
|
1799
|
+
} | {
|
|
1800
|
+
files: string[];
|
|
1801
|
+
plugins: {
|
|
1802
|
+
jest: {
|
|
1803
|
+
meta: {
|
|
1804
|
+
name: string;
|
|
1805
|
+
version: string;
|
|
1806
|
+
};
|
|
1807
|
+
environments: {
|
|
1808
|
+
globals: {
|
|
1809
|
+
globals: {
|
|
1810
|
+
[key: string]: boolean;
|
|
1811
|
+
};
|
|
1812
|
+
};
|
|
1813
|
+
};
|
|
1814
|
+
configs: {
|
|
1815
|
+
all: import("eslint").Linter.LegacyConfig;
|
|
1816
|
+
recommended: import("eslint").Linter.LegacyConfig;
|
|
1817
|
+
style: import("eslint").Linter.LegacyConfig;
|
|
1818
|
+
"flat/all": import("eslint").Linter.FlatConfig;
|
|
1819
|
+
"flat/recommended": import("eslint").Linter.FlatConfig;
|
|
1820
|
+
"flat/style": import("eslint").Linter.FlatConfig;
|
|
1821
|
+
};
|
|
1822
|
+
rules: {
|
|
1823
|
+
[key: string]: import("eslint").Rule.RuleModule;
|
|
1824
|
+
};
|
|
1825
|
+
};
|
|
1826
|
+
};
|
|
1827
|
+
languageOptions: {
|
|
1828
|
+
lobals: {
|
|
1829
|
+
[key: string]: boolean;
|
|
1830
|
+
};
|
|
1831
|
+
};
|
|
1832
|
+
rules: {
|
|
1833
|
+
'jest/no-disabled-tests': string;
|
|
1834
|
+
'jest/no-focused-tests': string;
|
|
1835
|
+
'jest/no-identical-title': string;
|
|
1836
|
+
'jest/prefer-to-have-length': string;
|
|
1837
|
+
'jest/valid-expect': string;
|
|
1838
|
+
};
|
|
1839
|
+
} | {
|
|
1840
|
+
files: string[];
|
|
1841
|
+
rules: {
|
|
1842
|
+
'playwright/no-page-pause': string;
|
|
1843
|
+
'prefer-const': string;
|
|
1844
|
+
'no-console': string;
|
|
1845
|
+
'no-unused-vars': string;
|
|
1846
|
+
'jest-dom/prefer-empty': string;
|
|
1847
|
+
'jest-dom/prefer-checked': string;
|
|
1848
|
+
};
|
|
1849
|
+
})[];
|
|
1850
|
+
};
|
|
1851
|
+
};
|
|
1852
|
+
export default _default;
|