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

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