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