You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove babel-eslint parser due to lack of support for typescript (#274)
This PR removes `@babel/eslint-parser` as it causes Eslint to crash.
It's crashing because babel eslint parser doesn't support typescript rules.
For more details about that you can [visit babel eslint package](https://www.npmjs.com/package/@babel/eslint-parser#typescript)
0 commit comments