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