251201:1700 Prepare to version 1.5 use spec-kit
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

This commit is contained in:
admin
2025-12-01 17:00:32 +07:00
parent 047e1b88ce
commit 00b8995f84
13 changed files with 2788 additions and 2690 deletions

View File

@@ -1,4 +1,12 @@
{
"singleQuote": true,
"trailingComma": "all"
"semi": true,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "es5",
"printWidth": 80,
"arrowParens": "always",
"endOfLine": "lf",
"bracketSpacing": true,
"jsxSingleQuote": false
}