Files
lcbp3/backend/.prettierrc
admin 00b8995f84
Some checks failed
Spec Validation / validate-markdown (push) Has been cancelled
Spec Validation / validate-diagrams (push) Has been cancelled
Spec Validation / check-todos (push) Has been cancelled
251201:1700 Prepare to version 1.5 use spec-kit
2025-12-01 17:00:32 +07:00

13 lines
226 B
Plaintext

{
"singleQuote": true,
"semi": true,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "es5",
"printWidth": 80,
"arrowParens": "always",
"endOfLine": "lf",
"bracketSpacing": true,
"jsxSingleQuote": false
}