I've already tried adding these rules to eslint but the difficulty is the existing code - there's too much to update (for example for strict equality or camelCase), which in some cases could cause subtle regressions.
Ideally we'd setup the rules so that they only apply to new code, but I'm not sure it's possible to do that.
1 Like