mirror of
https://github.com/elastic/kibana.git
synced 2025-04-21 08:19:33 -04:00
---------
**Commit 1:**
[internal] Remove all variable redeclarations
Redeclaring variables causes ambiguity and serves no purpose. It
actually causes a runtime error when you do it with `let`, and we can
enforce not doing it via a linter rule.
* Original sha:
|
||
---|---|---|
.. | ||
__tests__ | ||
scenarios | ||
config.js | ||
scenario_manager.js |