File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ TS_NODE ?= ./node_modules/.bin/ts-node
99# Paths
1010SRC_DIR = schemaregistry
1111SR_TEST_DIR = test/schemaregistry
12- DEK_TEST_DIR = test/dekregistry
12+ DEK_TEST_DIR = test/schemaregistry/ dekregistry
1313INTEG_DIR = e2e/schemaregistry
1414
1515# Tasks
2424	$(JEST) $(SR_TEST_DIR) $(DEK_TEST_DIR)
2525
2626integtest:
27- 	$(JEST) $(INTEG_DIR)
27+ 	$(JEST) $(INTEG_DIR)
Original file line number Diff line number Diff line change @@ -55,5 +55,11 @@ module.exports = ts.config(
5555    ...ts . configs . recommended . map ( ( config )  =>  ( { 
5656        ...config , 
5757        ignores : [ "**/*.js" ] , 
58+         rules : { 
59+             ...config . rules , 
60+             "prefer-const" : 0 , 
61+             "@typescript-eslint/no-explicit-any" : "warn" , 
62+             "@typescript-eslint/no-unused-vars" : "warn" , 
63+         } 
5864    } ) ) , 
5965) ; 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments