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