2020-10-29 17:54:53 +08:00

6 lines
86 B
JavaScript

module.exports = {
singleQuote: true,
trailingComma: 'all',
printWidth: 120,
};