bot/prettier.config.js

5 lines
67 B
JavaScript

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