// .prettierrc.js module.exports = { printWidth: 80, singleQuote: true, trailingComma: 'es5', tabWidth: 2, arrowParens: 'avoid', };