mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Lint for attempts to override const variables
This commit is contained in:
parent
2c1ffd627c
commit
4c23c41ed9
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