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