From e8e0d808d42d0e905b2c82dca6cf3ac5fd0061f0 Mon Sep 17 00:00:00 2001 From: Clemens Zeidler Date: Tue, 26 Jan 2021 21:24:54 +1300 Subject: [PATCH] Remove out-dated comment about flow annotation --- code_style.md | 1 - 1 file changed, 1 deletion(-) diff --git a/code_style.md b/code_style.md index b982395516..5747540a76 100644 --- a/code_style.md +++ b/code_style.md @@ -156,7 +156,6 @@ ECMAScript - Be careful mixing arrow functions and regular functions, eg. if one function in a promise chain is an arrow function, they probably all should be. - Apart from that, newer ES features should be used whenever the author deems them to be appropriate. -- While flow annotations are welcome and encouraged consider to migrate the JS file to TypeScript (see next section). TypeScript ----------