Skip to content

[WIP] Primerize BACKLOGS

df95376
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

Feature/57688 Spike testing primer React components on backlogs #21568

[WIP] Primerize BACKLOGS
df95376
Select commit
Loading
Failed to load commit list.
GitHub Actions / eslint failed Jan 7, 2026 in 2s

reviewdog [eslint] report

reported by reviewdog 🐶

Findings (61)

frontend/src/react/backlogs/BacklogTable.tsx|10 col 10| 'useMutation' is defined but never used. Allowed unused vars must match /^/u.
frontend/src/react/backlogs/BacklogTable.tsx|23 col 19| 'error' is assigned a value but never used. Allowed unused vars must match /^
/u.
frontend/src/react/backlogs/BacklogTable.tsx|23 col 26| 'isSuccess' is assigned a value but never used. Allowed unused vars must match /^/u.
frontend/src/react/backlogs/BacklogTable.tsx|134 col 9| 'handleSave' is assigned a value but never used. Allowed unused vars must match /^
/u.
frontend/src/react/backlogs/BacklogTable.tsx|167 col 58| Unexpected empty arrow function.
frontend/src/react/backlogs/BacklogTable.tsx|184 col 38| Unexpected empty arrow function.
frontend/src/react/backlogs/BacklogsContainer.tsx|58 col 25| Prefer using nullish coalescing operator (??) instead of a logical or (||), as it is a safer operator.
frontend/src/react/backlogs/BacklogsContainer.tsx|59 col 22| Prefer using nullish coalescing operator (??) instead of a logical or (||), as it is a safer operator.
frontend/src/react/backlogs/BacklogsContainer.tsx|67 col 37| Prefer using nullish coalescing operator (??) instead of a logical or (||), as it is a safer operator.
frontend/src/react/backlogs/BacklogsContainer.tsx|68 col 35| Prefer using nullish coalescing operator (??) instead of a logical or (||), as it is a safer operator.
frontend/src/react/backlogs/BacklogsContainer.tsx|80 col 10| Unsafe call of a(n) any typed value.
frontend/src/react/backlogs/BacklogsContainer.tsx|80 col 29| Unsafe member access .owner_backlogs on an any value.
frontend/src/react/backlogs/BacklogsContainer.tsx|90 col 10| Unsafe call of a(n) any typed value.
frontend/src/react/backlogs/BacklogsContainer.tsx|90 col 29| Unsafe member access .sprint_backlogs on an any value.
frontend/src/react/backlogs/InlineDateRangeField.tsx|1 col 10| 'FormControl' is defined but never used. Allowed unused vars must match /^/u.
frontend/src/react/backlogs/InlineDateRangeField.tsx|1 col 23| 'Stack' is defined but never used. Allowed unused vars must match /^
/u.
frontend/src/react/backlogs/InlineDateRangeField.tsx|1 col 30| 'TextInput' is defined but never used. Allowed unused vars must match /^/u.
frontend/src/react/backlogs/InlineDateRangeField.tsx|2 col 8| 'InlineTextField' is defined but never used. Allowed unused vars must match /^
/u.
frontend/src/react/backlogs/InlineDateRangeField.tsx|25 col 47| 'onChange' is defined but never used. Allowed unused args must match /^/u.
frontend/src/react/backlogs/InlineDateRangeField.tsx|25 col 60| 'rest' is defined but never used. Allowed unused args must match /^
/u.
frontend/src/react/backlogs/InlineDateRangeField.tsx|26 col 11| 'startValue' is assigned a value but never used. Allowed unused vars must match /^/u.
frontend/src/react/backlogs/InlineDateRangeField.tsx|26 col 23| 'endValue' is assigned a value but never used. Allowed unused vars must match /^
/u.
frontend/src/react/backlogs/InlineSelect.tsx|3 col 43| 'SelectPanelProps' is defined but never used. Allowed unused vars must match /^/u.
frontend/src/react/backlogs/InlineSelect.tsx|6 col 10| 'fetchTypes' is defined but never used. Allowed unused vars must match /^
/u.
frontend/src/react/backlogs/InlineSelect.tsx|6 col 22| 'Type' is defined but never used. Allowed unused vars must match /^/u.
frontend/src/react/backlogs/InlineSelect.tsx|7 col 10| 'useQuery' is defined but never used. Allowed unused vars must match /^
/u.
frontend/src/react/backlogs/StatusSelect.tsx|3 col 9| 'Button' is defined but never used. Allowed unused vars must match /^/u.
frontend/src/react/backlogs/StatusSelect.tsx|3 col 17| 'FormControl' is defined but never used. Allowed unused vars must match /^
/u.
frontend/src/react/backlogs/StatusSelect.tsx|3 col 30| 'SelectPanel' is defined but never used. Allowed unused vars must match /^/u.
frontend/src/react/backlogs/StatusSelect.tsx|4 col 9| 'CheckCircleFillIcon' is defined but never used. Allowed unused vars must match /^
/u.
frontend/src/react/backlogs/StatusSelect.tsx|4 col 30| 'TriangleDownIcon' is defined but never used. Allowed unused vars must match /^/u.
frontend/src/react/backlogs/StatusSelect.tsx|5 col 14| 'ActionListItemInput' is defined but never used. Allowed unused vars must match /^
/u.
frontend/src/react/backlogs/StatusSelect.tsx|6 col 25| 'Status' is defined but never used. Allowed unused vars must match /^/u.
frontend/src/react/backlogs/StatusSelect.tsx|6 col 33| 'Type' is defined but never used. Allowed unused vars must match /^
/u.
frontend/src/react/backlogs/StoryRow.tsx|41 col 3| 'getCurrentPosition' is defined but never used. Allowed unused args must match /^/u.
frontend/src/react/backlogs/StoryRow.tsx|133 col 19| 'error' is assigned a value but never used. Allowed unused vars must match /^
/u.
frontend/src/react/backlogs/StoryRow.tsx|133 col 26| 'isSuccess' is assigned a value but never used. Allowed unused vars must match /^/u.
frontend/src/react/backlogs/StoryRow.tsx|141 col 25| Prefer using nullish coalescing operator (??) instead of a logical or (||), as it is a safer operator.
frontend/src/react/backlogs/StoryRow.tsx|142 col 22| Prefer using nullish coalescing operator (??) instead of a logical or (||), as it is a safer operator.
frontend/src/react/backlogs/StoryRow.tsx|150 col 37| Prefer using nullish coalescing operator (??) instead of a logical or (||), as it is a safer operator.
frontend/src/react/backlogs/StoryRow.tsx|151 col 35| Prefer using nullish coalescing operator (??) instead of a logical or (||), as it is a safer operator.
frontend/src/react/backlogs/TypeSelect.tsx|3 col 9| 'Button' is defined but never used. Allowed unused vars must match /^
/u.
frontend/src/react/backlogs/TypeSelect.tsx|3 col 17| 'FormControl' is defined but never used. Allowed unused vars must match /^/u.
frontend/src/react/backlogs/TypeSelect.tsx|3 col 30| 'SelectPanel' is defined but never used. Allowed unused vars must match /^
/u.
frontend/src/react/backlogs/TypeSelect.tsx|3 col 43| 'SelectPanelProps' is defined but never used. Allowed unused vars must match /^/u.
frontend/src/react/backlogs/TypeSelect.tsx|4 col 9| 'TriangleDownIcon' is defined but never used. Allowed unused vars must match /^
/u.
frontend/src/react/backlogs/TypeSelect.tsx|5 col 14| 'ActionListItemInput' is defined but never used. Allowed unused vars must match /^/u.
frontend/src/react/backlogs/TypeSelect.tsx|6 col 22| 'Type' is defined but never used. Allowed unused vars must match /^
/u.
frontend/src/react/backlogs/mutations.ts|4 col 10| 'Backlog' is defined but never used. Allowed unused vars must match /^/u.
frontend/src/react/backlogs/mutations.ts|35 col 7| Unsafe return of a value of type Promise<any>.
frontend/src/react/backlogs/mutations.ts|39 col 7| Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the void operator.
frontend/src/react/backlogs/mutations.ts|64 col 7| Unsafe return of a value of type Promise<any>.
frontend/src/react/backlogs/mutations.ts|68 col 7| Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the void operator.
frontend/src/react/backlogs/queries.ts|6 col 3| Unsafe return of a value of type Promise<any>.
frontend/src/react/backlogs/queries.ts|12 col 3| Unsafe return of a value of type Promise<any>.
frontend/src/react/backlogs/queries.ts|18 col 3| Unsafe return of a value of type Promise<any>.
frontend/src/stimulus/controllers/dynamic/backlogs.controller.ts|22 col 22| 'Root' is defined but never used. Allowed unused vars must match /^
/u.
frontend/src/stimulus/controllers/dynamic/backlogs.controller.ts|28 col 12| Unexpected space after the ':'.
frontend/src/stimulus/controllers/dynamic/backlogs.controller.ts|29 col 47| Strings must use singlequote.
frontend/src/stimulus/controllers/dynamic/backlogs.controller.ts|29 col 61| Missing semicolon.
frontend/src/stimulus/controllers/dynamic/backlogs.controller.ts|30 col 77| Missing semicolon.

