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