1 2 3 4 5
// prettier.config.js or .prettierrc.js export default { singleQuote: true, trailingComma: "all" };