module.exports = {
printWidth: 80,
trailingComma: 'es5',
singleQuote: true,
bracketSpacing: false,
};