bot/prettier.config.js

5 lines
67 B
JavaScript
Raw Normal View History

2020-01-13 04:10:56 +00:00
module.exports = {
singleQuote: true,
trailingComma: 'es5',
};