2020-10-13 17:06:51 +08:00

5 lines
67 B
JavaScript

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