Add annotation tool & migrate to JS in Thyme Player #2518
linter.yml
on: pull_request
RuboCop (Ruby)
37s
ESLint (JS)
23s
Annotations
1 error and 4 warnings
ESLint (JS)
Process completed with exit code 1.
|
ESLint (JS):
app/assets/javascripts/thyme/components/seek_bar.js#L64
'evt' is defined but never used. Allowed unused args must match /^_/u
|
ESLint (JS):
app/assets/javascripts/thyme/thyme_editor.js#L12
'mediumId' is assigned a value but never used
|
ESLint (JS):
app/assets/javascripts/thyme/thyme_player.js#L68
'annotation' is defined but never used. Allowed unused args must match /^_/u
|
ESLint (JS):
app/assets/javascripts/thyme/thyme_player.js#L72
'annotation' is defined but never used. Allowed unused args must match /^_/u
|