// prettier.config.js or .prettierrc.js module.exports = { tabWidth: 4, semi: true, singleQuote: true, arrowParens: 'always', printWidth: 120 };