Skip to content

feature: add new TS client lib to repo #709

feature: add new TS client lib to repo

feature: add new TS client lib to repo #709

GitHub Actions / ESLint Report Analysis failed Aug 22, 2024 in 0s

ESLint Report Analysis

16 ESLint error(s) and 0 ESLint warning(s) found

Annotations

Check failure on line 241 in frontends/search/src/components/BookmarkPopover.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontends/search/src/components/BookmarkPopover.tsx#L241

[@typescript-eslint/unbound-method] Avoid referencing unbound methods which may cause unintentional scoping of `this`.
If your function does not access `this`, you can annotate it with `this: void`, or consider using an arrow function instead.

Check failure on line 241 in frontends/search/src/components/BookmarkPopover.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontends/search/src/components/BookmarkPopover.tsx#L241

[@typescript-eslint/unbound-method] Avoid referencing unbound methods which may cause unintentional scoping of `this`.
If your function does not access `this`, you can annotate it with `this: void`, or consider using an arrow function instead.

Check failure on line 55 in frontends/search/src/components/DatasetSelectBox.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontends/search/src/components/DatasetSelectBox.tsx#L55

[@typescript-eslint/unbound-method] Avoid referencing unbound methods which may cause unintentional scoping of `this`.
If your function does not access `this`, you can annotate it with `this: void`, or consider using an arrow function instead.

Check failure on line 55 in frontends/search/src/components/DatasetSelectBox.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontends/search/src/components/DatasetSelectBox.tsx#L55

[@typescript-eslint/unbound-method] Avoid referencing unbound methods which may cause unintentional scoping of `this`.
If your function does not access `this`, you can annotate it with `this: void`, or consider using an arrow function instead.

Check failure on line 24 in frontends/search/src/components/OrganizationSelectBox.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontends/search/src/components/OrganizationSelectBox.tsx#L24

[@typescript-eslint/unbound-method] Avoid referencing unbound methods which may cause unintentional scoping of `this`.
If your function does not access `this`, you can annotate it with `this: void`, or consider using an arrow function instead.

Check failure on line 24 in frontends/search/src/components/OrganizationSelectBox.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontends/search/src/components/OrganizationSelectBox.tsx#L24

[@typescript-eslint/unbound-method] Avoid referencing unbound methods which may cause unintentional scoping of `this`.
If your function does not access `this`, you can annotate it with `this: void`, or consider using an arrow function instead.

Check failure on line 487 in frontends/search/src/components/SearchForm.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontends/search/src/components/SearchForm.tsx#L487

[@typescript-eslint/unbound-method] Avoid referencing unbound methods which may cause unintentional scoping of `this`.
If your function does not access `this`, you can annotate it with `this: void`, or consider using an arrow function instead.

Check failure on line 487 in frontends/search/src/components/SearchForm.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontends/search/src/components/SearchForm.tsx#L487

[@typescript-eslint/unbound-method] Avoid referencing unbound methods which may cause unintentional scoping of `this`.
If your function does not access `this`, you can annotate it with `this: void`, or consider using an arrow function instead.

Check failure on line 729 in frontends/search/src/components/SearchForm.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontends/search/src/components/SearchForm.tsx#L729

[@typescript-eslint/unbound-method] Avoid referencing unbound methods which may cause unintentional scoping of `this`.
If your function does not access `this`, you can annotate it with `this: void`, or consider using an arrow function instead.

Check failure on line 729 in frontends/search/src/components/SearchForm.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontends/search/src/components/SearchForm.tsx#L729

[@typescript-eslint/unbound-method] Avoid referencing unbound methods which may cause unintentional scoping of `this`.
If your function does not access `this`, you can annotate it with `this: void`, or consider using an arrow function instead.

Check failure on line 814 in frontends/search/src/components/SearchForm.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontends/search/src/components/SearchForm.tsx#L814

[@typescript-eslint/unbound-method] Avoid referencing unbound methods which may cause unintentional scoping of `this`.
If your function does not access `this`, you can annotate it with `this: void`, or consider using an arrow function instead.

Check failure on line 814 in frontends/search/src/components/SearchForm.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontends/search/src/components/SearchForm.tsx#L814

[@typescript-eslint/unbound-method] Avoid referencing unbound methods which may cause unintentional scoping of `this`.
If your function does not access `this`, you can annotate it with `this: void`, or consider using an arrow function instead.

Check failure on line 889 in frontends/search/src/components/SearchForm.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontends/search/src/components/SearchForm.tsx#L889

[@typescript-eslint/unbound-method] Avoid referencing unbound methods which may cause unintentional scoping of `this`.
If your function does not access `this`, you can annotate it with `this: void`, or consider using an arrow function instead.

Check failure on line 889 in frontends/search/src/components/SearchForm.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontends/search/src/components/SearchForm.tsx#L889

[@typescript-eslint/unbound-method] Avoid referencing unbound methods which may cause unintentional scoping of `this`.
If your function does not access `this`, you can annotate it with `this: void`, or consider using an arrow function instead.

Check failure on line 1011 in frontends/search/src/components/SearchForm.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontends/search/src/components/SearchForm.tsx#L1011

[@typescript-eslint/unbound-method] Avoid referencing unbound methods which may cause unintentional scoping of `this`.
If your function does not access `this`, you can annotate it with `this: void`, or consider using an arrow function instead.

Check failure on line 61 in frontends/search/src/components/ThemeModeController.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontends/search/src/components/ThemeModeController.tsx#L61

[@typescript-eslint/unbound-method] Avoid referencing unbound methods which may cause unintentional scoping of `this`.
If your function does not access `this`, you can annotate it with `this: void`, or consider using an arrow function instead.