Filtered Findings (0)

Annotations

Check failure on line 10 in frontend/src/react/backlogs/BacklogTable.tsx

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/react/backlogs/BacklogTable.tsx#L10 <@typescript-eslint/no-unused-vars>(https://typescript-eslint.io/rules/no-unused-vars)

'useMutation' is defined but never used. Allowed unused vars must match /^_/u.
Raw output
{"ruleId":"@typescript-eslint/no-unused-vars","severity":2,"message":"'useMutation' is defined but never used. Allowed unused vars must match /^_/u.","line":10,"column":10,"nodeType":null,"messageId":"unusedVar","endLine":10,"endColumn":21}

Check failure on line 23 in frontend/src/react/backlogs/BacklogTable.tsx

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/react/backlogs/BacklogTable.tsx#L23 <@typescript-eslint/no-unused-vars>(https://typescript-eslint.io/rules/no-unused-vars)

'error' is assigned a value but never used. Allowed unused vars must match /^_/u.
Raw output
{"ruleId":"@typescript-eslint/no-unused-vars","severity":2,"message":"'error' is assigned a value but never used. Allowed unused vars must match /^_/u.","line":23,"column":19,"nodeType":null,"messageId":"unusedVar","endLine":23,"endColumn":24}

Check failure on line 23 in frontend/src/react/backlogs/BacklogTable.tsx

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/react/backlogs/BacklogTable.tsx#L23 <@typescript-eslint/no-unused-vars>(https://typescript-eslint.io/rules/no-unused-vars)

