-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
TypeError: context.report() called with a messageId, but no messages were present in the rule metadata #96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I haven't been able to check if more than one form is supported, so this might not be it, but for plugins you only need this:
I can investigate in a little while if I don't hear back from you |
Same error if I have
|
Cool, thanks for confirming, what version of ESLint are you using? |
|
(Thanks, I've updated our issue templates so that they more consistently ask for that info too) |
I'll be releasing 1.0.0 shortly, please let me know if that doesn't fix the issue |
…eslint#219) Fixes typescript-eslint#201 Fixes typescript-eslint#96 Fixes eslint/typescript-eslint-parser#577 The [base eslint implementation](https://github.com/eslint/eslint/blob/master/lib/rules/indent.js) purposely ignores nodes it doesn't know about (i.e. our TS nodes). Because of how the base rule is written, we have to override the implementation entirely.
Repro
any file
Expected Result
Actual Result
Additional Info
Versions
@typescript-eslint/eslint-plugin
^0.2.1
@typescript-eslint/parser
^0.2.1
typescript
^3.2.4
The text was updated successfully, but these errors were encountered: