typescript does not like while (true). Apparently this is the "right way" to "do something forever"
https://eslint.org/docs/latest/rules/no-constant-condition
use const instead of let for a constant
Differential D16928
[ecash-agora] ts linting in agora.ts bytesofman on Oct 18 2024, 11:07. Authored by Tags None Subscribers None
Details
typescript does not like while (true). Apparently this is the "right way" to "do something forever" https://eslint.org/docs/latest/rules/no-constant-condition use const instead of let for a constant npm test and CI
Diff Detail
|