Spaces:
Runtime error
Runtime error
File size: 124 Bytes
58faf93 |
1 2 3 4 5 6 7 8 |
module.exports = {
trailingComma: 'es5',
singleQuote: true,
semi: false,
arrowParens: 'avoid',
printWidth: 120,
}
|