Spaces:
Runtime error
Runtime error
module.exports = { | |
trailingComma: 'es5', | |
singleQuote: true, | |
semi: false, | |
arrowParens: 'avoid', | |
printWidth: 120, | |
} | |
module.exports = { | |
trailingComma: 'es5', | |
singleQuote: true, | |
semi: false, | |
arrowParens: 'avoid', | |
printWidth: 120, | |
} | |