// prettier.config.js or .prettierrc.js module.exports = { trailingComma: "es5", tabWidth: 4, singleQuote: true, };