File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,23 +24,23 @@ module.exports = {
24
24
rules : {
25
25
...recommendedRules ,
26
26
'testing-library/no-debug' : 'warn' ,
27
- 'testing/ library/no-dom-import' : [ 'error' , 'angular' ] ,
27
+ 'testing- library/no-dom-import' : [ 'error' , 'angular' ] ,
28
28
} ,
29
29
} ,
30
30
react : {
31
31
plugins : [ 'testing-library' ] ,
32
32
rules : {
33
33
...recommendedRules ,
34
34
'testing-library/no-debug' : 'warn' ,
35
- 'testing/ library/no-dom-import' : [ 'error' , 'react' ] ,
35
+ 'testing- library/no-dom-import' : [ 'error' , 'react' ] ,
36
36
} ,
37
37
} ,
38
38
vue : {
39
39
plugins : [ 'testing-library' ] ,
40
40
rules : {
41
41
...recommendedRules ,
42
42
'testing-library/no-debug' : 'warn' ,
43
- 'testing/ library/no-dom-import' : [ 'error' , 'vue' ] ,
43
+ 'testing- library/no-dom-import' : [ 'error' , 'vue' ] ,
44
44
} ,
45
45
} ,
46
46
} ,
Original file line number Diff line number Diff line change 9
9
" testing-library/await-async-query" : " error" ,
10
10
" testing-library/no-await-sync-query" : " error" ,
11
11
" testing-library/no-debug" : " warn" ,
12
- " testing/ library/no-dom-import" : Array [
12
+ " testing- library/no-dom-import" : Array [
13
13
" error" ,
14
14
" angular" ,
15
15
],
@@ -26,7 +26,7 @@ Object {
26
26
" testing-library/await-async-query" : " error" ,
27
27
" testing-library/no-await-sync-query" : " error" ,
28
28
" testing-library/no-debug" : " warn" ,
29
- " testing/ library/no-dom-import" : Array [
29
+ " testing- library/no-dom-import" : Array [
30
30
" error" ,
31
31
" react" ,
32
32
],
@@ -55,7 +55,7 @@ Object {
55
55
" testing-library/await-async-query" : " error" ,
56
56
" testing-library/no-await-sync-query" : " error" ,
57
57
" testing-library/no-debug" : " warn" ,
58
- " testing/ library/no-dom-import" : Array [
58
+ " testing- library/no-dom-import" : Array [
59
59
" error" ,
60
60
" vue" ,
61
61
],
You can’t perform that action at this time.
0 commit comments