// prettier.config.js or .prettierrc.js module.exports = { arrowParens: 'always', singleQuote: true, trailingComma: 'all', printWidth: 100, };