Answers for "file ignored because of a matching ignore pattern. use "--no-ignore" to override"

0

file ignored because of a matching ignore pattern. use "--no-ignore" to override

One workaround I know at the moment is --quiet option, which suppresses all warnings. Of course that doesn't make sense if you have "warn" rules in your config.

Another way not to show that warning is to use dir names: eslint src instead of globbing patterns: eslint src/*.
Posted by: Guest on March-25-2021

Code answers related to "file ignored because of a matching ignore pattern. use "--no-ignore" to override"

Browse Popular Code Answers by Language