pstream-backend/.prettierrc.js
2023-08-23 13:54:26 +02:00

4 lines
66 B
JavaScript

module.exports = {
trailingComma: 'all',
singleQuote: true
};