sgcart/.prettierrc.js
2026-07-03 13:10:46 +05:30

6 lines
91 B
JavaScript

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