Lint for attempts to override const variables

This commit is contained in:
Court Ewing 2016-01-26 10:04:07 -05:00
parent 2c1ffd627c
commit 4c23c41ed9

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