Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/lint_ts_projects --…
Browse files Browse the repository at this point in the history
…fix'
  • Loading branch information
kibanamachine committed Apr 29, 2024
1 parent 717ca01 commit a26f033
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
6 changes: 5 additions & 1 deletion src/plugins/discover_shared/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@
"server/**/*",
"../../../typings/**/*",
],
"exclude": ["target/**/*"]
"exclude": ["target/**/*"],
"kbn_references": [
"@kbn/discover-utils",
"@kbn/core",
]
}
3 changes: 2 additions & 1 deletion src/plugins/unified_doc_viewer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"@kbn/code-editor-mock",
"@kbn/custom-icons",
"@kbn/react-field",
"@kbn/ui-theme"
"@kbn/ui-theme",
"@kbn/discover-shared-plugin"
],
"exclude": [
"target/**/*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"@kbn/shared-ux-utility",
"@kbn/ui-theme",
"@kbn/unified-data-table",
"@kbn/unified-doc-viewer",
"@kbn/unified-field-list",
"@kbn/unified-search-plugin",
"@kbn/xstate-utils",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@kbn/observability-ai-assistant-plugin",
"@kbn/deeplinks-observability",
"@kbn/share-plugin",
"@kbn/shared-ux-utility"
"@kbn/shared-ux-utility",
"@kbn/discover-shared-plugin"
]
}

0 comments on commit a26f033

Please sign in to comment.