module.exports = { arrowParens: "avoid", bracketSameLine: true, bracketSpacing: false, singleQuote: true, trailingComma: "all", "jsx-quotes": [2, "prefer-single"], };