1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 12:32:42 +00:00

eslint corrections

This commit is contained in:
Jocelyn Badgley (Twipped)
2021-08-25 08:53:42 -07:00
parent 9f812176b3
commit 2ea8297dd5
11 changed files with 1338 additions and 1242 deletions

View File

@@ -48,7 +48,7 @@ module.exports = exports = class Manifest {
hash ({ action, input, output, ...task }) {
if (!isFunction(action)) {
console.error({ action, input, output });
console.error({ action, input, output }); // eslint-disable-line
throw new Error('Task action is not a task action (function).');
}

File diff suppressed because it is too large Load Diff