// @ts-check /** @type {import("prettier").Config} */ const config = { trailingComma: "all", singleQuote: true, bracketSameLine: true, quoteProps: "consistent", arrowParens: "avoid", printWidth: 180, };