Is there a way to ignore eslint warnings when using pre-commit?
I'm using the pre-commit module to lint my code with eslint before committing. While I want linting errors to break my commit, I don't want linting warnings to break it.
Is there a way to do this? 🙂