S
S
Surprised Cat2022-02-08 14:20:45
JavaScript
Surprised Cat, 2022-02-08 14:20:45

How to configure lint to ignore minified files?

62025120ddf7a375815662.png

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 question

Ask a Question

731 491 924 answers to any question