initial commit

This commit is contained in:
MrLuo2019
2020-11-05 14:11:18 +08:00
parent ab97bc2259
commit d874b82219
12 changed files with 41 additions and 0 deletions

11
.prettierrc Normal file
View File

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