Files
flashmed-introducer/.prettierrc.json
2026-08-08 18:59:56 +03:30

14 lines
254 B
JSON

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