style: add prettier-plugin-organize-imports (#783)
Some checks failed
Build / Build Action (push) Has been cancelled
Test / Test Action (macos-14) (push) Has been cancelled
Test / Test Action (ubuntu-24.04) (push) Has been cancelled
Test / Test Action (windows-2022) (push) Has been cancelled
Test / Test Action With Specified Directories (push) Has been cancelled
Test / Test Action Without Run Build (push) Has been cancelled
Test / Test Action With Additional Options (push) Has been cancelled
Test / Test Action With Custom Generator (push) Has been cancelled

Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
This commit is contained in:
Alfi Maulana
2025-07-31 16:54:45 +08:00
committed by GitHub
parent d864547a83
commit d8dbbce5e0
5 changed files with 24 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import { exec } from "./exec.js";
import type { Context } from "./context.js";
import { exec } from "./exec.js";
/**
* Configures the build system for a CMake project.