Skip to content

Commit

Permalink
Merge pull request #47 from intechstudio/DANIM1130/remove_functions_f…
Browse files Browse the repository at this point in the history
…ormatting

Remove eslint references for Firebase Functions
  • Loading branch information
SukuWc authored Jan 22, 2024
2 parents c056fec + 35846cd commit 4e33291
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 38 deletions.
29 changes: 0 additions & 29 deletions functions/.eslintrc.js

This file was deleted.

6 changes: 0 additions & 6 deletions functions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "functions",
"scripts": {
"lint": "eslint --ext .js,.ts .",
"build": "tsc",
"build:watch": "tsc --watch",
"serve": "npm run build && firebase emulators:start --only functions",
Expand All @@ -19,11 +18,6 @@
"firebase-functions": "^4.2.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"eslint": "^8.9.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.25.4",
"firebase-functions-test": "^3.0.0",
"typescript": "^4.9.0"
},
Expand Down
3 changes: 0 additions & 3 deletions functions/tsconfig.dev.json

This file was deleted.

0 comments on commit 4e33291

Please sign in to comment.