Files
flashmed-bi/.prettierrc.json
2026-08-08 19:05:08 +03:30

14 lines
255 B
JSON

{
"trailingComma": "none",
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"jsxSingleQuote": true,
"bracketSpacing": false,
"bracketSameLine": false,
"arrowParens": "avoid",
"endOfLine": "lf",
"printWidth": 100
}