Skip to content

fix(lint): remove uneeded assignment identified by lint warning#1001

Open
seankmartin wants to merge 1 commit into
google:masterfrom
MetaCell:fix/lint-warning-annotations
Open

fix(lint): remove uneeded assignment identified by lint warning#1001
seankmartin wants to merge 1 commit into
google:masterfrom
MetaCell:fix/lint-warning-annotations

Conversation

@seankmartin
Copy link
Copy Markdown
Contributor

@seankmartin seankmartin commented May 21, 2026

In the annotation schema tab a parameter property was being assigned, this is removed here

  ⚠ typescript-eslint(no-unnecessary-parameter-property-assignment): Assignment of parameter property is unnecessary
     ╭─[src/ui/annotation_schema_tab.ts:142:5]
 141 │     super();
 142 │     this.spec = spec;
     ·     ────────────────
 143 │     this.element.classList.add("neuroglancer-annotation-schema-row");
     ╰────
  help: Remove the unnecessary assignment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant