From f29b36807d484ef4b486ec0bc33dd829e76c6146 Mon Sep 17 00:00:00 2001 From: Masashi Hirano Date: Wed, 12 Aug 2020 09:43:54 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cd1283f26e..15f124c8669 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,4 @@ - Includes latest features and improvements from production in the Firestore Emulator. - Fixes issue where all database functions triggered on the default namespace (#2501) - Fixes issue where rules paths were not normalized before reading (#2544) -- Replace `eslint` with `tslint` as the default linter in new Cloud Functions for Firebase directories. (#1663) +- Replace `tslint` with `eslint` as the default linter in new Cloud Functions for Firebase directories. (#1663)