I am currently migrating from tslint to eslint. I have configured a few folders in my .eslintignore, which i would like to completely ignore from linting. This does work but now i am getting the error:
"Invalid lint configuration. Nothing to lint."
The lint commands fails even though it would be ok if there are no files to lint.
question from:https://stackoverflow.com/questions/65887807/invalid-lint-configuration-nothing-to-lint