habitica/website/server/controllers/api-v3
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
..
tasks apply eslint-disable max-len around block comments that need to have a long line 2020-02-08 16:06:00 +10:00
user fix lines that are too long 2020-02-08 14:55:21 +10:00
auth.js make further minor tweaks to apidocs that were previously changed 2020-02-08 14:26:01 +10:00
challenges.js make corrections and improvements to apidocs (no code changes) 2020-02-08 14:12:20 +10:00
chat.js Mentions Fix and Test (#11475) 2019-10-24 11:35:15 +02:00
content.js Fix Typos (#11644) 2019-12-23 17:52:55 +01:00
coupon.js finish linting server 2019-10-11 13:03:05 +02:00
cron.js make further minor tweaks to apidocs that were previously changed 2020-02-08 14:26:01 +10:00
debug.js finish linting server 2019-10-11 13:03:05 +02:00
groups.js Fix Typos (#11644) 2019-12-23 17:52:55 +01:00
hall.js fix lines that are too long 2020-02-08 14:55:21 +10:00
i18n.js finish linting server 2019-10-11 13:03:05 +02:00
iap.js start upgrading eslint 2019-10-08 16:57:10 +02:00
inbox.js start upgrading eslint 2019-10-08 16:57:10 +02:00
members.js make further minor tweaks to apidocs that were previously changed 2020-02-08 14:26:01 +10:00
modelsPaths.js finish linting server 2019-10-11 13:03:05 +02:00
news.js make corrections and improvements to apidocs (no code changes) 2020-02-08 14:12:20 +10:00
notifications.js finish linting server 2019-10-11 13:03:05 +02:00
pushNotifications.js fix mongoose issue 2019-10-13 18:31:43 +02:00
quests.js Send questInvited webhooks 2020-01-11 00:32:10 +02:00
shops.js start upgrading eslint 2019-10-08 16:57:10 +02:00
status.js start upgrading eslint 2019-10-08 16:57:10 +02:00
tags.js make corrections and improvements to apidocs (no code changes) 2020-02-08 14:12:20 +10:00
tasks.js fix lines that are too long 2020-02-08 14:55:21 +10:00
user.js apply eslint-disable max-len around block comments that need to have a long line 2020-02-08 16:06:00 +10:00
webhook.js Add documentation about questActivity and userActivity webhooks 2020-01-11 00:36:45 +02:00
world.js finish linting server 2019-10-11 13:03:05 +02:00