Skip to content

Commit 79d440d

Browse files
committed
fix: dont touch docs
1 parent bd930b7 commit 79d440d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/.vitepress/theme/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,15 @@ if (typeof window !== 'undefined') {
99
}
1010
}
1111
}
12+
// @ts-expect-error -- Cannot change `module` option
1213
import type { Theme } from 'vitepress'
14+
// @ts-expect-error -- Cannot change `module` option
1315
import DefaultTheme from 'vitepress/theme'
16+
// @ts-expect-error -- ignore
1417
import Layout from './Layout.vue'
18+
// @ts-expect-error -- ignore
1519
import ESLintCodeBlock from './components/eslint-code-block.vue'
20+
// @ts-expect-error -- ignore
1621
import RulesTable from './components/rules-table.vue'
1722

1823
const theme: Theme = {

0 commit comments

Comments
 (0)