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
2025-07-05 21:11:09 +03:00

10 lines
148 B
JavaScript

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