wasp/web/prettier.config.js

6 lines
119 B
JavaScript
Raw Normal View History

2023-09-12 14:19:47 +03:00
// Used to format the code in the docs
module.exports = {
trailingComma: 'es5',
semi: false,
singleQuote: true,
}