mirror of
https://github.com/sussy-code/backend.git
synced 2026-04-19 16:02:02 +00:00
4 lines
66 B
JavaScript
4 lines
66 B
JavaScript
module.exports = {
|
|
trailingComma: 'all',
|
|
singleQuote: true
|
|
};
|