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