Files
shop-server/server/.prettierrc.json
T
2026-06-11 13:41:38 +05:00

9 lines
138 B
JSON
Executable File

{
"singleQuote": true,
"semi": false,
"printWidth": 120,
"trailingComma": "all",
"endOfLine": "lf",
"arrowParens": "always"
}