@open-turo/eslint-config-react 14.0.2 → 14.0.4

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.
@@ -0,0 +1,3410 @@
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`validate config load config file in ESLint to validate all rules are correct 1`] = `
4
+ {
5
+ "env": {
6
+ "browser": true,
7
+ "es2022": true,
8
+ "es2024": true,
9
+ "jest": true,
10
+ "jest/globals": true,
11
+ "node": true,
12
+ },
13
+ "globals": {
14
+ "AggregateError": false,
15
+ "Array": false,
16
+ "ArrayBuffer": false,
17
+ "Atomics": false,
18
+ "BigInt": false,
19
+ "BigInt64Array": false,
20
+ "BigUint64Array": false,
21
+ "Boolean": false,
22
+ "DataView": false,
23
+ "Date": false,
24
+ "Error": false,
25
+ "EvalError": false,
26
+ "FinalizationRegistry": false,
27
+ "Float32Array": false,
28
+ "Float64Array": false,
29
+ "Function": false,
30
+ "Infinity": false,
31
+ "Int16Array": false,
32
+ "Int32Array": false,
33
+ "Int8Array": false,
34
+ "Intl": false,
35
+ "JSON": false,
36
+ "Map": false,
37
+ "Math": false,
38
+ "NaN": false,
39
+ "Number": false,
40
+ "Object": false,
41
+ "Promise": false,
42
+ "Proxy": false,
43
+ "RangeError": false,
44
+ "ReferenceError": false,
45
+ "Reflect": false,
46
+ "RegExp": false,
47
+ "Set": false,
48
+ "SharedArrayBuffer": false,
49
+ "String": false,
50
+ "Symbol": false,
51
+ "SyntaxError": false,
52
+ "TypeError": false,
53
+ "URIError": false,
54
+ "Uint16Array": false,
55
+ "Uint32Array": false,
56
+ "Uint8Array": false,
57
+ "Uint8ClampedArray": false,
58
+ "WeakMap": false,
59
+ "WeakRef": false,
60
+ "WeakSet": false,
61
+ "__dirname": "readonly",
62
+ "__filename": "readonly",
63
+ "decodeURI": false,
64
+ "decodeURIComponent": false,
65
+ "encodeURI": false,
66
+ "encodeURIComponent": false,
67
+ "escape": false,
68
+ "eval": false,
69
+ "exports": "writable",
70
+ "globalThis": false,
71
+ "isFinite": false,
72
+ "isNaN": false,
73
+ "module": "readonly",
74
+ "parseFloat": false,
75
+ "parseInt": false,
76
+ "require": "readonly",
77
+ "undefined": false,
78
+ "unescape": false,
79
+ },
80
+ "ignorePatterns": [
81
+ "babel.config.js",
82
+ ],
83
+ "noInlineConfig": undefined,
84
+ "parserOptions": {
85
+ "ecmaFeatures": {
86
+ "globalReturn": true,
87
+ "jsx": true,
88
+ },
89
+ "ecmaVersion": "latest",
90
+ "jsxPragma": null,
91
+ "project": "./tsconfig.json",
92
+ "sourceType": "module",
93
+ },
94
+ "plugins": [
95
+ "unicorn",
96
+ "typescript-sort-keys",
97
+ "sort-destructure-keys",
98
+ "sonarjs",
99
+ "simple-import-sort",
100
+ "prettier",
101
+ "n",
102
+ "json",
103
+ "import",
104
+ "@typescript-eslint",
105
+ "jest",
106
+ "react-compiler",
107
+ "jsx-a11y",
108
+ "react-hooks",
109
+ "react",
110
+ ],
111
+ "reportUnusedDisableDirectives": undefined,
112
+ "rules": {
113
+ "@babel/object-curly-spacing": [
114
+ "off",
115
+ ],
116
+ "@babel/semi": [
117
+ "off",
118
+ ],
119
+ "@stylistic/array-bracket-newline": [
120
+ "off",
121
+ ],
122
+ "@stylistic/array-bracket-spacing": [
123
+ "off",
124
+ ],
125
+ "@stylistic/array-element-newline": [
126
+ "off",
127
+ ],
128
+ "@stylistic/arrow-parens": [
129
+ "off",
130
+ ],
131
+ "@stylistic/arrow-spacing": [
132
+ "off",
133
+ ],
134
+ "@stylistic/block-spacing": [
135
+ "off",
136
+ ],
137
+ "@stylistic/brace-style": [
138
+ "off",
139
+ ],
140
+ "@stylistic/comma-dangle": [
141
+ "off",
142
+ ],
143
+ "@stylistic/comma-spacing": [
144
+ "off",
145
+ ],
146
+ "@stylistic/comma-style": [
147
+ "off",
148
+ ],
149
+ "@stylistic/computed-property-spacing": [
150
+ "off",
151
+ ],
152
+ "@stylistic/dot-location": [
153
+ "off",
154
+ ],
155
+ "@stylistic/eol-last": [
156
+ "off",
157
+ ],
158
+ "@stylistic/func-call-spacing": [
159
+ "off",
160
+ ],
161
+ "@stylistic/function-call-argument-newline": [
162
+ "off",
163
+ ],
164
+ "@stylistic/function-call-spacing": [
165
+ "off",
166
+ ],
167
+ "@stylistic/function-paren-newline": [
168
+ "off",
169
+ ],
170
+ "@stylistic/generator-star-spacing": [
171
+ "off",
172
+ ],
173
+ "@stylistic/implicit-arrow-linebreak": [
174
+ "off",
175
+ ],
176
+ "@stylistic/indent": [
177
+ "off",
178
+ ],
179
+ "@stylistic/indent-binary-ops": [
180
+ "off",
181
+ ],
182
+ "@stylistic/js/array-bracket-newline": [
183
+ "off",
184
+ ],
185
+ "@stylistic/js/array-bracket-spacing": [
186
+ "off",
187
+ ],
188
+ "@stylistic/js/array-element-newline": [
189
+ "off",
190
+ ],
191
+ "@stylistic/js/arrow-parens": [
192
+ "off",
193
+ ],
194
+ "@stylistic/js/arrow-spacing": [
195
+ "off",
196
+ ],
197
+ "@stylistic/js/block-spacing": [
198
+ "off",
199
+ ],
200
+ "@stylistic/js/brace-style": [
201
+ "off",
202
+ ],
203
+ "@stylistic/js/comma-dangle": [
204
+ "off",
205
+ ],
206
+ "@stylistic/js/comma-spacing": [
207
+ "off",
208
+ ],
209
+ "@stylistic/js/comma-style": [
210
+ "off",
211
+ ],
212
+ "@stylistic/js/computed-property-spacing": [
213
+ "off",
214
+ ],
215
+ "@stylistic/js/dot-location": [
216
+ "off",
217
+ ],
218
+ "@stylistic/js/eol-last": [
219
+ "off",
220
+ ],
221
+ "@stylistic/js/func-call-spacing": [
222
+ "off",
223
+ ],
224
+ "@stylistic/js/function-call-argument-newline": [
225
+ "off",
226
+ ],
227
+ "@stylistic/js/function-call-spacing": [
228
+ "off",
229
+ ],
230
+ "@stylistic/js/function-paren-newline": [
231
+ "off",
232
+ ],
233
+ "@stylistic/js/generator-star-spacing": [
234
+ "off",
235
+ ],
236
+ "@stylistic/js/implicit-arrow-linebreak": [
237
+ "off",
238
+ ],
239
+ "@stylistic/js/indent": [
240
+ "off",
241
+ ],
242
+ "@stylistic/js/jsx-quotes": [
243
+ "off",
244
+ ],
245
+ "@stylistic/js/key-spacing": [
246
+ "off",
247
+ ],
248
+ "@stylistic/js/keyword-spacing": [
249
+ "off",
250
+ ],
251
+ "@stylistic/js/linebreak-style": [
252
+ "off",
253
+ ],
254
+ "@stylistic/js/lines-around-comment": [
255
+ 0,
256
+ ],
257
+ "@stylistic/js/max-len": [
258
+ 0,
259
+ ],
260
+ "@stylistic/js/max-statements-per-line": [
261
+ "off",
262
+ ],
263
+ "@stylistic/js/multiline-ternary": [
264
+ "off",
265
+ ],
266
+ "@stylistic/js/new-parens": [
267
+ "off",
268
+ ],
269
+ "@stylistic/js/newline-per-chained-call": [
270
+ "off",
271
+ ],
272
+ "@stylistic/js/no-confusing-arrow": [
273
+ 0,
274
+ ],
275
+ "@stylistic/js/no-extra-parens": [
276
+ "off",
277
+ ],
278
+ "@stylistic/js/no-extra-semi": [
279
+ "off",
280
+ ],
281
+ "@stylistic/js/no-floating-decimal": [
282
+ "off",
283
+ ],
284
+ "@stylistic/js/no-mixed-operators": [
285
+ 0,
286
+ ],
287
+ "@stylistic/js/no-mixed-spaces-and-tabs": [
288
+ "off",
289
+ ],
290
+ "@stylistic/js/no-multi-spaces": [
291
+ "off",
292
+ ],
293
+ "@stylistic/js/no-multiple-empty-lines": [
294
+ "off",
295
+ ],
296
+ "@stylistic/js/no-tabs": [
297
+ 0,
298
+ ],
299
+ "@stylistic/js/no-trailing-spaces": [
300
+ "off",
301
+ ],
302
+ "@stylistic/js/no-whitespace-before-property": [
303
+ "off",
304
+ ],
305
+ "@stylistic/js/nonblock-statement-body-position": [
306
+ "off",
307
+ ],
308
+ "@stylistic/js/object-curly-newline": [
309
+ "off",
310
+ ],
311
+ "@stylistic/js/object-curly-spacing": [
312
+ "off",
313
+ ],
314
+ "@stylistic/js/object-property-newline": [
315
+ "off",
316
+ ],
317
+ "@stylistic/js/one-var-declaration-per-line": [
318
+ "off",
319
+ ],
320
+ "@stylistic/js/operator-linebreak": [
321
+ "off",
322
+ ],
323
+ "@stylistic/js/padded-blocks": [
324
+ "off",
325
+ ],
326
+ "@stylistic/js/quote-props": [
327
+ "off",
328
+ ],
329
+ "@stylistic/js/quotes": [
330
+ 0,
331
+ ],
332
+ "@stylistic/js/rest-spread-spacing": [
333
+ "off",
334
+ ],
335
+ "@stylistic/js/semi": [
336
+ "off",
337
+ ],
338
+ "@stylistic/js/semi-spacing": [
339
+ "off",
340
+ ],
341
+ "@stylistic/js/semi-style": [
342
+ "off",
343
+ ],
344
+ "@stylistic/js/space-before-blocks": [
345
+ "off",
346
+ ],
347
+ "@stylistic/js/space-before-function-paren": [
348
+ "off",
349
+ ],
350
+ "@stylistic/js/space-in-parens": [
351
+ "off",
352
+ ],
353
+ "@stylistic/js/space-infix-ops": [
354
+ "off",
355
+ ],
356
+ "@stylistic/js/space-unary-ops": [
357
+ "off",
358
+ ],
359
+ "@stylistic/js/switch-colon-spacing": [
360
+ "off",
361
+ ],
362
+ "@stylistic/js/template-curly-spacing": [
363
+ "off",
364
+ ],
365
+ "@stylistic/js/template-tag-spacing": [
366
+ "off",
367
+ ],
368
+ "@stylistic/js/wrap-iife": [
369
+ "off",
370
+ ],
371
+ "@stylistic/js/wrap-regex": [
372
+ "off",
373
+ ],
374
+ "@stylistic/js/yield-star-spacing": [
375
+ "off",
376
+ ],
377
+ "@stylistic/jsx-child-element-spacing": [
378
+ "off",
379
+ ],
380
+ "@stylistic/jsx-closing-bracket-location": [
381
+ "off",
382
+ ],
383
+ "@stylistic/jsx-closing-tag-location": [
384
+ "off",
385
+ ],
386
+ "@stylistic/jsx-curly-newline": [
387
+ "off",
388
+ ],
389
+ "@stylistic/jsx-curly-spacing": [
390
+ "off",
391
+ ],
392
+ "@stylistic/jsx-equals-spacing": [
393
+ "off",
394
+ ],
395
+ "@stylistic/jsx-first-prop-new-line": [
396
+ "off",
397
+ ],
398
+ "@stylistic/jsx-indent": [
399
+ "off",
400
+ ],
401
+ "@stylistic/jsx-indent-props": [
402
+ "off",
403
+ ],
404
+ "@stylistic/jsx-max-props-per-line": [
405
+ "off",
406
+ ],
407
+ "@stylistic/jsx-newline": [
408
+ "off",
409
+ ],
410
+ "@stylistic/jsx-one-expression-per-line": [
411
+ "off",
412
+ ],
413
+ "@stylistic/jsx-props-no-multi-spaces": [
414
+ "off",
415
+ ],
416
+ "@stylistic/jsx-quotes": [
417
+ "off",
418
+ ],
419
+ "@stylistic/jsx-tag-spacing": [
420
+ "off",
421
+ ],
422
+ "@stylistic/jsx-wrap-multilines": [
423
+ "off",
424
+ ],
425
+ "@stylistic/jsx/jsx-child-element-spacing": [
426
+ "off",
427
+ ],
428
+ "@stylistic/jsx/jsx-closing-bracket-location": [
429
+ "off",
430
+ ],
431
+ "@stylistic/jsx/jsx-closing-tag-location": [
432
+ "off",
433
+ ],
434
+ "@stylistic/jsx/jsx-curly-newline": [
435
+ "off",
436
+ ],
437
+ "@stylistic/jsx/jsx-curly-spacing": [
438
+ "off",
439
+ ],
440
+ "@stylistic/jsx/jsx-equals-spacing": [
441
+ "off",
442
+ ],
443
+ "@stylistic/jsx/jsx-first-prop-new-line": [
444
+ "off",
445
+ ],
446
+ "@stylistic/jsx/jsx-indent": [
447
+ "off",
448
+ ],
449
+ "@stylistic/jsx/jsx-indent-props": [
450
+ "off",
451
+ ],
452
+ "@stylistic/jsx/jsx-max-props-per-line": [
453
+ "off",
454
+ ],
455
+ "@stylistic/key-spacing": [
456
+ "off",
457
+ ],
458
+ "@stylistic/keyword-spacing": [
459
+ "off",
460
+ ],
461
+ "@stylistic/linebreak-style": [
462
+ "off",
463
+ ],
464
+ "@stylistic/lines-around-comment": [
465
+ 0,
466
+ ],
467
+ "@stylistic/max-len": [
468
+ 0,
469
+ ],
470
+ "@stylistic/max-statements-per-line": [
471
+ "off",
472
+ ],
473
+ "@stylistic/member-delimiter-style": [
474
+ "off",
475
+ ],
476
+ "@stylistic/multiline-ternary": [
477
+ "off",
478
+ ],
479
+ "@stylistic/new-parens": [
480
+ "off",
481
+ ],
482
+ "@stylistic/newline-per-chained-call": [
483
+ "off",
484
+ ],
485
+ "@stylistic/no-confusing-arrow": [
486
+ 0,
487
+ ],
488
+ "@stylistic/no-extra-parens": [
489
+ "off",
490
+ ],
491
+ "@stylistic/no-extra-semi": [
492
+ "off",
493
+ ],
494
+ "@stylistic/no-floating-decimal": [
495
+ "off",
496
+ ],
497
+ "@stylistic/no-mixed-operators": [
498
+ 0,
499
+ ],
500
+ "@stylistic/no-mixed-spaces-and-tabs": [
501
+ "off",
502
+ ],
503
+ "@stylistic/no-multi-spaces": [
504
+ "off",
505
+ ],
506
+ "@stylistic/no-multiple-empty-lines": [
507
+ "off",
508
+ ],
509
+ "@stylistic/no-tabs": [
510
+ 0,
511
+ ],
512
+ "@stylistic/no-trailing-spaces": [
513
+ "off",
514
+ ],
515
+ "@stylistic/no-whitespace-before-property": [
516
+ "off",
517
+ ],
518
+ "@stylistic/nonblock-statement-body-position": [
519
+ "off",
520
+ ],
521
+ "@stylistic/object-curly-newline": [
522
+ "off",
523
+ ],
524
+ "@stylistic/object-curly-spacing": [
525
+ "off",
526
+ ],
527
+ "@stylistic/object-property-newline": [
528
+ "off",
529
+ ],
530
+ "@stylistic/one-var-declaration-per-line": [
531
+ "off",
532
+ ],
533
+ "@stylistic/operator-linebreak": [
534
+ "off",
535
+ ],
536
+ "@stylistic/padded-blocks": [
537
+ "off",
538
+ ],
539
+ "@stylistic/quote-props": [
540
+ "off",
541
+ ],
542
+ "@stylistic/quotes": [
543
+ 0,
544
+ ],
545
+ "@stylistic/rest-spread-spacing": [
546
+ "off",
547
+ ],
548
+ "@stylistic/semi": [
549
+ "off",
550
+ ],
551
+ "@stylistic/semi-spacing": [
552
+ "off",
553
+ ],
554
+ "@stylistic/semi-style": [
555
+ "off",
556
+ ],
557
+ "@stylistic/space-before-blocks": [
558
+ "off",
559
+ ],
560
+ "@stylistic/space-before-function-paren": [
561
+ "off",
562
+ ],
563
+ "@stylistic/space-in-parens": [
564
+ "off",
565
+ ],
566
+ "@stylistic/space-infix-ops": [
567
+ "off",
568
+ ],
569
+ "@stylistic/space-unary-ops": [
570
+ "off",
571
+ ],
572
+ "@stylistic/switch-colon-spacing": [
573
+ "off",
574
+ ],
575
+ "@stylistic/template-curly-spacing": [
576
+ "off",
577
+ ],
578
+ "@stylistic/template-tag-spacing": [
579
+ "off",
580
+ ],
581
+ "@stylistic/ts/block-spacing": [
582
+ "off",
583
+ ],
584
+ "@stylistic/ts/brace-style": [
585
+ "off",
586
+ ],
587
+ "@stylistic/ts/comma-dangle": [
588
+ "off",
589
+ ],
590
+ "@stylistic/ts/comma-spacing": [
591
+ "off",
592
+ ],
593
+ "@stylistic/ts/func-call-spacing": [
594
+ "off",
595
+ ],
596
+ "@stylistic/ts/function-call-spacing": [
597
+ "off",
598
+ ],
599
+ "@stylistic/ts/indent": [
600
+ "off",
601
+ ],
602
+ "@stylistic/ts/key-spacing": [
603
+ "off",
604
+ ],
605
+ "@stylistic/ts/keyword-spacing": [
606
+ "off",
607
+ ],
608
+ "@stylistic/ts/lines-around-comment": [
609
+ 0,
610
+ ],
611
+ "@stylistic/ts/member-delimiter-style": [
612
+ "off",
613
+ ],
614
+ "@stylistic/ts/no-extra-parens": [
615
+ "off",
616
+ ],
617
+ "@stylistic/ts/no-extra-semi": [
618
+ "off",
619
+ ],
620
+ "@stylistic/ts/object-curly-spacing": [
621
+ "off",
622
+ ],
623
+ "@stylistic/ts/quotes": [
624
+ 0,
625
+ ],
626
+ "@stylistic/ts/semi": [
627
+ "off",
628
+ ],
629
+ "@stylistic/ts/space-before-blocks": [
630
+ "off",
631
+ ],
632
+ "@stylistic/ts/space-before-function-paren": [
633
+ "off",
634
+ ],
635
+ "@stylistic/ts/space-infix-ops": [
636
+ "off",
637
+ ],
638
+ "@stylistic/ts/type-annotation-spacing": [
639
+ "off",
640
+ ],
641
+ "@stylistic/type-annotation-spacing": [
642
+ "off",
643
+ ],
644
+ "@stylistic/type-generic-spacing": [
645
+ "off",
646
+ ],
647
+ "@stylistic/type-named-tuple-spacing": [
648
+ "off",
649
+ ],
650
+ "@stylistic/wrap-iife": [
651
+ "off",
652
+ ],
653
+ "@stylistic/wrap-regex": [
654
+ "off",
655
+ ],
656
+ "@stylistic/yield-star-spacing": [
657
+ "off",
658
+ ],
659
+ "@typescript-eslint/await-thenable": [
660
+ "error",
661
+ ],
662
+ "@typescript-eslint/ban-ts-comment": [
663
+ "error",
664
+ {
665
+ "minimumDescriptionLength": 10,
666
+ },
667
+ ],
668
+ "@typescript-eslint/block-spacing": [
669
+ "off",
670
+ ],
671
+ "@typescript-eslint/brace-style": [
672
+ "off",
673
+ ],
674
+ "@typescript-eslint/comma-dangle": [
675
+ "off",
676
+ ],
677
+ "@typescript-eslint/comma-spacing": [
678
+ "off",
679
+ ],
680
+ "@typescript-eslint/consistent-type-imports": [
681
+ "error",
682
+ {
683
+ "disallowTypeAnnotations": true,
684
+ "fixStyle": "inline-type-imports",
685
+ "prefer": "type-imports",
686
+ },
687
+ ],
688
+ "@typescript-eslint/func-call-spacing": [
689
+ "off",
690
+ ],
691
+ "@typescript-eslint/indent": [
692
+ "off",
693
+ ],
694
+ "@typescript-eslint/key-spacing": [
695
+ "off",
696
+ ],
697
+ "@typescript-eslint/keyword-spacing": [
698
+ "off",
699
+ ],
700
+ "@typescript-eslint/lines-around-comment": [
701
+ 0,
702
+ ],
703
+ "@typescript-eslint/member-delimiter-style": [
704
+ "off",
705
+ ],
706
+ "@typescript-eslint/no-array-constructor": [
707
+ "error",
708
+ ],
709
+ "@typescript-eslint/no-array-delete": [
710
+ "error",
711
+ ],
712
+ "@typescript-eslint/no-base-to-string": [
713
+ "error",
714
+ ],
715
+ "@typescript-eslint/no-confusing-void-expression": [
716
+ "off",
717
+ ],
718
+ "@typescript-eslint/no-deprecated": [
719
+ "off",
720
+ ],
721
+ "@typescript-eslint/no-duplicate-enum-values": [
722
+ "error",
723
+ ],
724
+ "@typescript-eslint/no-duplicate-type-constituents": [
725
+ "error",
726
+ ],
727
+ "@typescript-eslint/no-dynamic-delete": [
728
+ "error",
729
+ ],
730
+ "@typescript-eslint/no-empty-object-type": [
731
+ "error",
732
+ ],
733
+ "@typescript-eslint/no-explicit-any": [
734
+ "error",
735
+ ],
736
+ "@typescript-eslint/no-extra-non-null-assertion": [
737
+ "error",
738
+ ],
739
+ "@typescript-eslint/no-extra-parens": [
740
+ "off",
741
+ ],
742
+ "@typescript-eslint/no-extra-semi": [
743
+ "off",
744
+ ],
745
+ "@typescript-eslint/no-extraneous-class": [
746
+ "error",
747
+ ],
748
+ "@typescript-eslint/no-floating-promises": [
749
+ "error",
750
+ ],
751
+ "@typescript-eslint/no-for-in-array": [
752
+ "error",
753
+ ],
754
+ "@typescript-eslint/no-implied-eval": [
755
+ "error",
756
+ ],
757
+ "@typescript-eslint/no-import-type-side-effects": [
758
+ "error",
759
+ ],
760
+ "@typescript-eslint/no-invalid-void-type": [
761
+ "error",
762
+ ],
763
+ "@typescript-eslint/no-meaningless-void-operator": [
764
+ "error",
765
+ ],
766
+ "@typescript-eslint/no-misused-new": [
767
+ "error",
768
+ ],
769
+ "@typescript-eslint/no-misused-promises": [
770
+ "error",
771
+ ],
772
+ "@typescript-eslint/no-misused-spread": [
773
+ "error",
774
+ ],
775
+ "@typescript-eslint/no-mixed-enums": [
776
+ "error",
777
+ ],
778
+ "@typescript-eslint/no-namespace": [
779
+ "error",
780
+ ],
781
+ "@typescript-eslint/no-non-null-asserted-nullish-coalescing": [
782
+ "error",
783
+ ],
784
+ "@typescript-eslint/no-non-null-asserted-optional-chain": [
785
+ "error",
786
+ ],
787
+ "@typescript-eslint/no-non-null-assertion": [
788
+ "error",
789
+ ],
790
+ "@typescript-eslint/no-redundant-type-constituents": [
791
+ "error",
792
+ ],
793
+ "@typescript-eslint/no-require-imports": [
794
+ "error",
795
+ ],
796
+ "@typescript-eslint/no-this-alias": [
797
+ "error",
798
+ ],
799
+ "@typescript-eslint/no-unnecessary-boolean-literal-compare": [
800
+ "off",
801
+ ],
802
+ "@typescript-eslint/no-unnecessary-condition": [
803
+ "off",
804
+ ],
805
+ "@typescript-eslint/no-unnecessary-template-expression": [
806
+ "error",
807
+ ],
808
+ "@typescript-eslint/no-unnecessary-type-arguments": [
809
+ "off",
810
+ ],
811
+ "@typescript-eslint/no-unnecessary-type-assertion": [
812
+ "error",
813
+ ],
814
+ "@typescript-eslint/no-unnecessary-type-constraint": [
815
+ "error",
816
+ ],
817
+ "@typescript-eslint/no-unnecessary-type-parameters": [
818
+ "off",
819
+ ],
820
+ "@typescript-eslint/no-unsafe-argument": [
821
+ "error",
822
+ ],
823
+ "@typescript-eslint/no-unsafe-assignment": [
824
+ "error",
825
+ ],
826
+ "@typescript-eslint/no-unsafe-call": [
827
+ "error",
828
+ ],
829
+ "@typescript-eslint/no-unsafe-declaration-merging": [
830
+ "error",
831
+ ],
832
+ "@typescript-eslint/no-unsafe-enum-comparison": [
833
+ "error",
834
+ ],
835
+ "@typescript-eslint/no-unsafe-function-type": [
836
+ "error",
837
+ ],
838
+ "@typescript-eslint/no-unsafe-member-access": [
839
+ "error",
840
+ ],
841
+ "@typescript-eslint/no-unsafe-return": [
842
+ "error",
843
+ ],
844
+ "@typescript-eslint/no-unsafe-unary-minus": [
845
+ "error",
846
+ ],
847
+ "@typescript-eslint/no-unused-expressions": [
848
+ "error",
849
+ ],
850
+ "@typescript-eslint/no-unused-vars": [
851
+ "error",
852
+ {
853
+ "argsIgnorePattern": "^_",
854
+ },
855
+ ],
856
+ "@typescript-eslint/no-useless-constructor": [
857
+ "error",
858
+ ],
859
+ "@typescript-eslint/no-wrapper-object-types": [
860
+ "error",
861
+ ],
862
+ "@typescript-eslint/object-curly-spacing": [
863
+ "off",
864
+ ],
865
+ "@typescript-eslint/only-throw-error": [
866
+ "error",
867
+ ],
868
+ "@typescript-eslint/prefer-as-const": [
869
+ "error",
870
+ ],
871
+ "@typescript-eslint/prefer-literal-enum-member": [
872
+ "error",
873
+ ],
874
+ "@typescript-eslint/prefer-namespace-keyword": [
875
+ "error",
876
+ ],
877
+ "@typescript-eslint/prefer-promise-reject-errors": [
878
+ "error",
879
+ ],
880
+ "@typescript-eslint/prefer-reduce-type-parameter": [
881
+ "error",
882
+ ],
883
+ "@typescript-eslint/prefer-return-this-type": [
884
+ "error",
885
+ ],
886
+ "@typescript-eslint/prefer-ts-expect-error": [
887
+ "error",
888
+ ],
889
+ "@typescript-eslint/quotes": [
890
+ 0,
891
+ ],
892
+ "@typescript-eslint/related-getter-setter-pairs": [
893
+ "error",
894
+ ],
895
+ "@typescript-eslint/require-await": [
896
+ "error",
897
+ ],
898
+ "@typescript-eslint/restrict-plus-operands": [
899
+ "error",
900
+ {
901
+ "allowAny": false,
902
+ "allowBoolean": false,
903
+ "allowNullish": false,
904
+ "allowNumberAndString": false,
905
+ "allowRegExp": false,
906
+ },
907
+ ],
908
+ "@typescript-eslint/restrict-template-expressions": [
909
+ "error",
910
+ {
911
+ "allowAny": false,
912
+ "allowBoolean": false,
913
+ "allowNever": false,
914
+ "allowNullish": false,
915
+ "allowNumber": false,
916
+ "allowRegExp": false,
917
+ },
918
+ ],
919
+ "@typescript-eslint/return-await": [
920
+ "error",
921
+ "error-handling-correctness-only",
922
+ ],
923
+ "@typescript-eslint/semi": [
924
+ "off",
925
+ ],
926
+ "@typescript-eslint/space-before-blocks": [
927
+ "off",
928
+ ],
929
+ "@typescript-eslint/space-before-function-paren": [
930
+ "off",
931
+ ],
932
+ "@typescript-eslint/space-infix-ops": [
933
+ "off",
934
+ ],
935
+ "@typescript-eslint/triple-slash-reference": [
936
+ "error",
937
+ ],
938
+ "@typescript-eslint/type-annotation-spacing": [
939
+ "off",
940
+ ],
941
+ "@typescript-eslint/unbound-method": [
942
+ "off",
943
+ ],
944
+ "@typescript-eslint/unified-signatures": [
945
+ "error",
946
+ ],
947
+ "@typescript-eslint/use-unknown-in-catch-callback-variable": [
948
+ "error",
949
+ ],
950
+ "array-bracket-newline": [
951
+ "off",
952
+ ],
953
+ "array-bracket-spacing": [
954
+ "off",
955
+ ],
956
+ "array-element-newline": [
957
+ "off",
958
+ ],
959
+ "arrow-body-style": [
960
+ "off",
961
+ ],
962
+ "arrow-parens": [
963
+ "off",
964
+ ],
965
+ "arrow-spacing": [
966
+ "off",
967
+ ],
968
+ "babel/object-curly-spacing": [
969
+ "off",
970
+ ],
971
+ "babel/quotes": [
972
+ 0,
973
+ ],
974
+ "babel/semi": [
975
+ "off",
976
+ ],
977
+ "block-spacing": [
978
+ "off",
979
+ ],
980
+ "brace-style": [
981
+ "off",
982
+ ],
983
+ "comma-dangle": [
984
+ "off",
985
+ ],
986
+ "comma-spacing": [
987
+ "off",
988
+ ],
989
+ "comma-style": [
990
+ "off",
991
+ ],
992
+ "computed-property-spacing": [
993
+ "off",
994
+ ],
995
+ "constructor-super": [
996
+ "off",
997
+ ],
998
+ "curly": [
999
+ 0,
1000
+ ],
1001
+ "dot-location": [
1002
+ "off",
1003
+ ],
1004
+ "eol-last": [
1005
+ "off",
1006
+ ],
1007
+ "flowtype/boolean-style": [
1008
+ "off",
1009
+ ],
1010
+ "flowtype/delimiter-dangle": [
1011
+ "off",
1012
+ ],
1013
+ "flowtype/generic-spacing": [
1014
+ "off",
1015
+ ],
1016
+ "flowtype/object-type-curly-spacing": [
1017
+ "off",
1018
+ ],
1019
+ "flowtype/object-type-delimiter": [
1020
+ "off",
1021
+ ],
1022
+ "flowtype/quotes": [
1023
+ "off",
1024
+ ],
1025
+ "flowtype/semi": [
1026
+ "off",
1027
+ ],
1028
+ "flowtype/space-after-type-colon": [
1029
+ "off",
1030
+ ],
1031
+ "flowtype/space-before-generic-bracket": [
1032
+ "off",
1033
+ ],
1034
+ "flowtype/space-before-type-colon": [
1035
+ "off",
1036
+ ],
1037
+ "flowtype/union-intersection-spacing": [
1038
+ "off",
1039
+ ],
1040
+ "for-direction": [
1041
+ "error",
1042
+ ],
1043
+ "func-call-spacing": [
1044
+ "off",
1045
+ ],
1046
+ "function-call-argument-newline": [
1047
+ "off",
1048
+ ],
1049
+ "function-paren-newline": [
1050
+ "off",
1051
+ ],
1052
+ "generator-star": [
1053
+ "off",
1054
+ ],
1055
+ "generator-star-spacing": [
1056
+ "off",
1057
+ ],
1058
+ "getter-return": [
1059
+ "off",
1060
+ ],
1061
+ "implicit-arrow-linebreak": [
1062
+ "off",
1063
+ ],
1064
+ "import/default": [
1065
+ "off",
1066
+ ],
1067
+ "import/export": [
1068
+ "error",
1069
+ ],
1070
+ "import/named": [
1071
+ "off",
1072
+ ],
1073
+ "import/namespace": [
1074
+ "off",
1075
+ ],
1076
+ "import/no-default-export": [
1077
+ "error",
1078
+ ],
1079
+ "import/no-duplicates": [
1080
+ "warn",
1081
+ ],
1082
+ "import/no-extraneous-dependencies": [
1083
+ "error",
1084
+ {
1085
+ "devDependencies": [
1086
+ "test/**",
1087
+ ],
1088
+ },
1089
+ ],
1090
+ "import/no-named-as-default": [
1091
+ "warn",
1092
+ ],
1093
+ "import/no-named-as-default-member": [
1094
+ "warn",
1095
+ ],
1096
+ "import/no-unresolved": [
1097
+ "error",
1098
+ ],
1099
+ "import/prefer-default-export": [
1100
+ "off",
1101
+ ],
1102
+ "indent": [
1103
+ "off",
1104
+ ],
1105
+ "indent-legacy": [
1106
+ "off",
1107
+ ],
1108
+ "jest/expect-expect": [
1109
+ "warn",
1110
+ ],
1111
+ "jest/no-alias-methods": [
1112
+ "error",
1113
+ ],
1114
+ "jest/no-commented-out-tests": [
1115
+ "warn",
1116
+ ],
1117
+ "jest/no-conditional-expect": [
1118
+ "error",
1119
+ ],
1120
+ "jest/no-deprecated-functions": [
1121
+ "error",
1122
+ ],
1123
+ "jest/no-disabled-tests": [
1124
+ "warn",
1125
+ ],
1126
+ "jest/no-done-callback": [
1127
+ "error",
1128
+ ],
1129
+ "jest/no-export": [
1130
+ "error",
1131
+ ],
1132
+ "jest/no-focused-tests": [
1133
+ "error",
1134
+ ],
1135
+ "jest/no-identical-title": [
1136
+ "error",
1137
+ ],
1138
+ "jest/no-interpolation-in-snapshots": [
1139
+ "error",
1140
+ ],
1141
+ "jest/no-jasmine-globals": [
1142
+ "error",
1143
+ ],
1144
+ "jest/no-jest-import": [
1145
+ "off",
1146
+ ],
1147
+ "jest/no-mocks-import": [
1148
+ "error",
1149
+ ],
1150
+ "jest/no-standalone-expect": [
1151
+ "error",
1152
+ ],
1153
+ "jest/no-test-prefixes": [
1154
+ "error",
1155
+ ],
1156
+ "jest/unbound-method": [
1157
+ "error",
1158
+ ],
1159
+ "jest/valid-describe-callback": [
1160
+ "error",
1161
+ ],
1162
+ "jest/valid-expect": [
1163
+ "error",
1164
+ ],
1165
+ "jest/valid-expect-in-promise": [
1166
+ "error",
1167
+ ],
1168
+ "jest/valid-title": [
1169
+ "error",
1170
+ ],
1171
+ "json/*": [
1172
+ "error",
1173
+ ],
1174
+ "jsx-a11y/alt-text": [
1175
+ "error",
1176
+ ],
1177
+ "jsx-a11y/anchor-ambiguous-text": [
1178
+ "off",
1179
+ ],
1180
+ "jsx-a11y/anchor-has-content": [
1181
+ "error",
1182
+ ],
1183
+ "jsx-a11y/anchor-is-valid": [
1184
+ "warn",
1185
+ {
1186
+ "specialLink": [
1187
+ "to",
1188
+ ],
1189
+ },
1190
+ ],
1191
+ "jsx-a11y/aria-activedescendant-has-tabindex": [
1192
+ "error",
1193
+ ],
1194
+ "jsx-a11y/aria-props": [
1195
+ "error",
1196
+ ],
1197
+ "jsx-a11y/aria-proptypes": [
1198
+ "error",
1199
+ ],
1200
+ "jsx-a11y/aria-role": [
1201
+ "error",
1202
+ ],
1203
+ "jsx-a11y/aria-unsupported-elements": [
1204
+ "error",
1205
+ ],
1206
+ "jsx-a11y/autocomplete-valid": [
1207
+ "error",
1208
+ ],
1209
+ "jsx-a11y/click-events-have-key-events": [
1210
+ "error",
1211
+ ],
1212
+ "jsx-a11y/control-has-associated-label": [
1213
+ "off",
1214
+ {
1215
+ "ignoreElements": [
1216
+ "audio",
1217
+ "canvas",
1218
+ "embed",
1219
+ "input",
1220
+ "textarea",
1221
+ "tr",
1222
+ "video",
1223
+ ],
1224
+ "ignoreRoles": [
1225
+ "grid",
1226
+ "listbox",
1227
+ "menu",
1228
+ "menubar",
1229
+ "radiogroup",
1230
+ "row",
1231
+ "tablist",
1232
+ "toolbar",
1233
+ "tree",
1234
+ "treegrid",
1235
+ ],
1236
+ "includeRoles": [
1237
+ "alert",
1238
+ "dialog",
1239
+ ],
1240
+ },
1241
+ ],
1242
+ "jsx-a11y/heading-has-content": [
1243
+ "error",
1244
+ ],
1245
+ "jsx-a11y/html-has-lang": [
1246
+ "error",
1247
+ ],
1248
+ "jsx-a11y/iframe-has-title": [
1249
+ "error",
1250
+ ],
1251
+ "jsx-a11y/img-redundant-alt": [
1252
+ "error",
1253
+ ],
1254
+ "jsx-a11y/interactive-supports-focus": [
1255
+ "error",
1256
+ {
1257
+ "tabbable": [
1258
+ "button",
1259
+ "checkbox",
1260
+ "link",
1261
+ "searchbox",
1262
+ "spinbutton",
1263
+ "switch",
1264
+ "textbox",
1265
+ ],
1266
+ },
1267
+ ],
1268
+ "jsx-a11y/label-has-associated-control": [
1269
+ "error",
1270
+ ],
1271
+ "jsx-a11y/label-has-for": [
1272
+ "off",
1273
+ ],
1274
+ "jsx-a11y/media-has-caption": [
1275
+ "error",
1276
+ ],
1277
+ "jsx-a11y/mouse-events-have-key-events": [
1278
+ "error",
1279
+ ],
1280
+ "jsx-a11y/no-access-key": [
1281
+ "error",
1282
+ ],
1283
+ "jsx-a11y/no-autofocus": [
1284
+ "error",
1285
+ ],
1286
+ "jsx-a11y/no-distracting-elements": [
1287
+ "error",
1288
+ ],
1289
+ "jsx-a11y/no-interactive-element-to-noninteractive-role": [
1290
+ "error",
1291
+ {
1292
+ "canvas": [
1293
+ "img",
1294
+ ],
1295
+ "tr": [
1296
+ "none",
1297
+ "presentation",
1298
+ ],
1299
+ },
1300
+ ],
1301
+ "jsx-a11y/no-noninteractive-element-interactions": [
1302
+ "error",
1303
+ {
1304
+ "alert": [
1305
+ "onKeyUp",
1306
+ "onKeyDown",
1307
+ "onKeyPress",
1308
+ ],
1309
+ "body": [
1310
+ "onError",
1311
+ "onLoad",
1312
+ ],
1313
+ "dialog": [
1314
+ "onKeyUp",
1315
+ "onKeyDown",
1316
+ "onKeyPress",
1317
+ ],
1318
+ "handlers": [
1319
+ "onClick",
1320
+ "onError",
1321
+ "onLoad",
1322
+ "onMouseDown",
1323
+ "onMouseUp",
1324
+ "onKeyPress",
1325
+ "onKeyDown",
1326
+ "onKeyUp",
1327
+ ],
1328
+ "iframe": [
1329
+ "onError",
1330
+ "onLoad",
1331
+ ],
1332
+ "img": [
1333
+ "onError",
1334
+ "onLoad",
1335
+ ],
1336
+ },
1337
+ ],
1338
+ "jsx-a11y/no-noninteractive-element-to-interactive-role": [
1339
+ "error",
1340
+ {
1341
+ "fieldset": [
1342
+ "radiogroup",
1343
+ "presentation",
1344
+ ],
1345
+ "li": [
1346
+ "menuitem",
1347
+ "menuitemradio",
1348
+ "menuitemcheckbox",
1349
+ "option",
1350
+ "row",
1351
+ "tab",
1352
+ "treeitem",
1353
+ ],
1354
+ "ol": [
1355
+ "listbox",
1356
+ "menu",
1357
+ "menubar",
1358
+ "radiogroup",
1359
+ "tablist",
1360
+ "tree",
1361
+ "treegrid",
1362
+ ],
1363
+ "table": [
1364
+ "grid",
1365
+ ],
1366
+ "td": [
1367
+ "gridcell",
1368
+ ],
1369
+ "ul": [
1370
+ "listbox",
1371
+ "menu",
1372
+ "menubar",
1373
+ "radiogroup",
1374
+ "tablist",
1375
+ "tree",
1376
+ "treegrid",
1377
+ ],
1378
+ },
1379
+ ],
1380
+ "jsx-a11y/no-noninteractive-tabindex": [
1381
+ "error",
1382
+ {
1383
+ "allowExpressionValues": true,
1384
+ "roles": [
1385
+ "tabpanel",
1386
+ ],
1387
+ "tags": [],
1388
+ },
1389
+ ],
1390
+ "jsx-a11y/no-redundant-roles": [
1391
+ "error",
1392
+ ],
1393
+ "jsx-a11y/no-static-element-interactions": [
1394
+ "error",
1395
+ {
1396
+ "allowExpressionValues": true,
1397
+ "handlers": [
1398
+ "onClick",
1399
+ "onMouseDown",
1400
+ "onMouseUp",
1401
+ "onKeyPress",
1402
+ "onKeyDown",
1403
+ "onKeyUp",
1404
+ ],
1405
+ },
1406
+ ],
1407
+ "jsx-a11y/role-has-required-aria-props": [
1408
+ "error",
1409
+ ],
1410
+ "jsx-a11y/role-supports-aria-props": [
1411
+ "error",
1412
+ ],
1413
+ "jsx-a11y/scope": [
1414
+ "error",
1415
+ ],
1416
+ "jsx-a11y/tabindex-no-positive": [
1417
+ "error",
1418
+ ],
1419
+ "jsx-quotes": [
1420
+ "off",
1421
+ ],
1422
+ "key-spacing": [
1423
+ "off",
1424
+ ],
1425
+ "keyword-spacing": [
1426
+ "off",
1427
+ ],
1428
+ "linebreak-style": [
1429
+ "off",
1430
+ ],
1431
+ "lines-around-comment": [
1432
+ 0,
1433
+ ],
1434
+ "max-len": [
1435
+ 0,
1436
+ ],
1437
+ "max-statements-per-line": [
1438
+ "off",
1439
+ ],
1440
+ "multiline-ternary": [
1441
+ "off",
1442
+ ],
1443
+ "n/hashbang": [
1444
+ "error",
1445
+ ],
1446
+ "n/no-deprecated-api": [
1447
+ "error",
1448
+ ],
1449
+ "n/no-exports-assign": [
1450
+ "error",
1451
+ ],
1452
+ "n/no-extraneous-import": [
1453
+ "error",
1454
+ ],
1455
+ "n/no-extraneous-require": [
1456
+ "error",
1457
+ ],
1458
+ "n/no-missing-import": [
1459
+ "off",
1460
+ ],
1461
+ "n/no-missing-require": [
1462
+ "error",
1463
+ ],
1464
+ "n/no-process-exit": [
1465
+ "error",
1466
+ ],
1467
+ "n/no-unpublished-bin": [
1468
+ "error",
1469
+ ],
1470
+ "n/no-unpublished-import": [
1471
+ "error",
1472
+ {
1473
+ "allowModules": [
1474
+ "@jest/globals",
1475
+ "@testing-library/dom",
1476
+ "@testing-library/react",
1477
+ "@testing-library/user-event",
1478
+ "nock",
1479
+ ],
1480
+ "ignorePrivate": true,
1481
+ "ignoreTypeImport": false,
1482
+ },
1483
+ ],
1484
+ "n/no-unpublished-require": [
1485
+ "error",
1486
+ ],
1487
+ "n/no-unsupported-features/es-builtins": [
1488
+ "error",
1489
+ ],
1490
+ "n/no-unsupported-features/es-syntax": [
1491
+ "off",
1492
+ {
1493
+ "ignores": [],
1494
+ },
1495
+ ],
1496
+ "n/no-unsupported-features/node-builtins": [
1497
+ "error",
1498
+ ],
1499
+ "n/process-exit-as-throw": [
1500
+ "error",
1501
+ ],
1502
+ "new-parens": [
1503
+ "off",
1504
+ ],
1505
+ "newline-per-chained-call": [
1506
+ "off",
1507
+ ],
1508
+ "no-array-constructor": [
1509
+ "off",
1510
+ ],
1511
+ "no-arrow-condition": [
1512
+ "off",
1513
+ ],
1514
+ "no-async-promise-executor": [
1515
+ "error",
1516
+ ],
1517
+ "no-case-declarations": [
1518
+ "error",
1519
+ ],
1520
+ "no-class-assign": [
1521
+ "off",
1522
+ ],
1523
+ "no-comma-dangle": [
1524
+ "off",
1525
+ ],
1526
+ "no-compare-neg-zero": [
1527
+ "error",
1528
+ ],
1529
+ "no-cond-assign": [
1530
+ "error",
1531
+ ],
1532
+ "no-confusing-arrow": [
1533
+ 0,
1534
+ ],
1535
+ "no-const-assign": [
1536
+ "off",
1537
+ ],
1538
+ "no-constant-condition": [
1539
+ "error",
1540
+ ],
1541
+ "no-control-regex": [
1542
+ "error",
1543
+ ],
1544
+ "no-debugger": [
1545
+ "error",
1546
+ ],
1547
+ "no-delete-var": [
1548
+ "error",
1549
+ ],
1550
+ "no-dupe-args": [
1551
+ "off",
1552
+ ],
1553
+ "no-dupe-class-members": [
1554
+ "off",
1555
+ ],
1556
+ "no-dupe-else-if": [
1557
+ "error",
1558
+ ],
1559
+ "no-dupe-keys": [
1560
+ "off",
1561
+ ],
1562
+ "no-duplicate-case": [
1563
+ "error",
1564
+ ],
1565
+ "no-empty": [
1566
+ "error",
1567
+ ],
1568
+ "no-empty-character-class": [
1569
+ "error",
1570
+ ],
1571
+ "no-empty-pattern": [
1572
+ "error",
1573
+ ],
1574
+ "no-ex-assign": [
1575
+ "error",
1576
+ ],
1577
+ "no-extra-boolean-cast": [
1578
+ "error",
1579
+ ],
1580
+ "no-extra-parens": [
1581
+ "off",
1582
+ ],
1583
+ "no-extra-semi": [
1584
+ "off",
1585
+ ],
1586
+ "no-fallthrough": [
1587
+ "error",
1588
+ ],
1589
+ "no-floating-decimal": [
1590
+ "off",
1591
+ ],
1592
+ "no-func-assign": [
1593
+ "off",
1594
+ ],
1595
+ "no-global-assign": [
1596
+ "error",
1597
+ ],
1598
+ "no-implied-eval": [
1599
+ "off",
1600
+ ],
1601
+ "no-import-assign": [
1602
+ "off",
1603
+ ],
1604
+ "no-inner-declarations": [
1605
+ "error",
1606
+ ],
1607
+ "no-invalid-regexp": [
1608
+ "error",
1609
+ ],
1610
+ "no-irregular-whitespace": [
1611
+ "error",
1612
+ ],
1613
+ "no-loss-of-precision": [
1614
+ "error",
1615
+ ],
1616
+ "no-misleading-character-class": [
1617
+ "error",
1618
+ ],
1619
+ "no-mixed-operators": [
1620
+ 0,
1621
+ ],
1622
+ "no-mixed-spaces-and-tabs": [
1623
+ "off",
1624
+ ],
1625
+ "no-multi-spaces": [
1626
+ "off",
1627
+ ],
1628
+ "no-multiple-empty-lines": [
1629
+ "off",
1630
+ ],
1631
+ "no-negated-condition": [
1632
+ "off",
1633
+ ],
1634
+ "no-nested-ternary": [
1635
+ "off",
1636
+ ],
1637
+ "no-new-native-nonconstructor": [
1638
+ "off",
1639
+ ],
1640
+ "no-new-symbol": [
1641
+ "off",
1642
+ ],
1643
+ "no-nonoctal-decimal-escape": [
1644
+ "error",
1645
+ ],
1646
+ "no-obj-calls": [
1647
+ "off",
1648
+ ],
1649
+ "no-octal": [
1650
+ "error",
1651
+ ],
1652
+ "no-prototype-builtins": [
1653
+ "error",
1654
+ ],
1655
+ "no-redeclare": [
1656
+ "off",
1657
+ ],
1658
+ "no-regex-spaces": [
1659
+ "error",
1660
+ ],
1661
+ "no-reserved-keys": [
1662
+ "off",
1663
+ ],
1664
+ "no-return-await": [
1665
+ "off",
1666
+ ],
1667
+ "no-self-assign": [
1668
+ "error",
1669
+ ],
1670
+ "no-setter-return": [
1671
+ "off",
1672
+ ],
1673
+ "no-shadow-restricted-names": [
1674
+ "error",
1675
+ ],
1676
+ "no-space-before-semi": [
1677
+ "off",
1678
+ ],
1679
+ "no-spaced-func": [
1680
+ "off",
1681
+ ],
1682
+ "no-sparse-arrays": [
1683
+ "error",
1684
+ ],
1685
+ "no-tabs": [
1686
+ 0,
1687
+ ],
1688
+ "no-this-before-super": [
1689
+ "off",
1690
+ ],
1691
+ "no-throw-literal": [
1692
+ "off",
1693
+ ],
1694
+ "no-trailing-spaces": [
1695
+ "off",
1696
+ ],
1697
+ "no-undef": [
1698
+ "off",
1699
+ ],
1700
+ "no-unexpected-multiline": [
1701
+ 0,
1702
+ ],
1703
+ "no-unreachable": [
1704
+ "off",
1705
+ ],
1706
+ "no-unsafe-finally": [
1707
+ "error",
1708
+ ],
1709
+ "no-unsafe-negation": [
1710
+ "off",
1711
+ ],
1712
+ "no-unsafe-optional-chaining": [
1713
+ "error",
1714
+ ],
1715
+ "no-unused-expressions": [
1716
+ "off",
1717
+ ],
1718
+ "no-unused-labels": [
1719
+ "error",
1720
+ ],
1721
+ "no-unused-vars": [
1722
+ "off",
1723
+ ],
1724
+ "no-useless-backreference": [
1725
+ "error",
1726
+ ],
1727
+ "no-useless-catch": [
1728
+ "error",
1729
+ ],
1730
+ "no-useless-constructor": [
1731
+ "off",
1732
+ ],
1733
+ "no-useless-escape": [
1734
+ "error",
1735
+ ],
1736
+ "no-var": [
1737
+ "error",
1738
+ ],
1739
+ "no-whitespace-before-property": [
1740
+ "off",
1741
+ ],
1742
+ "no-with": [
1743
+ "error",
1744
+ ],
1745
+ "no-wrap-func": [
1746
+ "off",
1747
+ ],
1748
+ "nonblock-statement-body-position": [
1749
+ "off",
1750
+ ],
1751
+ "object-curly-newline": [
1752
+ "off",
1753
+ ],
1754
+ "object-curly-spacing": [
1755
+ "off",
1756
+ ],
1757
+ "object-property-newline": [
1758
+ "off",
1759
+ ],
1760
+ "one-var-declaration-per-line": [
1761
+ "off",
1762
+ ],
1763
+ "operator-linebreak": [
1764
+ "off",
1765
+ ],
1766
+ "padded-blocks": [
1767
+ "off",
1768
+ ],
1769
+ "prefer-arrow-callback": [
1770
+ "off",
1771
+ ],
1772
+ "prefer-const": [
1773
+ "error",
1774
+ ],
1775
+ "prefer-promise-reject-errors": [
1776
+ "off",
1777
+ ],
1778
+ "prefer-rest-params": [
1779
+ "error",
1780
+ ],
1781
+ "prefer-spread": [
1782
+ "error",
1783
+ ],
1784
+ "prettier/prettier": [
1785
+ "error",
1786
+ ],
1787
+ "quote-props": [
1788
+ "off",
1789
+ ],
1790
+ "quotes": [
1791
+ 0,
1792
+ ],
1793
+ "react-compiler/react-compiler": [
1794
+ "error",
1795
+ {
1796
+ "environment": {
1797
+ "validateRefAccessDuringRender": false,
1798
+ },
1799
+ },
1800
+ ],
1801
+ "react-hooks/exhaustive-deps": [
1802
+ "warn",
1803
+ ],
1804
+ "react-hooks/rules-of-hooks": [
1805
+ "error",
1806
+ ],
1807
+ "react/display-name": [
1808
+ 2,
1809
+ ],
1810
+ "react/jsx-child-element-spacing": [
1811
+ "off",
1812
+ ],
1813
+ "react/jsx-closing-bracket-location": [
1814
+ "off",
1815
+ ],
1816
+ "react/jsx-closing-tag-location": [
1817
+ "off",
1818
+ ],
1819
+ "react/jsx-curly-newline": [
1820
+ "off",
1821
+ ],
1822
+ "react/jsx-curly-spacing": [
1823
+ "off",
1824
+ ],
1825
+ "react/jsx-equals-spacing": [
1826
+ "off",
1827
+ ],
1828
+ "react/jsx-filename-extension": [
1829
+ "off",
1830
+ ],
1831
+ "react/jsx-first-prop-new-line": [
1832
+ "off",
1833
+ ],
1834
+ "react/jsx-fragments": [
1835
+ "off",
1836
+ ],
1837
+ "react/jsx-indent": [
1838
+ "off",
1839
+ ],
1840
+ "react/jsx-indent-props": [
1841
+ "off",
1842
+ ],
1843
+ "react/jsx-key": [
1844
+ 2,
1845
+ ],
1846
+ "react/jsx-max-props-per-line": [
1847
+ "off",
1848
+ ],
1849
+ "react/jsx-newline": [
1850
+ "off",
1851
+ ],
1852
+ "react/jsx-no-comment-textnodes": [
1853
+ 2,
1854
+ ],
1855
+ "react/jsx-no-duplicate-props": [
1856
+ 2,
1857
+ ],
1858
+ "react/jsx-no-target-blank": [
1859
+ 2,
1860
+ ],
1861
+ "react/jsx-no-undef": [
1862
+ 2,
1863
+ ],
1864
+ "react/jsx-one-expression-per-line": [
1865
+ "off",
1866
+ ],
1867
+ "react/jsx-props-no-multi-spaces": [
1868
+ "off",
1869
+ ],
1870
+ "react/jsx-props-no-spreading": [
1871
+ "off",
1872
+ ],
1873
+ "react/jsx-sort-props": [
1874
+ "error",
1875
+ ],
1876
+ "react/jsx-space-before-closing": [
1877
+ "off",
1878
+ ],
1879
+ "react/jsx-tag-spacing": [
1880
+ "off",
1881
+ ],
1882
+ "react/jsx-uses-react": [
1883
+ 0,
1884
+ ],
1885
+ "react/jsx-uses-vars": [
1886
+ 2,
1887
+ ],
1888
+ "react/jsx-wrap-multilines": [
1889
+ "off",
1890
+ ],
1891
+ "react/no-children-prop": [
1892
+ 2,
1893
+ ],
1894
+ "react/no-danger-with-children": [
1895
+ 2,
1896
+ ],
1897
+ "react/no-deprecated": [
1898
+ 2,
1899
+ ],
1900
+ "react/no-direct-mutation-state": [
1901
+ 2,
1902
+ ],
1903
+ "react/no-find-dom-node": [
1904
+ 2,
1905
+ ],
1906
+ "react/no-is-mounted": [
1907
+ 2,
1908
+ ],
1909
+ "react/no-render-return-value": [
1910
+ 2,
1911
+ ],
1912
+ "react/no-string-refs": [
1913
+ 2,
1914
+ ],
1915
+ "react/no-unescaped-entities": [
1916
+ 2,
1917
+ ],
1918
+ "react/no-unknown-property": [
1919
+ "error",
1920
+ {
1921
+ "ignore": [
1922
+ "css",
1923
+ ],
1924
+ "requireDataLowercase": false,
1925
+ },
1926
+ ],
1927
+ "react/no-unsafe": [
1928
+ 0,
1929
+ ],
1930
+ "react/prop-types": [
1931
+ 2,
1932
+ ],
1933
+ "react/react-in-jsx-scope": [
1934
+ 0,
1935
+ ],
1936
+ "react/require-default-props": [
1937
+ "off",
1938
+ ],
1939
+ "react/require-render-return": [
1940
+ 2,
1941
+ ],
1942
+ "react/sort-prop-types": [
1943
+ "error",
1944
+ ],
1945
+ "react/state-in-constructor": [
1946
+ "off",
1947
+ ],
1948
+ "react/static-property-placement": [
1949
+ "off",
1950
+ ],
1951
+ "require-await": [
1952
+ "off",
1953
+ ],
1954
+ "require-yield": [
1955
+ "error",
1956
+ ],
1957
+ "rest-spread-spacing": [
1958
+ "off",
1959
+ ],
1960
+ "semi": [
1961
+ "off",
1962
+ ],
1963
+ "semi-spacing": [
1964
+ "off",
1965
+ ],
1966
+ "semi-style": [
1967
+ "off",
1968
+ ],
1969
+ "simple-import-sort/exports": [
1970
+ "error",
1971
+ ],
1972
+ "simple-import-sort/imports": [
1973
+ "error",
1974
+ ],
1975
+ "sonarjs/anchor-precedence": [
1976
+ "error",
1977
+ ],
1978
+ "sonarjs/argument-type": [
1979
+ "error",
1980
+ ],
1981
+ "sonarjs/arguments-order": [
1982
+ "error",
1983
+ ],
1984
+ "sonarjs/arguments-usage": [
1985
+ "off",
1986
+ ],
1987
+ "sonarjs/array-callback-without-return": [
1988
+ "error",
1989
+ ],
1990
+ "sonarjs/array-constructor": [
1991
+ "off",
1992
+ ],
1993
+ "sonarjs/arrow-function-convention": [
1994
+ "off",
1995
+ ],
1996
+ "sonarjs/assertions-in-tests": [
1997
+ "error",
1998
+ ],
1999
+ "sonarjs/aws-apigateway-public-api": [
2000
+ "off",
2001
+ ],
2002
+ "sonarjs/aws-ec2-rds-dms-public": [
2003
+ "off",
2004
+ ],
2005
+ "sonarjs/aws-ec2-unencrypted-ebs-volume": [
2006
+ "error",
2007
+ ],
2008
+ "sonarjs/aws-efs-unencrypted": [
2009
+ "error",
2010
+ ],
2011
+ "sonarjs/aws-iam-all-privileges": [
2012
+ "off",
2013
+ ],
2014
+ "sonarjs/aws-iam-all-resources-accessible": [
2015
+ "off",
2016
+ ],
2017
+ "sonarjs/aws-iam-privilege-escalation": [
2018
+ "off",
2019
+ ],
2020
+ "sonarjs/aws-iam-public-access": [
2021
+ "off",
2022
+ ],
2023
+ "sonarjs/aws-opensearchservice-domain": [
2024
+ "error",
2025
+ ],
2026
+ "sonarjs/aws-rds-unencrypted-databases": [
2027
+ "error",
2028
+ ],
2029
+ "sonarjs/aws-restricted-ip-admin-access": [
2030
+ "off",
2031
+ ],
2032
+ "sonarjs/aws-s3-bucket-granted-access": [
2033
+ "error",
2034
+ ],
2035
+ "sonarjs/aws-s3-bucket-insecure-http": [
2036
+ "error",
2037
+ ],
2038
+ "sonarjs/aws-s3-bucket-public-access": [
2039
+ "error",
2040
+ ],
2041
+ "sonarjs/aws-s3-bucket-server-encryption": [
2042
+ "off",
2043
+ ],
2044
+ "sonarjs/aws-s3-bucket-versioning": [
2045
+ "error",
2046
+ ],
2047
+ "sonarjs/aws-sagemaker-unencrypted-notebook": [
2048
+ "error",
2049
+ ],
2050
+ "sonarjs/aws-sns-unencrypted-topics": [
2051
+ "error",
2052
+ ],
2053
+ "sonarjs/aws-sqs-unencrypted-queue": [
2054
+ "error",
2055
+ ],
2056
+ "sonarjs/bitwise-operators": [
2057
+ "error",
2058
+ ],
2059
+ "sonarjs/block-scoped-var": [
2060
+ "error",
2061
+ ],
2062
+ "sonarjs/bool-param-default": [
2063
+ "off",
2064
+ ],
2065
+ "sonarjs/call-argument-line": [
2066
+ "error",
2067
+ ],
2068
+ "sonarjs/certificate-transparency": [
2069
+ "off",
2070
+ ],
2071
+ "sonarjs/chai-determinate-assertion": [
2072
+ "error",
2073
+ ],
2074
+ "sonarjs/class-name": [
2075
+ "error",
2076
+ ],
2077
+ "sonarjs/class-prototype": [
2078
+ "off",
2079
+ ],
2080
+ "sonarjs/code-eval": [
2081
+ "error",
2082
+ ],
2083
+ "sonarjs/cognitive-complexity": [
2084
+ "error",
2085
+ ],
2086
+ "sonarjs/comma-or-logical-or-case": [
2087
+ "error",
2088
+ ],
2089
+ "sonarjs/comment-regex": [
2090
+ "off",
2091
+ ],
2092
+ "sonarjs/concise-regex": [
2093
+ "error",
2094
+ ],
2095
+ "sonarjs/conditional-indentation": [
2096
+ "off",
2097
+ ],
2098
+ "sonarjs/confidential-information-logging": [
2099
+ "error",
2100
+ ],
2101
+ "sonarjs/constructor-for-side-effects": [
2102
+ "error",
2103
+ ],
2104
+ "sonarjs/content-length": [
2105
+ "error",
2106
+ ],
2107
+ "sonarjs/content-security-policy": [
2108
+ "error",
2109
+ ],
2110
+ "sonarjs/cookie-no-httponly": [
2111
+ "error",
2112
+ ],
2113
+ "sonarjs/cookies": [
2114
+ "off",
2115
+ ],
2116
+ "sonarjs/cors": [
2117
+ "error",
2118
+ ],
2119
+ "sonarjs/csrf": [
2120
+ "error",
2121
+ ],
2122
+ "sonarjs/cyclomatic-complexity": [
2123
+ "off",
2124
+ ],
2125
+ "sonarjs/declarations-in-global-scope": [
2126
+ "off",
2127
+ ],
2128
+ "sonarjs/deprecation": [
2129
+ "off",
2130
+ ],
2131
+ "sonarjs/destructuring-assignment-syntax": [
2132
+ "off",
2133
+ ],
2134
+ "sonarjs/different-types-comparison": [
2135
+ "error",
2136
+ ],
2137
+ "sonarjs/disabled-auto-escaping": [
2138
+ "error",
2139
+ ],
2140
+ "sonarjs/disabled-resource-integrity": [
2141
+ "error",
2142
+ ],
2143
+ "sonarjs/disabled-timeout": [
2144
+ "error",
2145
+ ],
2146
+ "sonarjs/dns-prefetching": [
2147
+ "off",
2148
+ ],
2149
+ "sonarjs/duplicates-in-character-class": [
2150
+ "error",
2151
+ ],
2152
+ "sonarjs/elseif-without-else": [
2153
+ "off",
2154
+ ],
2155
+ "sonarjs/empty-string-repetition": [
2156
+ "error",
2157
+ ],
2158
+ "sonarjs/encryption": [
2159
+ "off",
2160
+ ],
2161
+ "sonarjs/encryption-secure-mode": [
2162
+ "error",
2163
+ ],
2164
+ "sonarjs/enforce-trailing-comma": [
2165
+ "off",
2166
+ ],
2167
+ "sonarjs/existing-groups": [
2168
+ "error",
2169
+ ],
2170
+ "sonarjs/expression-complexity": [
2171
+ "off",
2172
+ ],
2173
+ "sonarjs/file-header": [
2174
+ "off",
2175
+ ],
2176
+ "sonarjs/file-name-differ-from-class": [
2177
+ "off",
2178
+ ],
2179
+ "sonarjs/file-permissions": [
2180
+ "error",
2181
+ ],
2182
+ "sonarjs/file-uploads": [
2183
+ "error",
2184
+ ],
2185
+ "sonarjs/fixme-tag": [
2186
+ "error",
2187
+ ],
2188
+ "sonarjs/for-in": [
2189
+ "off",
2190
+ ],
2191
+ "sonarjs/for-loop-increment-sign": [
2192
+ "error",
2193
+ ],
2194
+ "sonarjs/frame-ancestors": [
2195
+ "error",
2196
+ ],
2197
+ "sonarjs/function-inside-loop": [
2198
+ "error",
2199
+ ],
2200
+ "sonarjs/function-name": [
2201
+ "off",
2202
+ ],
2203
+ "sonarjs/function-return-type": [
2204
+ "off",
2205
+ ],
2206
+ "sonarjs/future-reserved-words": [
2207
+ "error",
2208
+ ],
2209
+ "sonarjs/generator-without-yield": [
2210
+ "error",
2211
+ ],
2212
+ "sonarjs/hashing": [
2213
+ "error",
2214
+ ],
2215
+ "sonarjs/hidden-files": [
2216
+ "error",
2217
+ ],
2218
+ "sonarjs/in-operator-type-error": [
2219
+ "error",
2220
+ ],
2221
+ "sonarjs/inconsistent-function-call": [
2222
+ "error",
2223
+ ],
2224
+ "sonarjs/index-of-compare-to-positive-number": [
2225
+ "error",
2226
+ ],
2227
+ "sonarjs/insecure-cookie": [
2228
+ "error",
2229
+ ],
2230
+ "sonarjs/insecure-jwt-token": [
2231
+ "error",
2232
+ ],
2233
+ "sonarjs/inverted-assertion-arguments": [
2234
+ "error",
2235
+ ],
2236
+ "sonarjs/jsx-no-leaked-render": [
2237
+ "error",
2238
+ ],
2239
+ "sonarjs/jsx-no-useless-fragment": [
2240
+ "off",
2241
+ ],
2242
+ "sonarjs/label-position": [
2243
+ "error",
2244
+ ],
2245
+ "sonarjs/link-with-target-blank": [
2246
+ "error",
2247
+ ],
2248
+ "sonarjs/max-lines": [
2249
+ "off",
2250
+ ],
2251
+ "sonarjs/max-lines-per-function": [
2252
+ "off",
2253
+ ],
2254
+ "sonarjs/max-switch-cases": [
2255
+ "error",
2256
+ ],
2257
+ "sonarjs/max-union-size": [
2258
+ "off",
2259
+ ],
2260
+ "sonarjs/misplaced-loop-counter": [
2261
+ "error",
2262
+ ],
2263
+ "sonarjs/nested-control-flow": [
2264
+ "off",
2265
+ ],
2266
+ "sonarjs/new-operator-misuse": [
2267
+ "error",
2268
+ ],
2269
+ "sonarjs/no-all-duplicated-branches": [
2270
+ "error",
2271
+ ],
2272
+ "sonarjs/no-alphabetical-sort": [
2273
+ "error",
2274
+ ],
2275
+ "sonarjs/no-angular-bypass-sanitization": [
2276
+ "error",
2277
+ ],
2278
+ "sonarjs/no-array-delete": [
2279
+ "error",
2280
+ ],
2281
+ "sonarjs/no-array-index-key": [
2282
+ "off",
2283
+ ],
2284
+ "sonarjs/no-associative-arrays": [
2285
+ "error",
2286
+ ],
2287
+ "sonarjs/no-async-constructor": [
2288
+ "error",
2289
+ ],
2290
+ "sonarjs/no-built-in-override": [
2291
+ "off",
2292
+ ],
2293
+ "sonarjs/no-case-label-in-switch": [
2294
+ "error",
2295
+ ],
2296
+ "sonarjs/no-clear-text-protocols": [
2297
+ "error",
2298
+ ],
2299
+ "sonarjs/no-code-after-done": [
2300
+ "error",
2301
+ ],
2302
+ "sonarjs/no-collapsible-if": [
2303
+ "off",
2304
+ ],
2305
+ "sonarjs/no-collection-size-mischeck": [
2306
+ "error",
2307
+ ],
2308
+ "sonarjs/no-commented-code": [
2309
+ "error",
2310
+ ],
2311
+ "sonarjs/no-control-regex": [
2312
+ "error",
2313
+ ],
2314
+ "sonarjs/no-dead-store": [
2315
+ "error",
2316
+ ],
2317
+ "sonarjs/no-delete-var": [
2318
+ "error",
2319
+ ],
2320
+ "sonarjs/no-duplicate-in-composite": [
2321
+ "error",
2322
+ ],
2323
+ "sonarjs/no-duplicate-string": [
2324
+ "off",
2325
+ ],
2326
+ "sonarjs/no-duplicated-branches": [
2327
+ "error",
2328
+ ],
2329
+ "sonarjs/no-element-overwrite": [
2330
+ "error",
2331
+ ],
2332
+ "sonarjs/no-empty-after-reluctant": [
2333
+ "error",
2334
+ ],
2335
+ "sonarjs/no-empty-alternatives": [
2336
+ "error",
2337
+ ],
2338
+ "sonarjs/no-empty-character-class": [
2339
+ "error",
2340
+ ],
2341
+ "sonarjs/no-empty-collection": [
2342
+ "error",
2343
+ ],
2344
+ "sonarjs/no-empty-group": [
2345
+ "error",
2346
+ ],
2347
+ "sonarjs/no-empty-test-file": [
2348
+ "error",
2349
+ ],
2350
+ "sonarjs/no-equals-in-for-termination": [
2351
+ "error",
2352
+ ],
2353
+ "sonarjs/no-exclusive-tests": [
2354
+ "error",
2355
+ ],
2356
+ "sonarjs/no-extra-arguments": [
2357
+ "error",
2358
+ ],
2359
+ "sonarjs/no-fallthrough": [
2360
+ "error",
2361
+ ],
2362
+ "sonarjs/no-for-in-iterable": [
2363
+ "off",
2364
+ ],
2365
+ "sonarjs/no-function-declaration-in-block": [
2366
+ "off",
2367
+ ],
2368
+ "sonarjs/no-global-this": [
2369
+ "error",
2370
+ ],
2371
+ "sonarjs/no-globals-shadowing": [
2372
+ "error",
2373
+ ],
2374
+ "sonarjs/no-gratuitous-expressions": [
2375
+ "error",
2376
+ ],
2377
+ "sonarjs/no-hardcoded-ip": [
2378
+ "error",
2379
+ ],
2380
+ "sonarjs/no-hardcoded-passwords": [
2381
+ "error",
2382
+ ],
2383
+ "sonarjs/no-hardcoded-secrets": [
2384
+ "error",
2385
+ ],
2386
+ "sonarjs/no-hook-setter-in-body": [
2387
+ "error",
2388
+ ],
2389
+ "sonarjs/no-identical-conditions": [
2390
+ "error",
2391
+ ],
2392
+ "sonarjs/no-identical-expressions": [
2393
+ "error",
2394
+ ],
2395
+ "sonarjs/no-identical-functions": [
2396
+ "error",
2397
+ ],
2398
+ "sonarjs/no-ignored-exceptions": [
2399
+ "off",
2400
+ ],
2401
+ "sonarjs/no-ignored-return": [
2402
+ "error",
2403
+ ],
2404
+ "sonarjs/no-implicit-dependencies": [
2405
+ "off",
2406
+ ],
2407
+ "sonarjs/no-implicit-global": [
2408
+ "error",
2409
+ ],
2410
+ "sonarjs/no-in-misuse": [
2411
+ "error",
2412
+ ],
2413
+ "sonarjs/no-incomplete-assertions": [
2414
+ "error",
2415
+ ],
2416
+ "sonarjs/no-inconsistent-returns": [
2417
+ "off",
2418
+ ],
2419
+ "sonarjs/no-incorrect-string-concat": [
2420
+ "off",
2421
+ ],
2422
+ "sonarjs/no-internal-api-use": [
2423
+ "error",
2424
+ ],
2425
+ "sonarjs/no-intrusive-permissions": [
2426
+ "error",
2427
+ ],
2428
+ "sonarjs/no-invalid-await": [
2429
+ "error",
2430
+ ],
2431
+ "sonarjs/no-invalid-regexp": [
2432
+ "error",
2433
+ ],
2434
+ "sonarjs/no-invariant-returns": [
2435
+ "error",
2436
+ ],
2437
+ "sonarjs/no-inverted-boolean-check": [
2438
+ "error",
2439
+ ],
2440
+ "sonarjs/no-ip-forward": [
2441
+ "error",
2442
+ ],
2443
+ "sonarjs/no-labels": [
2444
+ "error",
2445
+ ],
2446
+ "sonarjs/no-literal-call": [
2447
+ "error",
2448
+ ],
2449
+ "sonarjs/no-mime-sniff": [
2450
+ "error",
2451
+ ],
2452
+ "sonarjs/no-misleading-array-reverse": [
2453
+ "error",
2454
+ ],
2455
+ "sonarjs/no-misleading-character-class": [
2456
+ "error",
2457
+ ],
2458
+ "sonarjs/no-mixed-content": [
2459
+ "error",
2460
+ ],
2461
+ "sonarjs/no-nested-assignment": [
2462
+ "error",
2463
+ ],
2464
+ "sonarjs/no-nested-conditional": [
2465
+ "error",
2466
+ ],
2467
+ "sonarjs/no-nested-functions": [
2468
+ "warn",
2469
+ {
2470
+ "threshold": 5,
2471
+ },
2472
+ ],
2473
+ "sonarjs/no-nested-incdec": [
2474
+ "off",
2475
+ ],
2476
+ "sonarjs/no-nested-switch": [
2477
+ "off",
2478
+ ],
2479
+ "sonarjs/no-nested-template-literals": [
2480
+ "error",
2481
+ ],
2482
+ "sonarjs/no-one-iteration-loop": [
2483
+ "error",
2484
+ ],
2485
+ "sonarjs/no-os-command-from-path": [
2486
+ "error",
2487
+ ],
2488
+ "sonarjs/no-parameter-reassignment": [
2489
+ "error",
2490
+ ],
2491
+ "sonarjs/no-primitive-wrappers": [
2492
+ "error",
2493
+ ],
2494
+ "sonarjs/no-redundant-assignments": [
2495
+ "error",
2496
+ ],
2497
+ "sonarjs/no-redundant-boolean": [
2498
+ "error",
2499
+ ],
2500
+ "sonarjs/no-redundant-jump": [
2501
+ "error",
2502
+ ],
2503
+ "sonarjs/no-redundant-optional": [
2504
+ "error",
2505
+ ],
2506
+ "sonarjs/no-redundant-parentheses": [
2507
+ "off",
2508
+ ],
2509
+ "sonarjs/no-reference-error": [
2510
+ "off",
2511
+ ],
2512
+ "sonarjs/no-referrer-policy": [
2513
+ "error",
2514
+ ],
2515
+ "sonarjs/no-regex-spaces": [
2516
+ "error",
2517
+ ],
2518
+ "sonarjs/no-require-or-define": [
2519
+ "off",
2520
+ ],
2521
+ "sonarjs/no-return-type-any": [
2522
+ "off",
2523
+ ],
2524
+ "sonarjs/no-same-argument-assert": [
2525
+ "error",
2526
+ ],
2527
+ "sonarjs/no-same-line-conditional": [
2528
+ "error",
2529
+ ],
2530
+ "sonarjs/no-selector-parameter": [
2531
+ "error",
2532
+ ],
2533
+ "sonarjs/no-skipped-tests": [
2534
+ "error",
2535
+ ],
2536
+ "sonarjs/no-small-switch": [
2537
+ "off",
2538
+ ],
2539
+ "sonarjs/no-sonar-comments": [
2540
+ "off",
2541
+ ],
2542
+ "sonarjs/no-tab": [
2543
+ "off",
2544
+ ],
2545
+ "sonarjs/no-table-as-layout": [
2546
+ "error",
2547
+ ],
2548
+ "sonarjs/no-try-promise": [
2549
+ "error",
2550
+ ],
2551
+ "sonarjs/no-undefined-argument": [
2552
+ "error",
2553
+ ],
2554
+ "sonarjs/no-undefined-assignment": [
2555
+ "off",
2556
+ ],
2557
+ "sonarjs/no-unenclosed-multiline-block": [
2558
+ "error",
2559
+ ],
2560
+ "sonarjs/no-uniq-key": [
2561
+ "error",
2562
+ ],
2563
+ "sonarjs/no-unknown-property": [
2564
+ "off",
2565
+ ],
2566
+ "sonarjs/no-unsafe-unzip": [
2567
+ "error",
2568
+ ],
2569
+ "sonarjs/no-unstable-nested-components": [
2570
+ "off",
2571
+ ],
2572
+ "sonarjs/no-unthrown-error": [
2573
+ "error",
2574
+ ],
2575
+ "sonarjs/no-unused-collection": [
2576
+ "error",
2577
+ ],
2578
+ "sonarjs/no-unused-function-argument": [
2579
+ "off",
2580
+ ],
2581
+ "sonarjs/no-unused-vars": [
2582
+ "off",
2583
+ ],
2584
+ "sonarjs/no-use-of-empty-return-value": [
2585
+ "error",
2586
+ ],
2587
+ "sonarjs/no-useless-catch": [
2588
+ "error",
2589
+ ],
2590
+ "sonarjs/no-useless-increment": [
2591
+ "error",
2592
+ ],
2593
+ "sonarjs/no-useless-intersection": [
2594
+ "error",
2595
+ ],
2596
+ "sonarjs/no-useless-react-setstate": [
2597
+ "error",
2598
+ ],
2599
+ "sonarjs/no-variable-usage-before-declaration": [
2600
+ "off",
2601
+ ],
2602
+ "sonarjs/no-vue-bypass-sanitization": [
2603
+ "off",
2604
+ ],
2605
+ "sonarjs/no-weak-cipher": [
2606
+ "error",
2607
+ ],
2608
+ "sonarjs/no-weak-keys": [
2609
+ "error",
2610
+ ],
2611
+ "sonarjs/no-wildcard-import": [
2612
+ "off",
2613
+ ],
2614
+ "sonarjs/non-existent-operator": [
2615
+ "error",
2616
+ ],
2617
+ "sonarjs/non-number-in-arithmetic-expression": [
2618
+ "off",
2619
+ ],
2620
+ "sonarjs/null-dereference": [
2621
+ "error",
2622
+ ],
2623
+ "sonarjs/object-alt-content": [
2624
+ "error",
2625
+ ],
2626
+ "sonarjs/operation-returning-nan": [
2627
+ "off",
2628
+ ],
2629
+ "sonarjs/os-command": [
2630
+ "error",
2631
+ ],
2632
+ "sonarjs/post-message": [
2633
+ "error",
2634
+ ],
2635
+ "sonarjs/prefer-default-last": [
2636
+ "error",
2637
+ ],
2638
+ "sonarjs/prefer-immediate-return": [
2639
+ "off",
2640
+ ],
2641
+ "sonarjs/prefer-nullish-coalescing": [
2642
+ "off",
2643
+ ],
2644
+ "sonarjs/prefer-object-literal": [
2645
+ "off",
2646
+ ],
2647
+ "sonarjs/prefer-optional-chain": [
2648
+ "off",
2649
+ ],
2650
+ "sonarjs/prefer-promise-shorthand": [
2651
+ "error",
2652
+ ],
2653
+ "sonarjs/prefer-read-only-props": [
2654
+ "off",
2655
+ ],
2656
+ "sonarjs/prefer-regexp-exec": [
2657
+ "error",
2658
+ ],
2659
+ "sonarjs/prefer-single-boolean-return": [
2660
+ "error",
2661
+ ],
2662
+ "sonarjs/prefer-type-guard": [
2663
+ "error",
2664
+ ],
2665
+ "sonarjs/prefer-while": [
2666
+ "error",
2667
+ ],
2668
+ "sonarjs/process-argv": [
2669
+ "off",
2670
+ ],
2671
+ "sonarjs/production-debug": [
2672
+ "error",
2673
+ ],
2674
+ "sonarjs/pseudo-random": [
2675
+ "error",
2676
+ ],
2677
+ "sonarjs/public-static-readonly": [
2678
+ "error",
2679
+ ],
2680
+ "sonarjs/publicly-writable-directories": [
2681
+ "error",
2682
+ ],
2683
+ "sonarjs/reduce-initial-value": [
2684
+ "error",
2685
+ ],
2686
+ "sonarjs/redundant-type-aliases": [
2687
+ "error",
2688
+ ],
2689
+ "sonarjs/regex-complexity": [
2690
+ "error",
2691
+ ],
2692
+ "sonarjs/regular-expr": [
2693
+ "off",
2694
+ ],
2695
+ "sonarjs/session-regeneration": [
2696
+ "error",
2697
+ ],
2698
+ "sonarjs/shorthand-property-grouping": [
2699
+ "off",
2700
+ ],
2701
+ "sonarjs/single-char-in-character-classes": [
2702
+ "error",
2703
+ ],
2704
+ "sonarjs/single-character-alternation": [
2705
+ "error",
2706
+ ],
2707
+ "sonarjs/slow-regex": [
2708
+ "error",
2709
+ ],
2710
+ "sonarjs/sockets": [
2711
+ "off",
2712
+ ],
2713
+ "sonarjs/sql-queries": [
2714
+ "error",
2715
+ ],
2716
+ "sonarjs/stable-tests": [
2717
+ "error",
2718
+ ],
2719
+ "sonarjs/standard-input": [
2720
+ "off",
2721
+ ],
2722
+ "sonarjs/stateful-regex": [
2723
+ "error",
2724
+ ],
2725
+ "sonarjs/strict-transport-security": [
2726
+ "error",
2727
+ ],
2728
+ "sonarjs/strings-comparison": [
2729
+ "off",
2730
+ ],
2731
+ "sonarjs/super-invocation": [
2732
+ "error",
2733
+ ],
2734
+ "sonarjs/table-header": [
2735
+ "error",
2736
+ ],
2737
+ "sonarjs/table-header-reference": [
2738
+ "error",
2739
+ ],
2740
+ "sonarjs/test-check-exception": [
2741
+ "error",
2742
+ ],
2743
+ "sonarjs/todo-tag": [
2744
+ "off",
2745
+ ],
2746
+ "sonarjs/too-many-break-or-continue-in-loop": [
2747
+ "off",
2748
+ ],
2749
+ "sonarjs/unicode-aware-regex": [
2750
+ "off",
2751
+ ],
2752
+ "sonarjs/unused-import": [
2753
+ "error",
2754
+ ],
2755
+ "sonarjs/unused-named-groups": [
2756
+ "error",
2757
+ ],
2758
+ "sonarjs/unverified-certificate": [
2759
+ "error",
2760
+ ],
2761
+ "sonarjs/unverified-hostname": [
2762
+ "error",
2763
+ ],
2764
+ "sonarjs/updated-const-var": [
2765
+ "error",
2766
+ ],
2767
+ "sonarjs/updated-loop-counter": [
2768
+ "error",
2769
+ ],
2770
+ "sonarjs/use-type-alias": [
2771
+ "off",
2772
+ ],
2773
+ "sonarjs/useless-string-operation": [
2774
+ "off",
2775
+ ],
2776
+ "sonarjs/values-not-convertible-to-numbers": [
2777
+ "off",
2778
+ ],
2779
+ "sonarjs/variable-name": [
2780
+ "off",
2781
+ ],
2782
+ "sonarjs/void-use": [
2783
+ "error",
2784
+ ],
2785
+ "sonarjs/weak-ssl": [
2786
+ "error",
2787
+ ],
2788
+ "sonarjs/web-sql-database": [
2789
+ "off",
2790
+ ],
2791
+ "sonarjs/x-powered-by": [
2792
+ "error",
2793
+ ],
2794
+ "sonarjs/xml-parser-xxe": [
2795
+ "error",
2796
+ ],
2797
+ "sonarjs/xpath": [
2798
+ "off",
2799
+ ],
2800
+ "sort-destructure-keys/sort-destructure-keys": [
2801
+ "error",
2802
+ ],
2803
+ "space-after-function-name": [
2804
+ "off",
2805
+ ],
2806
+ "space-after-keywords": [
2807
+ "off",
2808
+ ],
2809
+ "space-before-blocks": [
2810
+ "off",
2811
+ ],
2812
+ "space-before-function-paren": [
2813
+ "off",
2814
+ ],
2815
+ "space-before-function-parentheses": [
2816
+ "off",
2817
+ ],
2818
+ "space-before-keywords": [
2819
+ "off",
2820
+ ],
2821
+ "space-in-brackets": [
2822
+ "off",
2823
+ ],
2824
+ "space-in-parens": [
2825
+ "off",
2826
+ ],
2827
+ "space-infix-ops": [
2828
+ "off",
2829
+ ],
2830
+ "space-return-throw-case": [
2831
+ "off",
2832
+ ],
2833
+ "space-unary-ops": [
2834
+ "off",
2835
+ ],
2836
+ "space-unary-word-ops": [
2837
+ "off",
2838
+ ],
2839
+ "standard/array-bracket-even-spacing": [
2840
+ "off",
2841
+ ],
2842
+ "standard/computed-property-even-spacing": [
2843
+ "off",
2844
+ ],
2845
+ "standard/object-curly-even-spacing": [
2846
+ "off",
2847
+ ],
2848
+ "switch-colon-spacing": [
2849
+ "off",
2850
+ ],
2851
+ "template-curly-spacing": [
2852
+ "off",
2853
+ ],
2854
+ "template-tag-spacing": [
2855
+ "off",
2856
+ ],
2857
+ "typescript-sort-keys/interface": [
2858
+ "error",
2859
+ ],
2860
+ "typescript-sort-keys/string-enum": [
2861
+ "error",
2862
+ ],
2863
+ "unicorn/better-regex": [
2864
+ "off",
2865
+ ],
2866
+ "unicorn/catch-error-name": [
2867
+ "error",
2868
+ ],
2869
+ "unicorn/consistent-destructuring": [
2870
+ "off",
2871
+ ],
2872
+ "unicorn/consistent-empty-array-spread": [
2873
+ "error",
2874
+ ],
2875
+ "unicorn/consistent-existence-index-check": [
2876
+ "error",
2877
+ ],
2878
+ "unicorn/consistent-function-scoping": [
2879
+ "error",
2880
+ ],
2881
+ "unicorn/custom-error-definition": [
2882
+ "off",
2883
+ ],
2884
+ "unicorn/empty-brace-spaces": [
2885
+ "error",
2886
+ ],
2887
+ "unicorn/error-message": [
2888
+ "error",
2889
+ ],
2890
+ "unicorn/escape-case": [
2891
+ "error",
2892
+ ],
2893
+ "unicorn/expiring-todo-comments": [
2894
+ "error",
2895
+ ],
2896
+ "unicorn/explicit-length-check": [
2897
+ "error",
2898
+ ],
2899
+ "unicorn/filename-case": [
2900
+ "off",
2901
+ ],
2902
+ "unicorn/import-style": [
2903
+ "error",
2904
+ ],
2905
+ "unicorn/new-for-builtins": [
2906
+ "error",
2907
+ ],
2908
+ "unicorn/no-abusive-eslint-disable": [
2909
+ "error",
2910
+ ],
2911
+ "unicorn/no-anonymous-default-export": [
2912
+ "error",
2913
+ ],
2914
+ "unicorn/no-array-callback-reference": [
2915
+ "error",
2916
+ ],
2917
+ "unicorn/no-array-for-each": [
2918
+ "error",
2919
+ ],
2920
+ "unicorn/no-array-method-this-argument": [
2921
+ "error",
2922
+ ],
2923
+ "unicorn/no-array-push-push": [
2924
+ "error",
2925
+ ],
2926
+ "unicorn/no-array-reduce": [
2927
+ "error",
2928
+ ],
2929
+ "unicorn/no-await-expression-member": [
2930
+ "error",
2931
+ ],
2932
+ "unicorn/no-await-in-promise-methods": [
2933
+ "error",
2934
+ ],
2935
+ "unicorn/no-console-spaces": [
2936
+ "error",
2937
+ ],
2938
+ "unicorn/no-document-cookie": [
2939
+ "error",
2940
+ ],
2941
+ "unicorn/no-empty-file": [
2942
+ "error",
2943
+ ],
2944
+ "unicorn/no-for-loop": [
2945
+ "error",
2946
+ ],
2947
+ "unicorn/no-hex-escape": [
2948
+ "error",
2949
+ ],
2950
+ "unicorn/no-instanceof-array": [
2951
+ "error",
2952
+ ],
2953
+ "unicorn/no-invalid-fetch-options": [
2954
+ "error",
2955
+ ],
2956
+ "unicorn/no-invalid-remove-event-listener": [
2957
+ "error",
2958
+ ],
2959
+ "unicorn/no-keyword-prefix": [
2960
+ "off",
2961
+ ],
2962
+ "unicorn/no-length-as-slice-end": [
2963
+ "error",
2964
+ ],
2965
+ "unicorn/no-lonely-if": [
2966
+ "error",
2967
+ ],
2968
+ "unicorn/no-magic-array-flat-depth": [
2969
+ "error",
2970
+ ],
2971
+ "unicorn/no-negated-condition": [
2972
+ "error",
2973
+ ],
2974
+ "unicorn/no-negation-in-equality-check": [
2975
+ "error",
2976
+ ],
2977
+ "unicorn/no-nested-ternary": [
2978
+ "error",
2979
+ ],
2980
+ "unicorn/no-new-array": [
2981
+ "error",
2982
+ ],
2983
+ "unicorn/no-new-buffer": [
2984
+ "error",
2985
+ ],
2986
+ "unicorn/no-null": [
2987
+ "error",
2988
+ ],
2989
+ "unicorn/no-object-as-default-parameter": [
2990
+ "error",
2991
+ ],
2992
+ "unicorn/no-process-exit": [
2993
+ "error",
2994
+ ],
2995
+ "unicorn/no-single-promise-in-promise-methods": [
2996
+ "error",
2997
+ ],
2998
+ "unicorn/no-static-only-class": [
2999
+ "error",
3000
+ ],
3001
+ "unicorn/no-thenable": [
3002
+ "error",
3003
+ ],
3004
+ "unicorn/no-this-assignment": [
3005
+ "error",
3006
+ ],
3007
+ "unicorn/no-typeof-undefined": [
3008
+ "error",
3009
+ ],
3010
+ "unicorn/no-unnecessary-await": [
3011
+ "error",
3012
+ ],
3013
+ "unicorn/no-unnecessary-polyfills": [
3014
+ "error",
3015
+ ],
3016
+ "unicorn/no-unreadable-array-destructuring": [
3017
+ "error",
3018
+ ],
3019
+ "unicorn/no-unreadable-iife": [
3020
+ "error",
3021
+ ],
3022
+ "unicorn/no-unused-properties": [
3023
+ "off",
3024
+ ],
3025
+ "unicorn/no-useless-fallback-in-spread": [
3026
+ "error",
3027
+ ],
3028
+ "unicorn/no-useless-length-check": [
3029
+ "error",
3030
+ ],
3031
+ "unicorn/no-useless-promise-resolve-reject": [
3032
+ "error",
3033
+ ],
3034
+ "unicorn/no-useless-spread": [
3035
+ "error",
3036
+ ],
3037
+ "unicorn/no-useless-switch-case": [
3038
+ "error",
3039
+ ],
3040
+ "unicorn/no-useless-undefined": [
3041
+ "error",
3042
+ ],
3043
+ "unicorn/no-zero-fractions": [
3044
+ "error",
3045
+ ],
3046
+ "unicorn/number-literal-case": [
3047
+ "error",
3048
+ ],
3049
+ "unicorn/numeric-separators-style": [
3050
+ "error",
3051
+ ],
3052
+ "unicorn/prefer-add-event-listener": [
3053
+ "error",
3054
+ ],
3055
+ "unicorn/prefer-array-find": [
3056
+ "error",
3057
+ ],
3058
+ "unicorn/prefer-array-flat": [
3059
+ "error",
3060
+ ],
3061
+ "unicorn/prefer-array-flat-map": [
3062
+ "error",
3063
+ ],
3064
+ "unicorn/prefer-array-index-of": [
3065
+ "error",
3066
+ ],
3067
+ "unicorn/prefer-array-some": [
3068
+ "error",
3069
+ ],
3070
+ "unicorn/prefer-at": [
3071
+ "error",
3072
+ ],
3073
+ "unicorn/prefer-blob-reading-methods": [
3074
+ "error",
3075
+ ],
3076
+ "unicorn/prefer-code-point": [
3077
+ "error",
3078
+ ],
3079
+ "unicorn/prefer-date-now": [
3080
+ "error",
3081
+ ],
3082
+ "unicorn/prefer-default-parameters": [
3083
+ "error",
3084
+ ],
3085
+ "unicorn/prefer-dom-node-append": [
3086
+ "error",
3087
+ ],
3088
+ "unicorn/prefer-dom-node-dataset": [
3089
+ "error",
3090
+ ],
3091
+ "unicorn/prefer-dom-node-remove": [
3092
+ "error",
3093
+ ],
3094
+ "unicorn/prefer-dom-node-text-content": [
3095
+ "error",
3096
+ ],
3097
+ "unicorn/prefer-event-target": [
3098
+ "error",
3099
+ ],
3100
+ "unicorn/prefer-export-from": [
3101
+ "error",
3102
+ ],
3103
+ "unicorn/prefer-global-this": [
3104
+ "error",
3105
+ ],
3106
+ "unicorn/prefer-includes": [
3107
+ "error",
3108
+ ],
3109
+ "unicorn/prefer-json-parse-buffer": [
3110
+ "off",
3111
+ ],
3112
+ "unicorn/prefer-keyboard-event-key": [
3113
+ "error",
3114
+ ],
3115
+ "unicorn/prefer-logical-operator-over-ternary": [
3116
+ "error",
3117
+ ],
3118
+ "unicorn/prefer-math-min-max": [
3119
+ "error",
3120
+ ],
3121
+ "unicorn/prefer-math-trunc": [
3122
+ "error",
3123
+ ],
3124
+ "unicorn/prefer-modern-dom-apis": [
3125
+ "error",
3126
+ ],
3127
+ "unicorn/prefer-modern-math-apis": [
3128
+ "error",
3129
+ ],
3130
+ "unicorn/prefer-module": [
3131
+ "error",
3132
+ ],
3133
+ "unicorn/prefer-native-coercion-functions": [
3134
+ "error",
3135
+ ],
3136
+ "unicorn/prefer-negative-index": [
3137
+ "error",
3138
+ ],
3139
+ "unicorn/prefer-node-protocol": [
3140
+ "error",
3141
+ ],
3142
+ "unicorn/prefer-number-properties": [
3143
+ "error",
3144
+ ],
3145
+ "unicorn/prefer-object-from-entries": [
3146
+ "error",
3147
+ ],
3148
+ "unicorn/prefer-optional-catch-binding": [
3149
+ "error",
3150
+ ],
3151
+ "unicorn/prefer-prototype-methods": [
3152
+ "error",
3153
+ ],
3154
+ "unicorn/prefer-query-selector": [
3155
+ "error",
3156
+ ],
3157
+ "unicorn/prefer-reflect-apply": [
3158
+ "error",
3159
+ ],
3160
+ "unicorn/prefer-regexp-test": [
3161
+ "error",
3162
+ ],
3163
+ "unicorn/prefer-set-has": [
3164
+ "error",
3165
+ ],
3166
+ "unicorn/prefer-set-size": [
3167
+ "error",
3168
+ ],
3169
+ "unicorn/prefer-spread": [
3170
+ "error",
3171
+ ],
3172
+ "unicorn/prefer-string-raw": [
3173
+ "error",
3174
+ ],
3175
+ "unicorn/prefer-string-replace-all": [
3176
+ "error",
3177
+ ],
3178
+ "unicorn/prefer-string-slice": [
3179
+ "error",
3180
+ ],
3181
+ "unicorn/prefer-string-starts-ends-with": [
3182
+ "error",
3183
+ ],
3184
+ "unicorn/prefer-string-trim-start-end": [
3185
+ "error",
3186
+ ],
3187
+ "unicorn/prefer-structured-clone": [
3188
+ "error",
3189
+ ],
3190
+ "unicorn/prefer-switch": [
3191
+ "error",
3192
+ ],
3193
+ "unicorn/prefer-ternary": [
3194
+ "error",
3195
+ ],
3196
+ "unicorn/prefer-top-level-await": [
3197
+ "error",
3198
+ ],
3199
+ "unicorn/prefer-type-error": [
3200
+ "error",
3201
+ ],
3202
+ "unicorn/prevent-abbreviations": [
3203
+ "error",
3204
+ ],
3205
+ "unicorn/relative-url-style": [
3206
+ "error",
3207
+ ],
3208
+ "unicorn/require-array-join-separator": [
3209
+ "error",
3210
+ ],
3211
+ "unicorn/require-number-to-fixed-digits-argument": [
3212
+ "error",
3213
+ ],
3214
+ "unicorn/require-post-message-target-origin": [
3215
+ "off",
3216
+ ],
3217
+ "unicorn/string-content": [
3218
+ "off",
3219
+ ],
3220
+ "unicorn/switch-case-braces": [
3221
+ "error",
3222
+ ],
3223
+ "unicorn/template-indent": [
3224
+ "error",
3225
+ ],
3226
+ "unicorn/text-encoding-identifier-case": [
3227
+ "error",
3228
+ ],
3229
+ "unicorn/throw-new-error": [
3230
+ "error",
3231
+ ],
3232
+ "use-isnan": [
3233
+ "error",
3234
+ ],
3235
+ "valid-typeof": [
3236
+ "error",
3237
+ ],
3238
+ "vue/array-bracket-newline": [
3239
+ "off",
3240
+ ],
3241
+ "vue/array-bracket-spacing": [
3242
+ "off",
3243
+ ],
3244
+ "vue/array-element-newline": [
3245
+ "off",
3246
+ ],
3247
+ "vue/arrow-spacing": [
3248
+ "off",
3249
+ ],
3250
+ "vue/block-spacing": [
3251
+ "off",
3252
+ ],
3253
+ "vue/block-tag-newline": [
3254
+ "off",
3255
+ ],
3256
+ "vue/brace-style": [
3257
+ "off",
3258
+ ],
3259
+ "vue/comma-dangle": [
3260
+ "off",
3261
+ ],
3262
+ "vue/comma-spacing": [
3263
+ "off",
3264
+ ],
3265
+ "vue/comma-style": [
3266
+ "off",
3267
+ ],
3268
+ "vue/dot-location": [
3269
+ "off",
3270
+ ],
3271
+ "vue/func-call-spacing": [
3272
+ "off",
3273
+ ],
3274
+ "vue/html-closing-bracket-newline": [
3275
+ "off",
3276
+ ],
3277
+ "vue/html-closing-bracket-spacing": [
3278
+ "off",
3279
+ ],
3280
+ "vue/html-end-tags": [
3281
+ "off",
3282
+ ],
3283
+ "vue/html-indent": [
3284
+ "off",
3285
+ ],
3286
+ "vue/html-quotes": [
3287
+ "off",
3288
+ ],
3289
+ "vue/html-self-closing": [
3290
+ 0,
3291
+ ],
3292
+ "vue/key-spacing": [
3293
+ "off",
3294
+ ],
3295
+ "vue/keyword-spacing": [
3296
+ "off",
3297
+ ],
3298
+ "vue/max-attributes-per-line": [
3299
+ "off",
3300
+ ],
3301
+ "vue/max-len": [
3302
+ 0,
3303
+ ],
3304
+ "vue/multiline-html-element-content-newline": [
3305
+ "off",
3306
+ ],
3307
+ "vue/multiline-ternary": [
3308
+ "off",
3309
+ ],
3310
+ "vue/mustache-interpolation-spacing": [
3311
+ "off",
3312
+ ],
3313
+ "vue/no-extra-parens": [
3314
+ "off",
3315
+ ],
3316
+ "vue/no-multi-spaces": [
3317
+ "off",
3318
+ ],
3319
+ "vue/no-spaces-around-equal-signs-in-attribute": [
3320
+ "off",
3321
+ ],
3322
+ "vue/object-curly-newline": [
3323
+ "off",
3324
+ ],
3325
+ "vue/object-curly-spacing": [
3326
+ "off",
3327
+ ],
3328
+ "vue/object-property-newline": [
3329
+ "off",
3330
+ ],
3331
+ "vue/operator-linebreak": [
3332
+ "off",
3333
+ ],
3334
+ "vue/quote-props": [
3335
+ "off",
3336
+ ],
3337
+ "vue/script-indent": [
3338
+ "off",
3339
+ ],
3340
+ "vue/singleline-html-element-content-newline": [
3341
+ "off",
3342
+ ],
3343
+ "vue/space-in-parens": [
3344
+ "off",
3345
+ ],
3346
+ "vue/space-infix-ops": [
3347
+ "off",
3348
+ ],
3349
+ "vue/space-unary-ops": [
3350
+ "off",
3351
+ ],
3352
+ "vue/template-curly-spacing": [
3353
+ "off",
3354
+ ],
3355
+ "wrap-iife": [
3356
+ "off",
3357
+ ],
3358
+ "wrap-regex": [
3359
+ "off",
3360
+ ],
3361
+ "yield-star-spacing": [
3362
+ "off",
3363
+ ],
3364
+ },
3365
+ "settings": {
3366
+ "import/extensions": [
3367
+ ".ts",
3368
+ ".cts",
3369
+ ".mts",
3370
+ ".tsx",
3371
+ ".js",
3372
+ ".jsx",
3373
+ ".mjs",
3374
+ ".cjs",
3375
+ ],
3376
+ "import/external-module-folders": [
3377
+ "node_modules",
3378
+ "node_modules/@types",
3379
+ ],
3380
+ "import/parsers": {
3381
+ "@typescript-eslint/parser": [
3382
+ ".ts",
3383
+ ".tsx",
3384
+ ".mts",
3385
+ ".tsx",
3386
+ ],
3387
+ },
3388
+ "import/resolver": {
3389
+ "node": {
3390
+ "extensions": [
3391
+ ".ts",
3392
+ ".cts",
3393
+ ".mts",
3394
+ ".tsx",
3395
+ ".js",
3396
+ ".jsx",
3397
+ ".mjs",
3398
+ ".cjs",
3399
+ ],
3400
+ },
3401
+ "typescript": {
3402
+ "alwaysTryTypes": true,
3403
+ },
3404
+ },
3405
+ "react": {
3406
+ "version": "detect",
3407
+ },
3408
+ },
3409
+ }
3410
+ `;