Skip to content

chore(deps-dev): bump husky from 8.0.0 to 9.0.6 #2414

chore(deps-dev): bump husky from 8.0.0 to 9.0.6

chore(deps-dev): bump husky from 8.0.0 to 9.0.6 #2414

Triggered via pull request January 29, 2024 00:55
Status Success
Total duration 36s
Artifacts

js-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: app.js#L25
Unexpected console statement
lint: app.js#L49
Expected to return a value at the end of arrow function
lint: app.js#L96
Expected to return a value at the end of async arrow function
lint: lib/api.js#L22
Unexpected unnamed function
lint: lib/api.js#L32
Expected to return a value at the end of async arrow function
lint: lib/api.js#L64
Expected to return a value at the end of async arrow function
lint: lib/api.js#L171
Unexpected unnamed function
lint: lib/exceptions.js#L25
for..in loops iterate over the entire prototype chain, which is virtually never what you want. Use Object.{keys,values,entries}, and iterate over the resulting array
lint: lib/exceptions.js#L25
The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype
lint: lib/exceptions.js#L41
Unexpected unnamed function