sg-delivery-customer/.prettierrc.js
2026-06-30 12:47:44 +05:30

6 lines
91 B
JavaScript

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