I ran JSLint on this JavaScript code and it said:
Problem at line 32 character 30: Missing radix parameter.
This is the code i
You can turn off this rule if you wish to skip that test.
Insert:
radix: false
Under the "rules" property in the tslint.json file.
rules
tslint.json
It's not recommended to do that if you don't understand this exception.