Docker/Video/MiroTalk SFU/.prettierrc.js
2024-04-21 14:42:52 +02:00

8 lines
125 B
JavaScript

module.exports = {
semi: true,
trailingComma: 'all',
singleQuote: true,
printWidth: 120,
tabWidth: 4,
};