module.exports = { arrowParens: "avoid", printWidth: 120, trailingComma: "all", useTabs: false, quoteProps: "preserve", overrides: [ { files: "README.md", options: { printWidth: 80, }, }, ], };