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 Aug 8, 2024
1 parent 13747bd commit c66c910
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
9 changes: 0 additions & 9 deletions examples/controls_example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,9 @@
"@kbn/presentation-containers",
"@kbn/presentation-publishing",
"@kbn/ui-actions-plugin",
"@kbn/i18n-react",
"@kbn/shared-ux-markdown",
"@kbn/i18n",
"@kbn/core-mount-utils-browser",
"@kbn/react-kibana-mount",
"@kbn/content-management-utils",
"@kbn/presentation-util-plugin",
"@kbn/core-lifecycle-browser",
"@kbn/presentation-panel-plugin",
"@kbn/datemath",
"@kbn/ui-theme",
"@kbn/react-kibana-context-render",
"@kbn/field-formats-plugin",
]
}
6 changes: 5 additions & 1 deletion src/plugins/controls/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@
"@kbn/shared-ux-markdown",
"@kbn/react-kibana-context-render",
"@kbn/presentation-containers",
"@kbn/presentation-publishing"
"@kbn/presentation-publishing",
"@kbn/content-management-utils",
"@kbn/core-lifecycle-browser",
"@kbn/field-formats-plugin",
"@kbn/presentation-panel-plugin"
],
"exclude": ["target/**/*"]
}

0 comments on commit c66c910

Please sign in to comment.