File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments