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