blob: 9f4053f719e77ba6d2cc2df8c84ad145006d4afb [file] [log] [blame]
module.exports = {
printWidth: 100,
arrowParens: 'avoid',
bracketSpacing: true,
singleQuote: true,
trailingComma: 'es5',
};