Skip to content

Commit

Permalink
fix eslint errors in fast-element
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdholt committed Apr 7, 2022
1 parent 7aac7a3 commit b836568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ export const Observable = FAST.getById(KernelServiceId.observable, () => {
watcher = void 0;
/* eslint-disable-next-line */
prevValue = prev.propertySource[prev.propertyName];
/* eslint-disable-next-line @typescript-eslint/no-this-alias */
watcher = this;

if (propertySource === prevValue) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class CompilationContext {
}

public release(): void {
/* eslint-disable-next-line @typescript-eslint/no-this-alias */
sharedContext = this;
}

Expand Down

0 comments on commit b836568

Please sign in to comment.