Files
bio_frontend/.prettierrc

12 lines
199 B
Plaintext
Raw Permalink Normal View History

2025-08-08 13:11:33 +09:00
{
"semi": true,
"trailingComma": "es5",
"singleQuote": false,
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"bracketSpacing": true,
"arrowParens": "avoid",
"endOfLine": "lf"
}