habitica/website
Alys 15976e906a apply eslint-disable max-len around block comments that need to have a long line
The `@api ` lines can't have a line break in them because it would
cause the first part of the text to not be displayed on the apidocs
website.

Using `// eslint-disable-line max-len` at the end of an `@api `
line doesn't work, possibly because it's nesting a comment inside
a multi-line comment.

The only way I've found to ignore the `max-len` rule is to put
disable and enable comments around the whole comment block.
2020-02-08 16:06:00 +10:00
..
client chore(news): Bailey 2020-02-06 15:13:55 -06:00
common Translated using Weblate (Malay) 2020-02-06 22:17:18 +01:00
raw_sprites chore(news): Bailey 2020-02-06 15:13:55 -06:00
server apply eslint-disable max-len around block comments that need to have a long line 2020-02-08 16:06:00 +10:00