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