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