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 has been archived by the owner on Jan 19, 2019. It is now read-only.
I think a custom rule may need to be created in the plugin to handle this. It would be fantastic if one of the people affected by this issue could contribute to it.
What version of TypeScript are you using?
2.7.1
What version of
typescript-eslint-parser
are you using?14.0.0
What code were you trying to parse?
What did you expect to happen?
No error with
space-infix-ops: error
What happened?
Infix operators must be spaced
Repro
If you check out https://github.com/convoyinc/apollo-cache-hermes, and uncomment the
space-infix-ops
rule, it'll generate this error at a few locationsThe text was updated successfully, but these errors were encountered: