Skip to content

style: format

style: format #126

GitHub Actions / ESLint failed Nov 19, 2024 in 0s

4 errors

ESLint found 4 errors

Annotations

Check failure on line 8 in src/utils/ai.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/utils/ai.ts#L8

Unexpected `await` of a non-Promise (non-"Thenable") value (@typescript-eslint/await-thenable)

Check failure on line 39 in src/utils/ai.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/utils/ai.ts#L39

This expression unnecessarily compares a boolean value to a boolean instead of using it directly (@typescript-eslint/no-unnecessary-boolean-literal-compare)

Check failure on line 50 in src/utils/ai.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/utils/ai.ts#L50

Unexpected `await` of a non-Promise (non-"Thenable") value (@typescript-eslint/await-thenable)

Check failure on line 61 in src/utils/ai.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/utils/ai.ts#L61

This expression unnecessarily compares a boolean value to a boolean instead of using it directly (@typescript-eslint/no-unnecessary-boolean-literal-compare)