There can be a way to prevent JSON.parse without reviver as a custom eslint rule.
May be too much but checking CallExpression:exit where JSON.parse(...) only has 1 argument should be enough.
Originally posted by @r4mmer in #509 (comment)
We could create this custom lint rule and apply it to all our JS repos.
Originally posted by @r4mmer in #509 (comment)
We could create this custom lint rule and apply it to all our JS repos.