backend/.prettierrc.js

5 lines
66 B
JavaScript

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