1module.exports = { 2 arrowParens: 'avoid', 3 bracketSameLine: true, 4 bracketSpacing: false, 5 singleQuote: true, 6 trailingComma: 'all', 7}; 8
1module.exports = { 2 arrowParens: 'avoid', 3 bracketSameLine: true, 4 bracketSpacing: false, 5 singleQuote: true, 6 trailingComma: 'all', 7}; 8