This repository has been archived on 2026-01-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
cover-letter-templater/frontend/.prettierrc.mjs
T
Leons Aleksandrovs aad8dd5674 Prettier prettied
2025-07-04 19:11:47 +03:00

10 lines
148 B
JavaScript

const config = {
trailingComma: "es5",
printWidth: 120,
tabWidth: 4,
semi: true,
singleQuote: false,
};
export default config;