Skip to content

πŸ› Fix swallowing fatal errors

Compare
Choose a tag to compare
@paleite paleite released this 03 Mar 16:27

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.

v1.0.6...v1.0.7