Files
2026-04-22 10:41:00 +05:30

6 lines
91 B
JavaScript

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