// https://prettier.io/docs/en/options.html module.exports = { printWidth: 120, trailingComma: "all", quoteProps: "preserve", };