-
Notifications
You must be signed in to change notification settings - Fork 661
Closed
Labels
good first issueGood for newcomersGood for newcomerstype: bugSomething isn't workingSomething isn't working
Description
Check for duplicates
- I have searched for similar issues before opening a new one.
Component
multiple
Description
After #1946 is submitted:
There are several lint warnings in blockly-samples that we should fix or ignore the linter. Run the linter and fix the warnings shown.
Note that several of the warnings are about missing JsDoc comments, so you may need to write small amounts of documentation to fix this issue.
unexpected any warnings may need refactorings to avoid the any type, or may need to just add an ignore statement to silence the warning, if the use of any is appropriate.
Reproduction steps
- Run
npm run lintfrom the root of blockly-samples - Note the multiple lint warnings
Stack trace
No response
Screenshots
No response
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerstype: bugSomething isn't workingSomething isn't working