kibana/examples
Michael Dokolin 0d9825d03c
[Expressions] Remove the any type usages (#113477)
* Update ESLint config to disallow usage of the any type
* Remove the any type usages from the expressions plugin
* Update plugins using expressions according to the updated public API
2021-10-04 18:30:10 +02:00
..
bfetch_explorer [DX] Upgrade prettier to v2.4.0 (#112359) 2021-09-19 22:34:30 -07:00
dashboard_embeddable_examples [DX] Upgrade prettier to v2.4.0 (#112359) 2021-09-19 22:34:30 -07:00
developer_examples
embeddable_examples persistable state docs (#105202) 2021-09-22 13:22:38 +02:00
embeddable_explorer
expressions_explorer [Expressions] Remove the any type usages (#113477) 2021-10-04 18:30:10 +02:00
field_formats_example
hello_world
index_pattern_field_editor_example [DX] Upgrade prettier to v2.4.0 (#112359) 2021-09-19 22:34:30 -07:00
locator_examples [DX] Upgrade prettier to v2.4.0 (#112359) 2021-09-19 22:34:30 -07:00
locator_explorer [DX] Upgrade prettier to v2.4.0 (#112359) 2021-09-19 22:34:30 -07:00
partial_results_example [Expressions] Partial results example plugin (#113001) 2021-09-27 18:54:05 +02:00
preboot_example
routing_example [DX] Upgrade prettier to v2.4.0 (#112359) 2021-09-19 22:34:30 -07:00
screenshot_mode_example
search_examples [DX] Upgrade prettier to v2.4.0 (#112359) 2021-09-19 22:34:30 -07:00
state_containers_examples [DX] Upgrade prettier to v2.4.0 (#112359) 2021-09-19 22:34:30 -07:00
ui_action_examples [DX] Upgrade prettier to v2.4.0 (#112359) 2021-09-19 22:34:30 -07:00
ui_actions_explorer
README.asciidoc

[[example-plugins]]
== Example plugins

This folder contains example plugins.  To run the plugins in this folder, use the `--run-examples` flag, via

[source,bash]
----
yarn start --run-examples
----