mirror of
https://github.com/p-stream/backend.git
synced 2026-01-11 20:10:33 +00:00
4 lines
66 B
JavaScript
4 lines
66 B
JavaScript
module.exports = {
|
|
trailingComma: 'all',
|
|
singleQuote: true
|
|
};
|