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 May 17, 2023
1 parent 588a99b commit 4f18ff9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
18 changes: 16 additions & 2 deletions packages/kbn-unified-doc-viewer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,24 @@
},
"include": [
"**/*.ts",
"**/*.tsx",
"**/*.tsx",
],
"exclude": [
"target/**/*"
],
"kbn_references": []
"kbn_references": [
"@kbn/monaco",
"@kbn/test-jest-helpers",
"@kbn/kibana-react-plugin",
"@kbn/data-views-plugin",
"@kbn/discover-plugin",
"@kbn/i18n",
"@kbn/i18n-react",
"@kbn/core-ui-settings-browser",
"@kbn/data-plugin",
"@kbn/field-formats-plugin",
"@kbn/kibana-utils-plugin",
"@kbn/field-types",
"@kbn/es-query",
]
}
5 changes: 2 additions & 3 deletions src/plugins/discover/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"@kbn/charts-plugin",
"@kbn/config-schema",
"@kbn/core",
"@kbn/core-notifications-browser",
"@kbn/core-ui-settings-browser",
"@kbn/data-plugin",
"@kbn/data-view-editor-plugin",
Expand All @@ -30,7 +29,6 @@
"@kbn/kibana-utils-plugin",
"@kbn/lens-plugin",
"@kbn/navigation-plugin",
"@kbn/react-field",
"@kbn/saved-objects-finder-plugin",
"@kbn/saved-objects-management-plugin",
"@kbn/saved-objects-plugin",
Expand All @@ -52,7 +50,8 @@
"@kbn/unified-search-plugin",
"@kbn/url-forwarding-plugin",
"@kbn/usage-collection-plugin",
"@kbn/utility-types"
"@kbn/utility-types",
"@kbn/unified-doc-viewer"
],
"exclude": [
"target/**/*",
Expand Down
3 changes: 0 additions & 3 deletions src/plugins/unified_doc_viewer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,14 @@
"include": ["public/**/*"],
"kbn_references": [
"@kbn/core",
"@kbn/core-ui-settings-browser",
"@kbn/data-plugin",
"@kbn/data-views-plugin",
"@kbn/discover-plugin",
"@kbn/es-types",
"@kbn/field-formats-plugin",
"@kbn/i18n",
"@kbn/i18n-react",
"@kbn/kibana-react-plugin",
"@kbn/kibana-utils-plugin",
"@kbn/monaco",
"@kbn/react-field",
"@kbn/test-jest-helpers",
"@kbn/unified-doc-viewer",
Expand Down

0 comments on commit 4f18ff9

Please sign in to comment.