Skip to content
GitHub Actions / ESLint Report Analysis Started 2023-10-24 07:05:06 ago

ESLint Report Analysis

Found 94 ESLint errors and warnings, processing batch 1 of 2...

Annotations

Check failure on line 22 in src/stores/user.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/stores/user.store.ts#L22

[no-tabs] Unexpected tab character.

Check failure on line 135 in src/stores/user.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/stores/user.store.ts#L135

[eqeqeq] Expected '===' and instead saw '=='.

Check failure on line 23 in src/stores/user.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/stores/user.store.ts#L23

[no-tabs] Unexpected tab character.

Check failure on line 136 in src/stores/user.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/stores/user.store.ts#L136

[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.

Check failure on line 24 in src/stores/user.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/stores/user.store.ts#L24

[no-tabs] Unexpected tab character.

Check failure on line 136 in src/stores/user.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/stores/user.store.ts#L136

[@typescript-eslint/no-unsafe-member-access] Unsafe member access .team on an `any` value.

Check failure on line 136 in src/stores/user.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/stores/user.store.ts#L136

[@typescript-eslint/no-unsafe-member-access] Computed name [inscription_details.data.team.id] resolves to an any value.

Check failure on line 38 in src/stores/user.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/stores/user.store.ts#L38

[vue/max-len] This line has a length of 154. Maximum allowed is 120.

Check failure on line 139 in src/stores/user.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/stores/user.store.ts#L139

[@typescript-eslint/no-unsafe-member-access] Unsafe member access .tournament on an `any` value.

Check failure on line 39 in src/stores/user.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/stores/user.store.ts#L39

[vue/max-len] This line has a length of 141. Maximum allowed is 120.

Check failure on line 140 in src/stores/user.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/stores/user.store.ts#L140

[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `never`.

Check failure on line 40 in src/stores/user.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/stores/user.store.ts#L40

[vue/max-len] This line has a length of 156. Maximum allowed is 120.

Check failure on line 44 in src/stores/user.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/stores/user.store.ts#L44

[@typescript-eslint/restrict-template-expressions] Invalid type "any" of template literal expression.

Check failure on line 142 in src/stores/user.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/stores/user.store.ts#L142

[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `never`.

Check failure on line 165 in src/stores/user.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/stores/user.store.ts#L165

[eqeqeq] Expected '===' and instead saw '=='.

Check failure on line 44 in src/stores/user.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/stores/user.store.ts#L44

[@typescript-eslint/no-unsafe-member-access] Unsafe member access .idname on an `any` value.

Check failure on line 168 in src/stores/user.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/stores/user.store.ts#L168

[@typescript-eslint/no-floating-promises] 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.

Check failure on line 44 in src/stores/user.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/stores/user.store.ts#L44

[@typescript-eslint/restrict-template-expressions] Invalid type "any" of template literal expression.

Check failure on line 44 in src/stores/user.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/stores/user.store.ts#L44

[@typescript-eslint/no-unsafe-member-access] Unsafe member access .idtoken on an `any` value.

Check failure on line 50 in src/stores/user.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/stores/user.store.ts#L50

[@typescript-eslint/no-floating-promises] 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.

Check failure on line 172 in src/stores/user.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/stores/user.store.ts#L170-L172

[no-restricted-syntax] for..in loops iterate over the entire prototype chain, which is virtually never what you want. Use Object.{keys,values,entries}, and iterate over the resulting array.

Check failure on line 57 in src/stores/user.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/stores/user.store.ts#L57

[no-console] Unexpected console statement.

Check failure on line 58 in src/stores/user.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/stores/user.store.ts#L58

[@typescript-eslint/no-unused-vars] 'res' is assigned a value but never used.

Check failure on line 172 in src/stores/user.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/stores/user.store.ts#L170-L172

[guard-for-in] The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype.

Check failure on line 60 in src/stores/user.store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/stores/user.store.ts#L60

[@typescript-eslint/restrict-template-expressions] Invalid type "String" of template literal expression.