π Fix swallowing fatal errors
Previously the plugin would erroneously swallow fatal errors, making it look like there was no issue when it in fact was fatal. This caused plugins such as @typescript-eslint not to work.
This change will instead leverage ignorePatterns
introduced in ESLint 6.7.0.