Lint for attempts to override const variables

This commit is contained in:
Court Ewing 2016-01-26 10:04:07 -05:00
parent c665daab0a
commit 4c61892894

View file

@ -30,6 +30,7 @@ rules:
no-bitwise: 0
no-caller: 2
no-cond-assign: 0
no-const-assign: 2
no-debugger: 2
no-empty: 2
no-eval: 2