'isSuccess' is assigned a value but never used. Allowed unused vars must match /^_/u.
Raw output
{"ruleId":"@typescript-eslint/no-unused-vars","severity":2,"message":"'isSuccess' is assigned a value but never used. Allowed unused vars must match /^_/u.","line":23,"column":26,"nodeType":null,"messageId":"unusedVar","endLine":23,"endColumn":35}

Check failure on line 134 in frontend/src/react/backlogs/BacklogTable.tsx

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/react/backlogs/BacklogTable.tsx#L134 <@typescript-eslint/no-unused-vars>(https://typescript-eslint.io/rules/no-unused-vars)

'handleSave' is assigned a value but never used. Allowed unused vars must match /^_/u.
Raw output
{"ruleId":"@typescript-eslint/no-unused-vars","severity":2,"message":"'handleSave' is assigned a value but never used. Allowed unused vars must match /^_/u.","line":134,"column":9,"nodeType":null,"messageId":"unusedVar","endLine":134,"endColumn":19}

Check failure on line 167 in frontend/src/react/backlogs/BacklogTable.tsx

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/react/backlogs/BacklogTable.tsx#L167 <@typescript-eslint/no-empty-function>(https://typescript-eslint.io/rules/no-empty-function)

Unexpected empty arrow function.
Raw output
{"ruleId":"@typescript-eslint/no-empty-function","severity":2,"message":"Unexpected empty arrow function.","line":167,"column":58,"nodeType":"ArrowFunctionExpression","messageId":"unexpected","endLine":167,"endColumn":60,"suggestions":[{"messageId":"suggestComment","data":{"name":"arrow function"},"fix":{"range":[6151,6151],"text":" /* empty */ "},"desc":"Add comment inside empty arrow function."}]}

Check failure on line 184 in frontend/src/react/backlogs/BacklogTable.tsx

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/react/backlogs/BacklogTable.tsx#L184 <@typescript-eslint/no-empty-function>(https://typescript-eslint.io/rules/no-empty-function)

