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