File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ const config = {
1414    'plugin:@eslint-community/eslint-comments/recommended' 
1515  ] , 
1616  rules : { 
17-     // https://typescript-eslint.io/rules/explicit-function-return-type/#configuring-in-a-mixed-jsts-codebase 
17+     // see https://typescript-eslint.io/rules/explicit-function-return-type/#configuring-in-a-mixed-jsts-codebase 
18+     // see https://github.com/mightyiam/eslint-config-love/issues/1525 
1819    '@typescript-eslint/explicit-function-return-type' : 'off' 
1920  } , 
2021  overrides : [ 
@@ -43,7 +44,8 @@ const config = {
4344      ] , 
4445      rules : { 
4546        'tsdoc/syntax' : 'warn' , 
46-         // https://typescript-eslint.io/rules/explicit-function-return-type/#configuring-in-a-mixed-jsts-codebase 
47+         // see https://typescript-eslint.io/rules/explicit-function-return-type/#configuring-in-a-mixed-jsts-codebase 
48+         // see https://github.com/mightyiam/eslint-config-love/issues/1525 
4749        '@typescript-eslint/explicit-function-return-type' : 'error' 
4850      } 
4951    } 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments