module.exports = { semi: true, trailingComma: 'all', singleQuote: true, printWidth: 160, tabWidth: 2, };