This commit is contained in:
Milan Paunovic
2024-09-28 08:59:05 +02:00
parent 7ab2fe7906
commit 91717c699d
10 changed files with 613 additions and 158 deletions

View File

@ -2,7 +2,7 @@
"name": "functions",
"description": "Cloud Functions for Firebase",
"scripts": {
"lint": "eslint .",
"lint": "eslint",
"serve": "firebase emulators:start --only functions",
"shell": "firebase functions:shell",
"start": "npm run shell",
@ -18,7 +18,8 @@
"firebase-functions": "^5.0.0"
},
"devDependencies": {
"eslint": "^8.15.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"eslint": "^8.57.1",
"eslint-config-google": "^0.14.0",
"firebase-functions-test": "^3.1.0"
},