Skip to content

Commit 7ef496b

Browse files
committed
fix(ci): disable no-unsafe-return in test files
Assisted-by: Claude
1 parent 72a4148 commit 7ef496b

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<br>
55
<a href="https://github.com/otaviof/obsidian-vfs/actions/workflows/ci.yml"><img src="https://github.com/otaviof/obsidian-vfs/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
66
<a href="https://github.com/otaviof/obsidian-vfs/actions/workflows/audit.yml"><img src="https://github.com/otaviof/obsidian-vfs/actions/workflows/audit.yml/badge.svg" alt="Audit"></a>
7-
<br>
87
<a href="https://www.npmjs.com/package/@obsidian-vfs/core"><img src="https://img.shields.io/npm/v/@obsidian-vfs/core?label=%40obsidian-vfs%2Fcore" alt="@obsidian-vfs/core"></a>
98
<a href="https://www.npmjs.com/package/@obsidian-vfs/cli"><img src="https://img.shields.io/npm/v/@obsidian-vfs/cli?label=%40obsidian-vfs%2Fcli" alt="@obsidian-vfs/cli"></a>
109
</p>

eslint.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export default defineConfig(
3030
"@typescript-eslint/no-unsafe-assignment": "off",
3131
"@typescript-eslint/no-unsafe-call": "off",
3232
"@typescript-eslint/no-unsafe-member-access": "off",
33+
"@typescript-eslint/no-unsafe-return": "off",
3334
},
3435
},
3536
{

0 commit comments

Comments
 (0)