kibana/examples
Spencer 12aeaa8101
[ts/checkProjects] validate extends of all ts projects (#145176)
Fixes https://github.com/elastic/kibana/issues/145129

In order to make our TS setup in the repo far more efficient we needed
to make it a little more complicated than it used to be. This includes a
few rules that all tsconfig files need to follow which were currently
assumed to be true, but with this PR will now be validated:

1. No tsconfig.json files are allowed to extend the `tsconfig.json`
file. This file is used to produce types for the root of the repo, and
include the `package.json` file in a project so it can be referenced in
projects directly. Files which violate this rule were updated to point
to the root `tsconfig.base.json` file.
2. Every tsconfig.json file must extend the `tsconfig.base.json` file,
either directly or indirectly.
2022-11-16 08:57:51 -07:00
..
bfetch_explorer [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
dashboard_embeddable_examples [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
data_view_field_editor_example [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
developer_examples [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
embeddable_examples [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
embeddable_explorer [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
expressions_explorer [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
field_formats_example [ts/checkProjects] validate extends of all ts projects (#145176) 2022-11-16 08:57:51 -07:00
files_example [ts/checkProjects] validate extends of all ts projects (#145176) 2022-11-16 08:57:51 -07:00
guided_onboarding_example [Guided onboarding] Update header button logic (#144634) 2022-11-14 16:50:10 -07:00
hello_world [ts/checkProjects] validate extends of all ts projects (#145176) 2022-11-16 08:57:51 -07:00
locator_examples [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
locator_explorer [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
partial_results_example [ts/checkProjects] validate extends of all ts projects (#145176) 2022-11-16 08:57:51 -07:00
preboot_example [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
response_stream [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
routing_example [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
screenshot_mode_example [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
search_examples [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
share_examples [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
state_containers_examples [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
ui_action_examples [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
ui_actions_explorer [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
user_profile_examples Add the ability to limit the number of users you can select (#144618) 2022-11-07 12:39:30 +00:00
README.asciidoc Add a few asciidoc readmes (#72082) 2020-07-17 11:08:57 -04:00

[[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
----