Files
flipper/src/utils
Pascal Hartig c588b650ae Prefer const wherever possible
Summary:
Non-final identifiers make code harder to understand.
This is particularly true for JavaScript where even the *type*
can change as a value gets reassigned later.

This enforces to use `const` whereever possible, but doesn't
"outlaw" `let`. Mixed destructuring is also still allowed.

Used `eslint --fix` to change all existing cases.

Reviewed By: jknoxville

Differential Revision: D16131329

fbshipit-source-id: 2eceaca7c603b71b36e005be5d135e1849f2518d
2019-07-10 03:28:25 -07:00
..
2019-01-18 08:01:05 -08:00
2019-07-10 03:28:25 -07:00
2019-02-11 02:51:25 -08:00
2019-02-05 09:29:16 -08:00
2018-06-01 11:03:58 +01:00
2019-05-20 04:47:11 -07:00
2019-05-30 04:02:39 -07:00
2019-07-10 03:28:25 -07:00
2018-06-01 11:03:58 +01:00
2019-03-15 11:30:38 -07:00
2019-05-30 04:02:39 -07:00
2019-04-04 09:54:23 -07:00
2018-06-01 11:03:58 +01:00
2018-06-01 11:03:58 +01:00
2019-01-09 10:42:55 -08:00
2019-03-22 10:41:01 -07:00
2019-07-10 03:28:25 -07:00
2018-06-01 11:03:58 +01:00