backend/.prettierrc.js

5 lines
66 B
JavaScript
Raw Normal View History

2023-08-23 11:54:26 +00:00
module.exports = {
trailingComma: 'all',
singleQuote: true
};