File tree Expand file tree Collapse file tree 4 files changed +20
-64
lines changed Expand file tree Collapse file tree 4 files changed +20
-64
lines changed Original file line number Diff line number Diff line change 1
- export = {
2
- plugins : [ 'testing-library' ] ,
3
- rules : {
4
- 'testing-library/await-async-query' : 'error' ,
5
- 'testing-library/await-async-utils' : 'error' ,
6
- 'testing-library/no-await-sync-query' : 'error' ,
7
- 'testing-library/no-promise-in-fire-event' : 'error' ,
8
- 'testing-library/no-wait-for-empty-callback' : 'error' ,
9
- 'testing-library/prefer-find-by' : 'error' ,
10
- 'testing-library/prefer-screen-queries' : 'error' ,
11
- 'testing-library/no-container' : 'error' ,
12
- 'testing-library/no-debug' : 'error' ,
13
- 'testing-library/no-dom-import' : [ 'error' , 'angular' ] ,
14
- 'testing-library/no-node-access' : 'error' ,
15
- 'testing-library/render-result-naming-convention' : 'error' ,
16
- } ,
17
- } ;
1
+ // THIS CODE WAS AUTOMATICALLY GENERATED
2
+ // DO NOT EDIT THIS CODE BY HAND
3
+ // YOU CAN REGENERATE IT USING yarn generate:configs
4
+
5
+ export = { plugins : [ 'testing-library' ] , rules : { } } ;
Original file line number Diff line number Diff line change 1
- export = {
2
- plugins : [ 'testing-library' ] ,
3
- rules : {
4
- 'testing-library/await-async-query' : 'error' ,
5
- 'testing-library/await-async-utils' : 'error' ,
6
- 'testing-library/no-await-sync-query' : 'error' ,
7
- 'testing-library/no-promise-in-fire-event' : 'error' ,
8
- 'testing-library/no-wait-for-empty-callback' : 'error' ,
9
- 'testing-library/prefer-find-by' : 'error' ,
10
- 'testing-library/prefer-screen-queries' : 'error' ,
11
- } ,
12
- } ;
1
+ // THIS CODE WAS AUTOMATICALLY GENERATED
2
+ // DO NOT EDIT THIS CODE BY HAND
3
+ // YOU CAN REGENERATE IT USING yarn generate:configs
4
+
5
+ export = { plugins : [ 'testing-library' ] , rules : { } } ;
Original file line number Diff line number Diff line change 1
- export = {
2
- plugins : [ 'testing-library' ] ,
3
- rules : {
4
- 'testing-library/await-async-query' : 'error' ,
5
- 'testing-library/await-async-utils' : 'error' ,
6
- 'testing-library/no-await-sync-query' : 'error' ,
7
- 'testing-library/no-promise-in-fire-event' : 'error' ,
8
- 'testing-library/no-wait-for-empty-callback' : 'error' ,
9
- 'testing-library/prefer-find-by' : 'error' ,
10
- 'testing-library/prefer-screen-queries' : 'error' ,
11
- 'testing-library/no-container' : 'error' ,
12
- 'testing-library/no-debug' : 'error' ,
13
- 'testing-library/no-dom-import' : [ 'error' , 'react' ] ,
14
- 'testing-library/no-node-access' : 'error' ,
15
- 'testing-library/render-result-naming-convention' : 'error' ,
16
- } ,
17
- } ;
1
+ // THIS CODE WAS AUTOMATICALLY GENERATED
2
+ // DO NOT EDIT THIS CODE BY HAND
3
+ // YOU CAN REGENERATE IT USING yarn generate:configs
4
+
5
+ export = { plugins : [ 'testing-library' ] , rules : { } } ;
Original file line number Diff line number Diff line change 1
- export = {
2
- plugins : [ 'testing-library' ] ,
3
- rules : {
4
- 'testing-library/await-async-query' : 'error' ,
5
- 'testing-library/await-async-utils' : 'error' ,
6
- 'testing-library/no-await-sync-query' : 'error' ,
7
- 'testing-library/no-promise-in-fire-event' : 'error' ,
8
- 'testing-library/no-wait-for-empty-callback' : 'error' ,
9
- 'testing-library/prefer-find-by' : 'error' ,
10
- 'testing-library/prefer-screen-queries' : 'error' ,
11
- 'testing-library/await-fire-event' : 'error' ,
12
- 'testing-library/no-container' : 'error' ,
13
- 'testing-library/no-debug' : 'error' ,
14
- 'testing-library/no-dom-import' : [ 'error' , 'vue' ] ,
15
- 'testing-library/no-node-access' : 'error' ,
16
- 'testing-library/render-result-naming-convention' : 'error' ,
17
- } ,
18
- } ;
1
+ // THIS CODE WAS AUTOMATICALLY GENERATED
2
+ // DO NOT EDIT THIS CODE BY HAND
3
+ // YOU CAN REGENERATE IT USING yarn generate:configs
4
+
5
+ export = { plugins : [ 'testing-library' ] , rules : { } } ;
You can’t perform that action at this time.
0 commit comments