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 bd930b7 commit 79d440dCopy full SHA for 79d440d
docs/.vitepress/theme/index.ts
@@ -9,10 +9,15 @@ if (typeof window !== 'undefined') {
9
}
10
11
12
+// @ts-expect-error -- Cannot change `module` option
13
import type { Theme } from 'vitepress'
14
15
import DefaultTheme from 'vitepress/theme'
16
+// @ts-expect-error -- ignore
17
import Layout from './Layout.vue'
18
19
import ESLintCodeBlock from './components/eslint-code-block.vue'
20
21
import RulesTable from './components/rules-table.vue'
22
23
const theme: Theme = {
0 commit comments