module.exports = {
trailingComma: 'none',
tabWidth: 2,
semi: true,
singleQuote: true,
printWidth: 80,
arrowParens: 'avoid'
};