Replies: 1 comment 1 reply
-
| 
         I guess so, we could ignore this file.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Wondering if the linter errors should still apply for the steps code that's generated during
npx codedeptjs init, or I simply ignore this file from the linter? (which defeats the purpose). Any other suggestions?steps.d.ts
linter error:
9:13 error An interface declaring no members is equivalent to its supertype @typescript-eslint/no-empty-interface
10:13 error An interface declaring no members is equivalent to its supertype @typescript-eslint/no-empty-interface
12:15 error An empty interface is equivalent to
{}@typescript-eslint/no-empty-interfaceBeta Was this translation helpful? Give feedback.
All reactions