Files
Dabur_StoreDNA1/.prettierrc.js
T
2025-07-30 10:35:06 +05:30

6 lines
91 B
JavaScript

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