Linting a single file is super slow #1801
                  
                    
                      kevinbarabash
                    
                  
                
                  started this conversation in
                General
              
            Replies: 1 comment
-
| it can be slow because graphql-eslint loads all operations provided by  | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    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.
-
It takes about 45 seconds to lint a single file.
Here's a paired down version of my config:
I'm running eslint using the following command:
I'm seeing the following output:
followed by thousands of lines of similar output. It looks like it's parsing every single .ts(x) file in my project. Is there a way to keep it from doing this?
Beta Was this translation helpful? Give feedback.
All reactions