module.exports = {
arrowParens: 'avoid',
bracketSameLine: false,
bracketSpacing: true,
singleQuote: true,
trailingComma: 'all',
};