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