Unexpected empty arrow function.
Raw output
{"ruleId":"@typescript-eslint/no-empty-function","severity":2,"message":"Unexpected empty arrow function.","line":184,"column":38,"nodeType":"ArrowFunctionExpression","messageId":"unexpected","endLine":184,"endColumn":40,"suggestions":[{"messageId":"suggestComment","data":{"name":"arrow function"},"fix":{"range":[6631,6631],"text":" /* empty */ "},"desc":"Add comment inside empty arrow function."}]}

Check failure on line 58 in frontend/src/react/backlogs/BacklogsContainer.tsx

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/react/backlogs/BacklogsContainer.tsx#L58 <@typescript-eslint/prefer-nullish-coalescing>(https://typescript-eslint.io/rules/prefer-nullish-coalescing)

Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
Raw output
{"ruleId":"@typescript-eslint/prefer-nullish-coalescing","severity":2,"message":"Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.","line":58,"column":25,"nodeType":"Punctuator","messageId":"preferNullishOverOr","endLine":58,"endColumn":27,"suggestions":[{"messageId":"suggestNullish","data":{"equals":""},"fix":{"range":[1351,1394],"text":"(backlogsQuery.error ??\n    typesQuery.error)"},"desc":"Fix to nullish coalescing operator (`??`)."}]}

Check failure on line 59 in frontend/src/react/backlogs/BacklogsContainer.tsx

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/react/backlogs/BacklogsContainer.tsx#L59 <@typescript-eslint/prefer-nullish-coalescing>(https://typescript-eslint.io/rules/prefer-nullish-coalescing)

Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
Raw output
{"ruleId":"@typescript-eslint/prefer-nullish-coalescing","severity":2,"message":"Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.","line":59,"column":22,"nodeType":"Punctuator","messageId":"preferNullishOverOr","endLine":59,"endColumn":24,"suggestions":[{"messageId":"suggestNullish","data":{"equals":""},"fix":{"range":[1395,1397],"text":"??"},"desc":"Fix to nullish coalescing operator (`??`)."}]}

Check failure on line 67 in frontend/src/react/backlogs/BacklogsContainer.tsx

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/react/backlogs/BacklogsContainer.tsx#L67 <@typescript-eslint/prefer-nullish-coalescing>(https://typescript-eslint.io/rules/prefer-nullish-coalescing)

Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
Raw output
{"ruleId":"@typescript-eslint/prefer-nullish-coalescing","severity":2,"message":"Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.","line":67,"column":37,"nodeType":"Punctuator","messageId":"preferNullishOverOr","endLine":67,"endColumn":39,"suggestions":[{"messageId":"suggestNullish","data":{"equals":""},"fix":{"range":[1518,1583],"text":"(backlogsQuery.error?.message ??\n        typesQuery.error?.message)"},"desc":"Fix to nullish coalescing operator (`??`)."}]}

Check failure on line 68 in frontend/src/react/backlogs/BacklogsContainer.tsx

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/react/backlogs/BacklogsContainer.tsx#L68 <@typescript-eslint/prefer-nullish-coalescing>(https://typescript-eslint.io/rules/prefer-nullish-coalescing)

Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
Raw output
{"ruleId":"@typescript-eslint/prefer-nullish-coalescing","severity":2,"message":"Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.","line":68,"column":35,"nodeType":"Punctuator","messageId":"preferNullishOverOr","endLine":68,"endColumn":37,"suggestions":[{"messageId":"suggestNullish","data":{"equals":""},"fix":{"range":[1584,1586],"text":"??"},"desc":"Fix to nullish coalescing operator (`??`)."}]}

Check failure on line 80 in frontend/src/react/backlogs/BacklogsContainer.tsx

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/react/backlogs/BacklogsContainer.tsx#L80 <@typescript-eslint/no-unsafe-call>(https://typescript-eslint.io/rules/no-unsafe-call)

Unsafe call of a(n) `any` typed value.
Raw output
{"ruleId":"@typescript-eslint/no-unsafe-call","severity":2,"message":"Unsafe call of a(n) `any` typed value.","line":80,"column":10,"nodeType":"MemberExpression","messageId":"unsafeCall","endLine":80,"endColumn":47}

Check failure on line 80 in frontend/src/react/backlogs/BacklogsContainer.tsx

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/react/backlogs/BacklogsContainer.tsx#L80 <@typescript-eslint/no-unsafe-member-access>(https://typescript-eslint.io/rules/no-unsafe-member-access)

