/** @type import('prettier').Config */ export default { tabWidth: 2, semi: false, singleQuote: true, trailingComma: 'none', arrowParens: 'always' }