-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove all the linting warnings #1108
Comments
Update: this PR #1112 fixed half of the warnings as you can see: @bfabio I leave the correction of :
Finally I have a couple of doubts about media-player.js, perhaps we should consider disabling this lint:
Update: we need to investigate further the |
This comment was marked as outdated.
This comment was marked as outdated.
@bfabio I just updated the comment above after merging the PR that fix half of the warnings. |
Thinking about it, videos not having the subtitles should be handled as an error IMO. So, the possible steps:
|
There are a few linting warning remaining that pollute our
npm run lint
output and are most likely symptoms of actual bugs , we should fix those - preferably not by disabling them:The text was updated successfully, but these errors were encountered: