// prettier.config.js or .prettierrc.js module.exports = { singleQuote: true, printWidth: 120, jsxSingleQuote: false, trailingComma: "es5", semi: true, arrowParens: "always", tabWidth: 2, };