main
module.exports = { trailingComma: 'es5', tabWidth: 2, semi: true, singleQuote: true, // Added this endOfLine: auto };