kanban-app/frontend/.prettierrc.json

10 lines
173 B
JSON
Raw Permalink Normal View History

2026-02-25 09:29:45 +00:00
{
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"arrowParens": "always",
"endOfLine": "lf"
}