wasp/web/prettier.config.js
2023-09-12 13:19:47 +02:00

6 lines
119 B
JavaScript

// Used to format the code in the docs
module.exports = {
trailingComma: 'es5',
semi: false,
singleQuote: true,
}