fix: lint vitepress by default

This commit is contained in:
Anthony Fu 2022-03-09 18:58:38 +08:00
parent 4a0c791207
commit 8f51445a67

View File

@ -20,6 +20,7 @@ module.exports = {
'LICENSE.*',
'public',
'temp',
'!.vitepress',
],
plugins: [
'html',