2020-11-07 22:01:01 +08:00

7 lines
99 B
JavaScript

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