blob: 8e90988a63427fc6bdfa94531958c8dc880a964c [file] [log] [blame]
module.exports = {
printWidth: 80,
trailingComma: 'all',
tabWidth: 2,
semi: true,
singleQuote: true,
arrowParens: 'avoid',
};