/** @type {import('prettier').Config} */ export default { semi: true, singleQuote: false, trailingComma: "none", printWidth: 110 };