WIP Items module.

This commit is contained in:
Ahmed Bouhuolia
2019-09-03 02:07:28 +02:00
parent cb8c294d74
commit 70809cb05c
142 changed files with 12674 additions and 64 deletions

29
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,29 @@
{
"eslint.validate": [
{
"language":"vue",
"autoFix":true
},
{
"language":"html",
"autoFix":true
},
{
"language":"javascript",
"autoFix":true
},
{
"language":"typescript",
"autoFix":true
}
],
"eslint.alwaysShowStatus": true,
"eslint.workingDirectories": [
"./client",
"./server"
],
"editor.useTabStops": false,
"editor.tabSize": 2,
"editor.insertSpaces": true,
}