/** @type {import('prettier').Config} */ export default { singleQuote: true, jsxSingleQuote: true, printWidth: 110, };