Closed eliasmalik closed 8 years ago
http://eslint.org/docs/rules/id-length
id-length: "off"
more descriptive variable names are better, but dont want to restrict conciseness for well understood conventions like loop variables (i, ii), or unused variables (_)
i
ii
_
http://eslint.org/docs/rules/id-length
more descriptive variable names are better, but dont want to restrict conciseness for well understood conventions like loop variables (
i
,ii
), or unused variables (_
)