Disable eslint rules for folder

Is there a way to disable specific rules for a folder? For example, I don’t want to have required JSDoc comments for all my test files in the test folder. Is there a way to do this?

4 Answers
4

Leave a Comment