/** * @type {import('prettier').Options} */ export default { printWidth: 120, trailingComma: 'all', singleQuote: true, endOfLine: 'auto', };