also lint .vuepress folder

This commit is contained in:
Ulf Gebhardt 2023-11-17 18:26:05 +01:00
parent ff49fe8340
commit 1dcf26a1cc
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -2,5 +2,6 @@ node_modules/
build/
coverage/
!.storybook/
!.vuepress/
.vuepress/.temp/
.vuepress/.cache/

View File

@ -3,5 +3,5 @@ import { defineUserConfig } from 'vuepress'
export default defineUserConfig({
title: 'IT4C Frontend Boilerplate Documentation',
description: 'IT4C Frontend Boilerplate Documentation',
dest: 'build/docs'
})
dest: 'build/docs',
})