Skip to content

Commit a550c65

Browse files
committed
Fix lint error
1 parent dac4df6 commit a550c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/app/templates/src/main.ts.noext

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<% if (shouldEnableUnofficialInternalObsidianApi) { -%>
2-
// eslint-disable-next-line import-x/no-unassigned-import
2+
// eslint-disable-next-line import-x/no-unassigned-import, import-x/no-empty-named-blocks
33
import type {} from 'obsidian-typings'; // Do not delete this line if you want to use unofficial internal obsidian API.
44

55
<% } -%>

0 commit comments

Comments
 (0)