This repository has been archived on 2025-07-06. You can view files and clone it, but cannot push or open issues or pull requests.
Files
bolderjara-serviss/frontend/.prettierrc.mjs

10 lines
148 B
JavaScript
Raw Permalink Normal View History

2025-07-02 14:51:00 +03:00
const config = {
trailingComma: "es5",
printWidth: 120,
tabWidth: 4,
semi: true,
singleQuote: false,
};
export default config;