module.exports = { printWidth: 80, singleQuote: true, semi: true, trailingComma: 'es5', tabWidth: 2, useTabs: false, bracketSameLine: false, };