printWidth: 80
tabWidth: 2
useTabs: false
semi: true
singleQuote: false
jsxSingleQuote: false
trailingComma: "none"
bracketSpacing: true
arrowParens: "avoid"
endOfLine: "auto"
