Files
flashmed-student/.prettierrc.json
2026-08-08 18:56:53 +03:30

17 lines
308 B
JSON

{
"trailingComma": "none",
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"jsxSingleQuote": true,
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "avoid",
"endOfLine": "lf",
"printWidth": 100,
"plugins": [
"prettier-plugin-tailwindcss"
]
}