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