bradzacher/eslint-plugin-typescript

Wrong line numbers

trusktr opened this issue · 1 comments

ESLint tells me the wrong line numbers for typescript files using this plugin. How to fix?

I think this is probably for the parser repo: eslint/typescript-eslint-parser#506

Nvm, it was pointing to small one-line arrow functions inside a method body, which I overlooked, so it is correct.