added no-var rule to root level eslint
Details
Details
- Reviewers
atul rohan ginsu - Commits
- rCOMMfc0d37a56c5b: added no-var rule to root level eslint
Went to a few files before committing eslint change, and I was
able to see that var cannot be used.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- master
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
.eslintrc.json | ||
---|---|---|
38 ↗ | (On Diff #18013) | Most of the rules use strings instead of numbers - I think we should prefer that approach as it is more readable |
.eslintrc.json | ||
---|---|---|
38 ↗ | (On Diff #18013) |
Fixed! |