mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
also lint .vuepress folder
This commit is contained in:
parent
ff49fe8340
commit
1dcf26a1cc
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,5 +2,6 @@ node_modules/
|
||||
build/
|
||||
coverage/
|
||||
!.storybook/
|
||||
!.vuepress/
|
||||
.vuepress/.temp/
|
||||
.vuepress/.cache/
|
||||
@ -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',
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user