tududi/backend/.prettierrc.json
Antonis Anastasiadis e594d1075b
Linting cleanup (#99)
* Add eslint and prettier dependencies and configs

* Lint project.
2025-07-01 11:40:09 +03:00

6 lines
93 B
JSON

{
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
}