Create .prettierrc

This commit is contained in:
TimSpan 2024-08-08 17:41:24 +08:00
parent 76fa20c052
commit 8a9bf15895
1 changed files with 11 additions and 0 deletions

11
.prettierrc Normal file
View File

@ -0,0 +1,11 @@
{
"semi": false,
"tabWidth": 2,
"bracketSpacing": false,
"printWidth": 200,
"jsxBracketSameLine": true,
"singleQuote": true,
"useTabs": false,
"endOfLine": "auto",
"trailingComma": "none"
}