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
{{ message }}
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
Thanks @pat841, this is the same issue around TS function constructs not having a body interfering with expectations in ESLint rules. We are discussing the best way to address this right now
What version of TypeScript are you using?
2.5.3
What version of
typescript-eslint-parser
are you using?8.0.1
What code were you trying to parse?
What did you expect to happen?
ESLint shouldnt fail when parsing the file.
What happened?
TypeError: Cannot read property 'type' of null
node_modules/eslint/lib/rules/array-callback-return.js:194:34
If I add a function body, it works:
The text was updated successfully, but these errors were encountered: