module.exports = {
printWidth: 120,
semi: false,
singleQuote: true,
bracketSpacing: false,
trailingComma: 'all',
arrowParens: 'avoid'
}