mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-23 19:29:17 +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,
|
||
|
}
|