We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac4df6 commit a550c65Copy full SHA for a550c65
generators/app/templates/src/main.ts.noext
@@ -1,5 +1,5 @@
1
<% if (shouldEnableUnofficialInternalObsidianApi) { -%>
2
-// eslint-disable-next-line import-x/no-unassigned-import
+// eslint-disable-next-line import-x/no-unassigned-import, import-x/no-empty-named-blocks
3
import type {} from 'obsidian-typings'; // Do not delete this line if you want to use unofficial internal obsidian API.
4
5
<% } -%>
0 commit comments