module.exports = { tabWidth: 2, trailingComma: 'none', bracketSameLine: true, singleQuote: true, printWidth: 100, arrowParens: 'avoid' };