bump to linter 0.1.88

Change-Id: Ide35dec403795b4e7e7d5a413e490b210990afc9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/101861
Reviewed-by: Paul Berry <paulberry@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5184896..eb5226f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -37,6 +37,19 @@
 * BREAKING CHANGE: The `await for` allowed `null` as a stream due to a bug
   in `StreamIterator` class. This bug has now been fixed.
 
+### Tools
+
+#### Linter
+
+The Linter was updated to `0.1.88`, which includes the following changes:
+
+*   Fixed `prefer_asserts_in_initializer_lists` false positives
+*   Fixed `curly_braces_in_flow_control_structures` to handle more cases
+*   Added new lint: `prefer_double_quotes`
+*   Added new lint: `sort_child_properties_last`
+*   Fixed `type_annotate_public_apis` false positive for `static const` initializers
+
+
 ## 2.3.0
 
 The focus in this release is on the new "UI-as-code" language features which
diff --git a/DEPS b/DEPS
index 8d47243..5588db1 100644
--- a/DEPS
+++ b/DEPS
@@ -96,7 +96,7 @@
   "intl_tag": "0.15.7",
   "jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
   "json_rpc_2_tag": "2.0.9",
-  "linter_tag": "0.1.87",
+  "linter_tag": "0.1.88",
   "logging_tag": "0.11.3+2",
   "markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
   "markdown_tag": "2.0.3",