// prettier.config.js or .prettierrc.js module.exports = { printWidth: 120, tabWidth: 2, tabs: false, semi: true, singleQuote: true, quoteProps: 'as-needed', tailingComma: 'all', bracketSpacing: true, jsxBracketSameLine: false, arrowParens: 'always' };