MarsBased / marstyle

MarsBased code linter rules for Ruby and Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Typescript] Add 10 to allowed magic numbers

davidgg opened this issue · comments

10 is commonly used to parse strings into numbers,

parseInt(stringNumber, 10);