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