mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-29 03:53:14 +03:00
5 lines
80 B
JavaScript
5 lines
80 B
JavaScript
module.exports = {
|
|
trailingComma: 'es5',
|
|
semi: false,
|
|
singleQuote: true,
|
|
} |