This repository was archived by the owner on May 12, 2025. It is now read-only.
  
  
  
  
    
    
    
      
    
  
  
    
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -187,22 +187,22 @@ module.exports = {
187187    // https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/space-before-function-paren.md 
188188    'space-before-function-paren' : 'off' , 
189189    '@typescript-eslint/space-before-function-paren' : baseStyleRules [ 'space-before-function-paren' ] , 
190-      
190+ 
191191    // Replace Airbnb 'require-await' rule with '@typescript-eslint' version 
192192    // https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/require-await.md 
193193    'require-await' : 'off' , 
194194    '@typescript-eslint/require-await' : baseBestPracticesRules [ 'require-await' ] , 
195-      
195+ 
196196    // Replace Airbnb 'no-return-await' rule with '@typescript-eslint' version 
197197    // https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/return-await.md 
198198    'no-return-await' : 'off' , 
199199    '@typescript-eslint/return-await' : baseBestPracticesRules [ 'no-return-await' ] , 
200-      
200+ 
201201    // Replace Airbnb 'space-infix-ops' rule with '@typescript-eslint' version 
202202    // https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/space-infix-ops.md 
203-     'space-infix-ops' : 'off' 
203+     'space-infix-ops' : 'off' , 
204204    '@typescript-eslint/space-infix-ops' : baseStyleRules [ 'space-infix-ops' ] , 
205-      
205+ 
206206    // Append 'ts' and 'tsx' to Airbnb 'import/extensions' rule 
207207    // https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/extensions.md 
208208    'import/extensions' : [ 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments