Skip to content

Fix lint warnings in blockly-samples #1978

@maribethb

Description

@maribethb

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

  1. Run npm run lint from the root of blockly-samples
  2. Note the multiple lint warnings

Stack trace

No response

Screenshots

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions