Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

no-multi-spaces triggers on comments #182

Closed
AndrewGuenther opened this issue Mar 9, 2017 · 4 comments
Closed

no-multi-spaces triggers on comments #182

AndrewGuenther opened this issue Mar 9, 2017 · 4 comments
Labels

Comments

@AndrewGuenther
Copy link

What version of TypeScript are you using?
2.2.1

What version of typescript-eslint-parser are you using?
2.0.0

What code were you trying to parse?

  /**
   * @param {Array} transferableList A list of fields in the message whose
   *    ownership is passed to the message recipient. This results in a
   *    zero-copy operation.
   */

What did you expect to happen?
Passes eslint when no-multi-spaces is enabled

What happened?
Failed eslint

@corbinu
Copy link

corbinu commented Mar 9, 2017

@AndrewGuenther Sorry this project is still a bit of a work in progress this issue is fixed by a waiting PR

More info here:

#162

@JamesHenry
Copy link
Member

@corbinu This does not seem to be related to that issue. AFAIK now that the comment logic is sorted in ESLint v4, we can close this issue.

@AndrewGuenther please feel free to reopen if it is still an issue.

@corbinu
Copy link

corbinu commented Jun 13, 2017

@JamesHenry Scroll down to my comment on that issue there was info about the testing we were doing to stop all cases were eslint crashed

@soda0289
Copy link
Member

soda0289 commented Jun 13, 2017

@corbinu Do you know what rule causes the crash? I can update known issues list on the README.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants