Skip to content

Commit

Permalink
updated import and firebase functions cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tulsiojha committed Sep 19, 2024
1 parent 5b08141 commit f38fe2c
Show file tree
Hide file tree
Showing 13 changed files with 67 additions and 8,855 deletions.
1 change: 1 addition & 0 deletions src/apps/devdoc/.eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ rules:

import/extensions: 0
import/prefer-default-export: off
import/no-relative-packages: 0

react/jsx-uses-react: 0
react/jsx-uses-vars: 1
Expand Down
25 changes: 2 additions & 23 deletions src/apps/devdoc/firebase.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"hosting": {
"public": "out",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"cleanUrls": true,
"trailingSlash": false,
"redirects": [
Expand All @@ -15,22 +11,5 @@
"type": 301
}
]
},
"functions": [
{
"source": "functions",
"codebase": "default",
"ignore": [
"node_modules",
".git",
"firebase-debug.log",
"firebase-debug.*.log",
"*.local"
],
"predeploy": [
"npm --prefix \"$RESOURCE_DIR\" run lint",
"npm --prefix \"$RESOURCE_DIR\" run build"
]
}
]
}
}
32 changes: 0 additions & 32 deletions src/apps/devdoc/functions/.eslintrc.js

This file was deleted.

10 changes: 0 additions & 10 deletions src/apps/devdoc/functions/.gitignore

This file was deleted.

Loading

0 comments on commit f38fe2c

Please sign in to comment.