@@ -17,7 +17,6 @@ Object {
17
17
},
18
18
" plugins" : Array [
19
19
" jest" ,
20
- " testing-library" ,
21
20
],
22
21
" rules" : Object {
23
22
" import/no-namespace" : " off" ,
@@ -76,32 +75,6 @@ Object {
76
75
" require-unicode-regexp" : " off" ,
77
76
" sonarjs/no-duplicate-string" : " off" ,
78
77
" sonarjs/no-identical-functions" : " off" ,
79
- " testing-library/await-async-query" : " error" ,
80
- " testing-library/await-async-utils" : " error" ,
81
- " testing-library/await-fire-event" : " off" ,
82
- " testing-library/consistent-data-testid" : " off" ,
83
- " testing-library/no-await-sync-events" : " error" ,
84
- " testing-library/no-await-sync-query" : " error" ,
85
- " testing-library/no-container" : " warn" ,
86
- " testing-library/no-debug" : " error" ,
87
- " testing-library/no-dom-import" : " off" ,
88
- " testing-library/no-manual-cleanup" : " error" ,
89
- " testing-library/no-node-access" : " warn" ,
90
- " testing-library/no-promise-in-fire-event" : " error" ,
91
- " testing-library/no-render-in-setup" : " off" ,
92
- " testing-library/no-unnecessary-act" : " error" ,
93
- " testing-library/no-wait-for-empty-callback" : " error" ,
94
- " testing-library/no-wait-for-multiple-assertions" : " error" ,
95
- " testing-library/no-wait-for-side-effects" : " error" ,
96
- " testing-library/no-wait-for-snapshot" : " error" ,
97
- " testing-library/prefer-explicit-assert" : " warn" ,
98
- " testing-library/prefer-find-by" : " warn" ,
99
- " testing-library/prefer-presence-queries" : " error" ,
100
- " testing-library/prefer-query-by-disappearance" : " error" ,
101
- " testing-library/prefer-screen-queries" : " error" ,
102
- " testing-library/prefer-user-event" : " error" ,
103
- " testing-library/prefer-wait-for" : " warn" ,
104
- " testing-library/render-result-naming-convention" : " off" ,
105
78
},
106
79
" settings" : Object {
107
80
" jest" : Object {
@@ -128,7 +101,6 @@ Object {
128
101
},
129
102
" plugins" : Array [
130
103
" jest" ,
131
- " testing-library" ,
132
104
],
133
105
" rules" : Object {
134
106
" import/no-namespace" : " off" ,
@@ -187,32 +159,7 @@ Object {
187
159
" require-unicode-regexp" : " off" ,
188
160
" sonarjs/no-duplicate-string" : " off" ,
189
161
" sonarjs/no-identical-functions" : " off" ,
190
- " testing-library/await-async-query" : " error" ,
191
- " testing-library/await-async-utils" : " error" ,
192
- " testing-library/await-fire-event" : " off" ,
193
- " testing-library/consistent-data-testid" : " off" ,
194
- " testing-library/no-await-sync-events" : " error" ,
195
- " testing-library/no-await-sync-query" : " error" ,
196
- " testing-library/no-container" : " warn" ,
197
- " testing-library/no-debug" : " error" ,
198
- " testing-library/no-dom-import" : " off" ,
199
162
" testing-library/no-manual-cleanup" : " off" ,
200
- " testing-library/no-node-access" : " warn" ,
201
- " testing-library/no-promise-in-fire-event" : " error" ,
202
- " testing-library/no-render-in-setup" : " off" ,
203
- " testing-library/no-unnecessary-act" : " error" ,
204
- " testing-library/no-wait-for-empty-callback" : " error" ,
205
- " testing-library/no-wait-for-multiple-assertions" : " error" ,
206
- " testing-library/no-wait-for-side-effects" : " error" ,
207
- " testing-library/no-wait-for-snapshot" : " error" ,
208
- " testing-library/prefer-explicit-assert" : " warn" ,
209
- " testing-library/prefer-find-by" : " warn" ,
210
- " testing-library/prefer-presence-queries" : " error" ,
211
- " testing-library/prefer-query-by-disappearance" : " error" ,
212
- " testing-library/prefer-screen-queries" : " error" ,
213
- " testing-library/prefer-user-event" : " error" ,
214
- " testing-library/prefer-wait-for" : " warn" ,
215
- " testing-library/render-result-naming-convention" : " off" ,
216
163
},
217
164
" settings" : Object {
218
165
" jest" : Object {
@@ -338,7 +285,6 @@ Object {
338
285
" plugins" : Array [
339
286
" jest" ,
340
287
" jest-dom" ,
341
- " testing-library" ,
342
288
],
343
289
" rules" : Object {
344
290
" @typescript-eslint/explicit-member-accessibility" : " off" ,
@@ -416,35 +362,6 @@ Object {
416
362
" require-unicode-regexp" : " off" ,
417
363
" sonarjs/no-duplicate-string" : " off" ,
418
364
" sonarjs/no-identical-functions" : " off" ,
419
- " testing-library/await-async-query" : " error" ,
420
- " testing-library/await-async-utils" : " error" ,
421
- " testing-library/await-fire-event" : " off" ,
422
- " testing-library/consistent-data-testid" : " off" ,
423
- " testing-library/no-await-sync-events" : " error" ,
424
- " testing-library/no-await-sync-query" : " error" ,
425
- " testing-library/no-container" : " warn" ,
426
- " testing-library/no-debug" : " error" ,
427
- " testing-library/no-dom-import" : Array [
428
- " warn" ,
429
- " react" ,
430
- ],
431
- " testing-library/no-manual-cleanup" : " error" ,
432
- " testing-library/no-node-access" : " warn" ,
433
- " testing-library/no-promise-in-fire-event" : " error" ,
434
- " testing-library/no-render-in-setup" : " off" ,
435
- " testing-library/no-unnecessary-act" : " error" ,
436
- " testing-library/no-wait-for-empty-callback" : " error" ,
437
- " testing-library/no-wait-for-multiple-assertions" : " error" ,
438
- " testing-library/no-wait-for-side-effects" : " error" ,
439
- " testing-library/no-wait-for-snapshot" : " error" ,
440
- " testing-library/prefer-explicit-assert" : " warn" ,
441
- " testing-library/prefer-find-by" : " warn" ,
442
- " testing-library/prefer-presence-queries" : " error" ,
443
- " testing-library/prefer-query-by-disappearance" : " error" ,
444
- " testing-library/prefer-screen-queries" : " error" ,
445
- " testing-library/prefer-user-event" : " error" ,
446
- " testing-library/prefer-wait-for" : " warn" ,
447
- " testing-library/render-result-naming-convention" : " off" ,
448
365
},
449
366
" settings" : Object {
450
367
" jest" : Object {
@@ -476,7 +393,6 @@ Object {
476
393
" plugins" : Array [
477
394
" jest" ,
478
395
" jest-dom" ,
479
- " testing-library" ,
480
396
],
481
397
" rules" : Object {
482
398
" @typescript-eslint/explicit-member-accessibility" : " off" ,
@@ -554,35 +470,6 @@ Object {
554
470
" require-unicode-regexp" : " off" ,
555
471
" sonarjs/no-duplicate-string" : " off" ,
556
472
" sonarjs/no-identical-functions" : " off" ,
557
- " testing-library/await-async-query" : " error" ,
558
- " testing-library/await-async-utils" : " error" ,
559
- " testing-library/await-fire-event" : " off" ,
560
- " testing-library/consistent-data-testid" : " off" ,
561
- " testing-library/no-await-sync-events" : " error" ,
562
- " testing-library/no-await-sync-query" : " error" ,
563
- " testing-library/no-container" : " warn" ,
564
- " testing-library/no-debug" : " error" ,
565
- " testing-library/no-dom-import" : Array [
566
- " warn" ,
567
- " react" ,
568
- ],
569
- " testing-library/no-manual-cleanup" : " error" ,
570
- " testing-library/no-node-access" : " warn" ,
571
- " testing-library/no-promise-in-fire-event" : " error" ,
572
- " testing-library/no-render-in-setup" : " off" ,
573
- " testing-library/no-unnecessary-act" : " error" ,
574
- " testing-library/no-wait-for-empty-callback" : " error" ,
575
- " testing-library/no-wait-for-multiple-assertions" : " error" ,
576
- " testing-library/no-wait-for-side-effects" : " error" ,
577
- " testing-library/no-wait-for-snapshot" : " error" ,
578
- " testing-library/prefer-explicit-assert" : " warn" ,
579
- " testing-library/prefer-find-by" : " warn" ,
580
- " testing-library/prefer-presence-queries" : " error" ,
581
- " testing-library/prefer-query-by-disappearance" : " error" ,
582
- " testing-library/prefer-screen-queries" : " error" ,
583
- " testing-library/prefer-user-event" : " error" ,
584
- " testing-library/prefer-wait-for" : " warn" ,
585
- " testing-library/render-result-naming-convention" : " off" ,
586
473
},
587
474
" settings" : Object {
588
475
" jest" : Object {
@@ -613,7 +500,6 @@ Object {
613
500
" plugins" : Array [
614
501
" jest" ,
615
502
" jest-dom" ,
616
- " testing-library" ,
617
503
],
618
504
" rules" : Object {
619
505
" import/no-namespace" : " off" ,
@@ -685,35 +571,6 @@ Object {
685
571
" require-unicode-regexp" : " off" ,
686
572
" sonarjs/no-duplicate-string" : " off" ,
687
573
" sonarjs/no-identical-functions" : " off" ,
688
- " testing-library/await-async-query" : " error" ,
689
- " testing-library/await-async-utils" : " error" ,
690
- " testing-library/await-fire-event" : " off" ,
691
- " testing-library/consistent-data-testid" : " off" ,
692
- " testing-library/no-await-sync-events" : " error" ,
693
- " testing-library/no-await-sync-query" : " error" ,
694
- " testing-library/no-container" : " warn" ,
695
- " testing-library/no-debug" : " error" ,
696
- " testing-library/no-dom-import" : Array [
697
- " warn" ,
698
- " react" ,
699
- ],
700
- " testing-library/no-manual-cleanup" : " error" ,
701
- " testing-library/no-node-access" : " warn" ,
702
- " testing-library/no-promise-in-fire-event" : " error" ,
703
- " testing-library/no-render-in-setup" : " off" ,
704
- " testing-library/no-unnecessary-act" : " error" ,
705
- " testing-library/no-wait-for-empty-callback" : " error" ,
706
- " testing-library/no-wait-for-multiple-assertions" : " error" ,
707
- " testing-library/no-wait-for-side-effects" : " error" ,
708
- " testing-library/no-wait-for-snapshot" : " error" ,
709
- " testing-library/prefer-explicit-assert" : " warn" ,
710
- " testing-library/prefer-find-by" : " warn" ,
711
- " testing-library/prefer-presence-queries" : " error" ,
712
- " testing-library/prefer-query-by-disappearance" : " error" ,
713
- " testing-library/prefer-screen-queries" : " error" ,
714
- " testing-library/prefer-user-event" : " error" ,
715
- " testing-library/prefer-wait-for" : " warn" ,
716
- " testing-library/render-result-naming-convention" : " off" ,
717
574
},
718
575
" settings" : Object {
719
576
" jest" : Object {
@@ -744,7 +601,6 @@ Object {
744
601
" plugins" : Array [
745
602
" jest" ,
746
603
" jest-dom" ,
747
- " testing-library" ,
748
604
],
749
605
" rules" : Object {
750
606
" @typescript-eslint/explicit-member-accessibility" : " off" ,
@@ -820,32 +676,6 @@ Object {
820
676
" require-unicode-regexp" : " off" ,
821
677
" sonarjs/no-duplicate-string" : " off" ,
822
678
" sonarjs/no-identical-functions" : " off" ,
823
- " testing-library/await-async-query" : " error" ,
824
- " testing-library/await-async-utils" : " error" ,
825
- " testing-library/await-fire-event" : " off" ,
826
- " testing-library/consistent-data-testid" : " off" ,
827
- " testing-library/no-await-sync-events" : " error" ,
828
- " testing-library/no-await-sync-query" : " error" ,
829
- " testing-library/no-container" : " warn" ,
830
- " testing-library/no-debug" : " error" ,
831
- " testing-library/no-dom-import" : " off" ,
832
- " testing-library/no-manual-cleanup" : " error" ,
833
- " testing-library/no-node-access" : " warn" ,
834
- " testing-library/no-promise-in-fire-event" : " error" ,
835
- " testing-library/no-render-in-setup" : " off" ,
836
- " testing-library/no-unnecessary-act" : " error" ,
837
- " testing-library/no-wait-for-empty-callback" : " error" ,
838
- " testing-library/no-wait-for-multiple-assertions" : " error" ,
839
- " testing-library/no-wait-for-side-effects" : " error" ,
840
- " testing-library/no-wait-for-snapshot" : " error" ,
841
- " testing-library/prefer-explicit-assert" : " warn" ,
842
- " testing-library/prefer-find-by" : " warn" ,
843
- " testing-library/prefer-presence-queries" : " error" ,
844
- " testing-library/prefer-query-by-disappearance" : " error" ,
845
- " testing-library/prefer-screen-queries" : " error" ,
846
- " testing-library/prefer-user-event" : " error" ,
847
- " testing-library/prefer-wait-for" : " warn" ,
848
- " testing-library/render-result-naming-convention" : " off" ,
849
679
},
850
680
" settings" : Object {
851
681
" jest" : Object {
@@ -873,7 +703,6 @@ Object {
873
703
" plugins" : Array [
874
704
" jest" ,
875
705
" jest-dom" ,
876
- " testing-library" ,
877
706
],
878
707
" rules" : Object {
879
708
" import/no-namespace" : " off" ,
@@ -943,32 +772,6 @@ Object {
943
772
" require-unicode-regexp" : " off" ,
944
773
" sonarjs/no-duplicate-string" : " off" ,
945
774
" sonarjs/no-identical-functions" : " off" ,
946
- " testing-library/await-async-query" : " error" ,
947
- " testing-library/await-async-utils" : " error" ,
948
- " testing-library/await-fire-event" : " off" ,
949
- " testing-library/consistent-data-testid" : " off" ,
950
- " testing-library/no-await-sync-events" : " error" ,
951
- " testing-library/no-await-sync-query" : " error" ,
952
- " testing-library/no-container" : " warn" ,
953
- " testing-library/no-debug" : " error" ,
954
- " testing-library/no-dom-import" : " off" ,
955
- " testing-library/no-manual-cleanup" : " error" ,
956
- " testing-library/no-node-access" : " warn" ,
957
- " testing-library/no-promise-in-fire-event" : " error" ,
958
- " testing-library/no-render-in-setup" : " off" ,
959
- " testing-library/no-unnecessary-act" : " error" ,
960
- " testing-library/no-wait-for-empty-callback" : " error" ,
961
- " testing-library/no-wait-for-multiple-assertions" : " error" ,
962
- " testing-library/no-wait-for-side-effects" : " error" ,
963
- " testing-library/no-wait-for-snapshot" : " error" ,
964
- " testing-library/prefer-explicit-assert" : " warn" ,
965
- " testing-library/prefer-find-by" : " warn" ,
966
- " testing-library/prefer-presence-queries" : " error" ,
967
- " testing-library/prefer-query-by-disappearance" : " error" ,
968
- " testing-library/prefer-screen-queries" : " error" ,
969
- " testing-library/prefer-user-event" : " error" ,
970
- " testing-library/prefer-wait-for" : " warn" ,
971
- " testing-library/render-result-naming-convention" : " off" ,
972
775
},
973
776
" settings" : Object {
974
777
" jest" : Object {
@@ -1279,7 +1082,6 @@ Object {
1279
1082
},
1280
1083
" plugins" : Array [
1281
1084
" jest" ,
1282
- " testing-library" ,
1283
1085
],
1284
1086
" rules" : Object {
1285
1087
" import/no-namespace" : " off" ,
@@ -1338,32 +1140,6 @@ Object {
1338
1140
" require-unicode-regexp" : " off" ,
1339
1141
" sonarjs/no-duplicate-string" : " off" ,
1340
1142
" sonarjs/no-identical-functions" : " off" ,
1341
- " testing-library/await-async-query" : " error" ,
1342
- " testing-library/await-async-utils" : " error" ,
1343
- " testing-library/await-fire-event" : " off" ,
1344
- " testing-library/consistent-data-testid" : " off" ,
1345
- " testing-library/no-await-sync-events" : " error" ,
1346
- " testing-library/no-await-sync-query" : " error" ,
1347
- " testing-library/no-container" : " warn" ,
1348
- " testing-library/no-debug" : " error" ,
1349
- " testing-library/no-dom-import" : " off" ,
1350
- " testing-library/no-manual-cleanup" : " error" ,
1351
- " testing-library/no-node-access" : " warn" ,
1352
- " testing-library/no-promise-in-fire-event" : " error" ,
1353
- " testing-library/no-render-in-setup" : " off" ,
1354
- " testing-library/no-unnecessary-act" : " error" ,
1355
- " testing-library/no-wait-for-empty-callback" : " error" ,
1356
- " testing-library/no-wait-for-multiple-assertions" : " error" ,
1357
- " testing-library/no-wait-for-side-effects" : " error" ,
1358
- " testing-library/no-wait-for-snapshot" : " error" ,
1359
- " testing-library/prefer-explicit-assert" : " warn" ,
1360
- " testing-library/prefer-find-by" : " warn" ,
1361
- " testing-library/prefer-presence-queries" : " error" ,
1362
- " testing-library/prefer-query-by-disappearance" : " error" ,
1363
- " testing-library/prefer-screen-queries" : " error" ,
1364
- " testing-library/prefer-user-event" : " error" ,
1365
- " testing-library/prefer-wait-for" : " warn" ,
1366
- " testing-library/render-result-naming-convention" : " off" ,
1367
1143
},
1368
1144
" settings" : Object {
1369
1145
" jest" : Object {
0 commit comments