module.exports = { bracketSpacing: true, jsxBracketSameLine: true, singleQuote: true, trailingComma: "all", printWidth: 100, };