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