/** * @type { import("prettier").Config } */ export default { trailingComma: 'all', tabWidth: 4, semi: true, singleQuote: true, endOfLine: 'lf' }