mirror of
https://github.com/zulip/zulip.git
synced 2025-10-22 20:42:14 +00:00
prettier: Type-check Prettier configuration.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
01c3f714c6
commit
58df0e519f
@@ -1,3 +1,6 @@
|
|||||||
|
// @ts-check
|
||||||
|
|
||||||
|
/** @type {import("prettier").Config} */
|
||||||
export default {
|
export default {
|
||||||
bracketSpacing: false,
|
bracketSpacing: false,
|
||||||
trailingComma: "all",
|
trailingComma: "all",
|
||||||
|
Reference in New Issue
Block a user