Files
contexta_mb/.prettierrc.js
belviskhoremk 864bbd389e Initial commit
2026-03-25 11:28:41 +00:00

6 lines
91 B
JavaScript

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