module.exports = { singleQuote: true, trailingComma: 'none', bracketSpacing: true, tabWidth: 2, useTabs: false, proseWrap: 'preserve', parser: 'babel', printWidth: 80, arrowParens: 'avoid' };