kkemple/highwire

View on GitHub

Showing 25 of 25 total issues

Unexpected parentheses around single function argument having a body with no curly braces
Open

.then((err) => t.fail(err))
Severity: Minor
Found in src/index.test.js by eslint

Unexpected parentheses around single function argument having a body with no curly braces
Open

attachments.forEach((attachment) => req.attach(...attachment))
Severity: Minor
Found in src/index.js by eslint

Unexpected parentheses around single function argument having a body with no curly braces
Open

.catch((err) => t.fail(err))
Severity: Minor
Found in src/index.test.js by eslint

Unexpected parentheses around single function argument having a body with no curly braces
Open

.catch((err) => t.fail(err))
Severity: Minor
Found in src/index.test.js by eslint

Unexpected parentheses around single function argument having a body with no curly braces
Open

fields.forEach((field) => req.field(...field))
Severity: Minor
Found in src/index.js by eslint
Severity
Category
Status
Source
Language