You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add root: true to Functions' lint configuration (#3029)
* Add root: true to eslintrc
Set `root: true` in the .eslintrc template, so that ESLint doesn't try to combine the configuration in the `functions` directory with the configuration in an `.eslintrc` file in the parent app directory.
* add root: true
Co-authored-by: Alf Eaton <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,3 +6,4 @@
6
6
- Fixes issue where authorized domains were not being correctly updated when deploying to Hosting channels. (#3002)
7
7
- Fixes issue where the User-Agent was being overridden when proxying through the Hosting emulator. (#2970)
8
8
- Fixes issue where Firestore Emulator wrongly triggers events on deleting an nonexistent document (#3043).
9
+
- Adds `root: true` to lint configurations for newly initialized functions directories to prevent it being combined with a higher level config. (#2925)
0 commit comments