mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-23 10:14:08 +03:00
6 lines
119 B
JavaScript
6 lines
119 B
JavaScript
// Used to format the code in the docs
|
|
module.exports = {
|
|
trailingComma: 'es5',
|
|
semi: false,
|
|
singleQuote: true,
|
|
} |