/** @type {import("prettier").Config} */ const config = { trailingComma: 'all', tabWidth: 2, semi: true, singleQuote: true, printWidth: 120, bracketSpacing: true, arrowParens: 'always', bracketSameLine: false, proseWrap: 'always', useTabs: false, endOfLine: 'lf', jsxSingleQuote: true, }; module.exports = config;