starting to add models and eslint for common

This commit is contained in:
Arjun Patel
2022-01-31 15:17:29 -08:00
parent 8c14106a10
commit 2f8b23e664
8 changed files with 2576 additions and 15 deletions
+9 -1
View File
@@ -3,5 +3,13 @@
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"private": false
"private": false,
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.10.2",
"typescript": "^4.5.5",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/uuid": "^8.3.4"
}
}