mirror of
https://github.com/sussy-code/backend.git
synced 2026-03-28 21:58:44 +00:00
4 lines
66 B
JavaScript
4 lines
66 B
JavaScript
module.exports = {
|
|
trailingComma: 'all',
|
|
singleQuote: true
|
|
};
|