Unsafe member access .owner_backlogs on an `any` value.
Raw output
{"ruleId":"@typescript-eslint/no-unsafe-member-access","severity":2,"message":"Unsafe member access .owner_backlogs on an `any` value.","line":80,"column":29,"nodeType":"Identifier","messageId":"unsafeMemberExpression","endLine":80,"endColumn":43}

Check failure on line 90 in frontend/src/react/backlogs/BacklogsContainer.tsx

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/react/backlogs/BacklogsContainer.tsx#L90 <@typescript-eslint/no-unsafe-call>(https://typescript-eslint.io/rules/no-unsafe-call)

Unsafe call of a(n) `any` typed value.
Raw output
{"ruleId":"@typescript-eslint/no-unsafe-call","severity":2,"message":"Unsafe call of a(n) `any` typed value.","line":90,"column":10,"nodeType":"MemberExpression","messageId":"unsafeCall","endLine":90,"endColumn":48}

Check failure on line 90 in frontend/src/react/backlogs/BacklogsContainer.tsx

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/react/backlogs/BacklogsContainer.tsx#L90 <@typescript-eslint/no-unsafe-member-access>(https://typescript-eslint.io/rules/no-unsafe-member-access)

Unsafe member access .sprint_backlogs on an `any` value.
Raw output
{"ruleId":"@typescript-eslint/no-unsafe-member-access","severity":2,"message":"Unsafe member access .sprint_backlogs on an `any` value.","line":90,"column":29,"nodeType":"Identifier","messageId":"unsafeMemberExpression","endLine":90,"endColumn":44}

Check failure on line 1 in frontend/src/react/backlogs/InlineDateRangeField.tsx

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/react/backlogs/InlineDateRangeField.tsx#L1 <@typescript-eslint/no-unused-vars>(https://typescript-eslint.io/rules/no-unused-vars)

'FormControl' is defined but never used. Allowed unused vars must match /^_/u.
Raw output
{"ruleId":"@typescript-eslint/no-unused-vars","severity":2,"message":"'FormControl' is defined but never used. Allowed unused vars must match /^_/u.","line":1,"column":10,"nodeType":null,"messageId":"unusedVar","endLine":1,"endColumn":21}

Check failure on line 1 in frontend/src/react/backlogs/InlineDateRangeField.tsx

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/react/backlogs/InlineDateRangeField.tsx#L1 <@typescript-eslint/no-unused-vars>(https://typescript-eslint.io/rules/no-unused-vars)

'Stack' is defined but never used. Allowed unused vars must match /^_/u.
Raw output
{"ruleId":"@typescript-eslint/no-unused-vars","severity":2,"message":"'Stack' is defined but never used. Allowed unused vars must match /^_/u.","line":1,"column":23,"nodeType":null,"messageId":"unusedVar","endLine":1,"endColumn":28}

Check failure on line 1 in frontend/src/react/backlogs/InlineDateRangeField.tsx

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/react/backlogs/InlineDateRangeField.tsx#L1 <@typescript-eslint/no-unused-vars>(https://typescript-eslint.io/rules/no-unused-vars)

'TextInput' is defined but never used. Allowed unused vars must match /^_/u.
Raw output
{"ruleId":"@typescript-eslint/no-unused-vars","severity":2,"message":"'TextInput' is defined but never used. Allowed unused vars must match /^_/u.","line":1,"column":30,"nodeType":null,"messageId":"unusedVar","endLine":1,"endColumn":39}

Check failure on line 2 in frontend/src/react/backlogs/InlineDateRangeField.tsx

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/react/backlogs/InlineDateRangeField.tsx#L2 <@typescript-eslint/no-unused-vars>(https://typescript-eslint.io/rules/no-unused-vars)

'InlineTextField' is defined but never used. Allowed unused vars must match /^_/u.
Raw output
{"ruleId":"@typescript-eslint/no-unused-vars","severity":2,"message":"'InlineTextField' is defined but never used. Allowed unused vars must match /^_/u.","line":2,"column":8,"nodeType":null,"messageId":"unusedVar","endLine":2,"endColumn":23}

