251201:1700 Prepare to version 1.5 use spec-kit

This commit is contained in:
admin
2025-12-01 17:00:32 +07:00
parent 71c091055a
commit fc0580e14c
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
}