mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Lint for attempts to override const variables
This commit is contained in:
parent
c665daab0a
commit
4c61892894
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue