1export default { 2 printWidth: 80, 3 tabWidth: 4, 4 useTabs: true, 5 semi: true, 6 singleQuote: false, 7 trailingComma: "es5", 8 bracketSpacing: true, 9 jsxBracketSameLine: false, 10 arrowParens: "always", 11};