Added some typescript, global loading state

This commit is contained in:
Dm1tr1y147
2020-09-18 16:21:35 +05:00
parent 4ed055dcb6
commit a83e667dae
10 changed files with 264 additions and 268 deletions

View File

@@ -1,20 +1,7 @@
{
"arrowParens": "always",
"bracketSpacing": true,
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"printWidth": 80,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "es5",
"useTabs": false,
"vueIndentScriptAndStyle": false,
"parser": "babel"
"trailingComma": "none",
"singleQuote": true,
"printWidth": 80,
"tabWidth": 4
}