module.exports = { printWidth: 180, trailingComma: "es5", tabWidth: 2, semi: true, jsxBracketSameLine: false, arrowParens: "always", };