openreplay/frontend/.prettierrc
Андрей Бабушкин 2b1a9f3378 add locales and lint the project
2025-03-05 16:09:18 +01:00

13 lines
317 B
Text

{
"tabWidth": 2,
"useTabs": false,
"printWidth": 80,
"singleQuote": true,
"importOrderSeparation": true,
"importOrderSortSpecifiers": true,
"importOrder": ["^Components|^App|^UI|^Duck", "^Shared", "^[./]"],
"bracketSpacing": true,
"arrowParens": "always",
"semi": true,
"trailingComma": "all"
}