dwyl / goodparts

:see_no_evil: An ESLint Style that only allows JavaScript the Good Parts (and "Better Parts") in your code.
GNU General Public License v2.0
78 stars 26 forks source link

id-length #204

Closed eliasmalik closed 8 years ago

eliasmalik commented 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 (_)