mirror of
https://github.com/shumadrid/obsidian-git-changelog.git
synced 2026-07-22 05:42:16 +00:00
7 lines
192 B
TypeScript
7 lines
192 B
TypeScript
/* eslint-disable unicorn/filename-case */
|
|
|
|
import { formatWithPrettier } from './formatWithPrettier.ts';
|
|
|
|
export async function invoke(): Promise<void> {
|
|
await formatWithPrettier(false);
|
|
}
|