module.exports = { bracketSpacing: true, endOfLine: "auto", printWidth: 80, semi: true, singleQuote: true, tabWidth: 4, trailingComma: "es5", };