项目文件夹

文件
2026-07-13 12:32:02 +08:00

12 行
240 B
Plaintext

{
"singleQuote": true,
"quoteProps": "consistent",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "always",
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"printWidth": 120,
"endOfLine": "lf"
}