Skip to content

Commit

Permalink
Merge db56d24 into b26aa46
Browse files Browse the repository at this point in the history
  • Loading branch information
bkendall committed Jan 13, 2021
2 parents b26aa46 + db56d24 commit 46fce63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,2 +1,3 @@
- Catches errors while updating authorized domains when deleting channels, printing a warning instead of failing.
- Fixes issue where `host` header was being incorrectly set when proxying to Cloud Run or Cloud Functions for Firebase from the Hosting emulator. (#3012)
- Adds `root: true` to lint configurations for newly initialized functions directories to prevent it being combined with a higher level config. (#2925)
1 change: 1 addition & 0 deletions templates/init/functions/javascript/_eslintrc
@@ -1,4 +1,5 @@
module.exports = {
root: true,
env: {
es6: true,
node: true,
Expand Down
1 change: 1 addition & 0 deletions templates/init/functions/typescript/_eslintrc
@@ -1,4 +1,5 @@
module.exports = {
root: true,
env: {
es6: true,
node: true,
Expand Down

0 comments on commit 46fce63

Please sign in to comment.