app-store/.prettierrc.js
Nicolas Meienberger 9707542b95
Feat/docker compose json (#3503)
* feat(2fauth): a docker-compose.json config

* ci(app-version): increase image automatically in docker-compose.json
2024-05-19 13:41:35 +02:00

8 lines
115 B
JavaScript

module.exports = {
singleQuote: true,
semi: true,
trailingComma: "all",
tabWidth: 2,
printWidth: 150,
};