Check failure on line 25 in frontend/src/react/backlogs/InlineDateRangeField.tsx

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/react/backlogs/InlineDateRangeField.tsx#L25 <@typescript-eslint/no-unused-vars>(https://typescript-eslint.io/rules/no-unused-vars)

'onChange' is defined but never used. Allowed unused args must match /^_/u.
Raw output
{"ruleId":"@typescript-eslint/no-unused-vars","severity":2,"message":"'onChange' is defined but never used. Allowed unused args must match /^_/u.","line":25,"column":47,"nodeType":null,"messageId":"unusedVar","endLine":25,"endColumn":55}

Check failure on line 25 in frontend/src/react/backlogs/InlineDateRangeField.tsx

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/react/backlogs/InlineDateRangeField.tsx#L25 <@typescript-eslint/no-unused-vars>(https://typescript-eslint.io/rules/no-unused-vars)

'rest' is defined but never used. Allowed unused args must match /^_/u.
Raw output
{"ruleId":"@typescript-eslint/no-unused-vars","severity":2,"message":"'rest' is defined but never used. Allowed unused args must match /^_/u.","line":25,"column":60,"nodeType":null,"messageId":"unusedVar","endLine":25,"endColumn":64}

Check failure on line 26 in frontend/src/react/backlogs/InlineDateRangeField.tsx

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/react/backlogs/InlineDateRangeField.tsx#L26 <@typescript-eslint/no-unused-vars>(https://typescript-eslint.io/rules/no-unused-vars)

'startValue' is assigned a value but never used. Allowed unused vars must match /^_/u.
Raw output
{"ruleId":"@typescript-eslint/no-unused-vars","severity":2,"message":"'startValue' is assigned a value but never used. Allowed unused vars must match /^_/u.","line":26,"column":11,"nodeType":null,"messageId":"unusedVar","endLine":26,"endColumn":21}

Check failure on line 26 in frontend/src/react/backlogs/InlineDateRangeField.tsx

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/react/backlogs/InlineDateRangeField.tsx#L26 <@typescript-eslint/no-unused-vars>(https://typescript-eslint.io/rules/no-unused-vars)

'endValue' is assigned a value but never used. Allowed unused vars must match /^_/u.
Raw output
{"ruleId":"@typescript-eslint/no-unused-vars","severity":2,"message":"'endValue' is assigned a value but never used. Allowed unused vars must match /^_/u.","line":26,"column":23,"nodeType":null,"messageId":"unusedVar","endLine":26,"endColumn":31}

Check failure on line 3 in frontend/src/react/backlogs/InlineSelect.tsx

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/react/backlogs/InlineSelect.tsx#L3 <@typescript-eslint/no-unused-vars>(https://typescript-eslint.io/rules/no-unused-vars)

'SelectPanelProps' is defined but never used. Allowed unused vars must match /^_/u.
Raw output
{"ruleId":"@typescript-eslint/no-unused-vars","severity":2,"message":"'SelectPanelProps' is defined but never used. Allowed unused vars must match /^_/u.","line":3,"column":43,"nodeType":null,"messageId":"unusedVar","endLine":3,"endColumn":59}

Check failure on line 6 in frontend/src/react/backlogs/InlineSelect.tsx

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/react/backlogs/InlineSelect.tsx#L6 <@typescript-eslint/no-unused-vars>(https://typescript-eslint.io/rules/no-unused-vars)

'fetchTypes' is defined but never used. Allowed unused vars must match /^_/u.
Raw output
{"ruleId":"@typescript-eslint/no-unused-vars","severity":2,"message":"'fetchTypes' is defined but never used. Allowed unused vars must match /^_/u.","line":6,"column":10,"nodeType":null,"messageId":"unusedVar","endLine":6,"endColumn":20}

Check failure on line 6 in frontend/src/react/backlogs/InlineSelect.tsx

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] frontend/src/react/backlogs/InlineSelect.tsx#L6 <@typescript-eslint/no-unused-vars>(https://typescript-eslint.io/rules/no-unused-vars)

'Type' is defined but never used. Allowed unused vars must match /^_/u.
Raw output
{"ruleId":"@typescript-eslint/no-unused-vars","severity":2,"message":"'Type' is defined but never used. Allowed unused vars must match /^_/u.","line":6,"column":22,"nodeType":null,"messageId":"unusedVar","endLine":6,"endColumn":26}