/** * @type {import('prettier').Config} */ module.exports = { trailingComma: 'all', singleQuote: true, };