Answer the question
In order to leave comments, you need to log in
How to configure lint to ignore minified files?
There are such lint settings, it looks at a specific folder in the project. But there are minified js files in the folder. And throws out hundreds of errors for each such file. How can I make it ignore them?
I tried adding ignorePatterns: ["./src/Nomad/**/*.min.js"] to the lint settings, no result
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question