tududi/.prettierrc.json
Antonis Anastasiadis 220bc92b4a
Lint frontend (#131)
* Add lint-fix npm target

* Sync eslint+plugins with backend

* Add prettier

* Ignore no-explicit-any lint rule for now

* Silence eslint react warning

* Format frontend via prettier

* Lint frontend.

---------

Co-authored-by: antanst <>
2025-07-09 12:23:55 +03:00

6 lines
93 B
JSON

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