chore: make prettier ignore script folder when lint

This commit is contained in:
andatoshiki 2023-03-02 22:48:05 +08:00
parent 9a4bd2f41f
commit ea5dd35c7b

View File

@ -1,6 +1,8 @@
import { DefaultTheme } from 'vitepress/theme' import { DefaultTheme } from 'vitepress/theme'
export const footer: DefaultTheme.Config['footer'] = { export const footer: DefaultTheme.Config['footer'] = {
message: `Wrote with <i class="heart fa fa-heart fa-xs fa-beat"></i> and ☕ by <a href="https://toshiki.dev">Anda Toshiki</a> at <code>root@andatoshiki:/~</code> <i class="fa fa-clock fa-xs fa-beat"></i>`, message: `Wrote with <i class="heart fa fa-heart fa-xs fa-beat"></i> and ☕ by <a href="https://toshiki.dev">Anda Toshiki</a> at <code>root@andatoshiki:/~</code>`,
copyright: `Copyright © 2023-${new Date().getFullYear()} <a href="https://github.com/andatoshiki">Anda Toshiki</a> \n <span id="runtime_span"></span>`, copyright: `Copyright © 2023-${new Date().getFullYear()} <a href="https://github.com/andatoshiki">Anda Toshiki</a>
<br />
<span id="siteruntime_span"></span>`,
} }