Add skeleton frontend
This commit is contained in:
parent
60542935c8
commit
5b62099b3d
20 changed files with 4052 additions and 5 deletions
11
frontend/.prettierrc
Normal file
11
frontend/.prettierrc
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"trailingComma": "es5",
|
||||
"semi": false,
|
||||
"singleQuote": true,
|
||||
"useTabs": false,
|
||||
"tabWidth": 2,
|
||||
"quoteProps": "consistent",
|
||||
"bracketSpacing": true,
|
||||
"arrowParens": "always",
|
||||
"printWidth": 100
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue