1.0.2 • Published 8 years ago

eslint-plugin-no-reassigned-consts v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Disallow Reassignments of consts and Const-named variables (no-reassigned-consts)

Reassigned constant values are usually an indication of a bug or a mis-labeled variable. This rule will disallow reassigning consts or variables named like consts. (default: ALL_CAPS_SNAKE_CASE)

For more information on the rule itself, see the rule doc.