Files
MyMobileAgent/app/.prettierrc.js
Jonathan Atta da373199e0 Initial commit
2026-03-03 10:33:56 +01:00

6 lines
91 B
JavaScript

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