kanban-app/frontend/.prettierrc.json
2026-02-25 15:45:01 +03:00

10 lines
No EOL
173 B
JSON

{
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"arrowParens": "always",
"endOfLine": "lf"
}