native_convex_CRM/.prettierrc.js
2026-07-15 21:36:48 +05:30

6 lines
91 B
JavaScript

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