scottvonduhn
05/17/2019, 1:54 PMconst
keyword for variables, or I can select ES 6, which then complains about using the var
keyword for mutable variables, telling me to use let
instead. How have you guys suppressed this noise, or worked around it? It's a minor thing, but I dislike having to mentally ignore the noise. I want the warnings and alerts to be meaningful.jarens
05/17/2019, 2:06 PMscottvonduhn
05/17/2019, 2:12 PMstalbert
05/17/2019, 3:48 PMscottvonduhn
05/17/2019, 6:45 PMstalbert
05/17/2019, 10:58 PM