Files
polymer/lib
Daniel Freedman c802b8b2f3 Don't have return /** comment */ lines
This breaks espree AST generation with automatic semicolon insertion and
becomes

```
return
/** comment */
thing;
```
2017-09-07 15:07:32 -07:00
..