prettier: Type-check Prettier configuration.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-09-09 16:36:19 -07:00
committed by Tim Abbott
parent 01c3f714c6
commit 58df0e519f

View File

@@ -1,3 +1,6 @@
// @ts-check
/** @type {import("prettier").Config} */
export default {
bracketSpacing: false,
trailingComma: "all",