2020-11-10 20:48:37 +08:00

7 lines
99 B
JavaScript

module.exports = {
printWidth: 80,
singleQuote: true,
trailingComma: 'all',
tabSize: 2,
};