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 = {
2424 rules : {
2525 ...recommendedRules ,
2626 'testing-library/no-debug' : 'warn' ,
27- 'testing/ library/no-dom-import' : [ 'error' , 'angular' ] ,
27+ 'testing- library/no-dom-import' : [ 'error' , 'angular' ] ,
2828 } ,
2929 } ,
3030 react : {
3131 plugins : [ 'testing-library' ] ,
3232 rules : {
3333 ...recommendedRules ,
3434 'testing-library/no-debug' : 'warn' ,
35- 'testing/ library/no-dom-import' : [ 'error' , 'react' ] ,
35+ 'testing- library/no-dom-import' : [ 'error' , 'react' ] ,
3636 } ,
3737 } ,
3838 vue : {
3939 plugins : [ 'testing-library' ] ,
4040 rules : {
4141 ...recommendedRules ,
4242 'testing-library/no-debug' : 'warn' ,
43- 'testing/ library/no-dom-import' : [ 'error' , 'vue' ] ,
43+ 'testing- library/no-dom-import' : [ 'error' , 'vue' ] ,
4444 } ,
4545 } ,
4646 } ,
Original file line number Diff line number Diff line change 99 " testing-library/await-async-query" : " error" ,
1010 " testing-library/no-await-sync-query" : " error" ,
1111 " testing-library/no-debug" : " warn" ,
12- " testing/ library/no-dom-import" : Array [
12+ " testing- library/no-dom-import" : Array [
1313 " error" ,
1414 " angular" ,
1515 ],
@@ -26,7 +26,7 @@ Object {
2626 " testing-library/await-async-query" : " error" ,
2727 " testing-library/no-await-sync-query" : " error" ,
2828 " testing-library/no-debug" : " warn" ,
29- " testing/ library/no-dom-import" : Array [
29+ " testing- library/no-dom-import" : Array [
3030 " error" ,
3131 " react" ,
3232 ],
@@ -55,7 +55,7 @@ Object {
5555 " testing-library/await-async-query" : " error" ,
5656 " testing-library/no-await-sync-query" : " error" ,
5757 " testing-library/no-debug" : " warn" ,
58- " testing/ library/no-dom-import" : Array [
58+ " testing- library/no-dom-import" : Array [
5959 " error" ,
6060 " vue" ,
6161 ],
You can’t perform that action at this time.
0 commit comments