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 Jul 16, 2024
1 parent 8e47373 commit 239718e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/kbn-avc-banner/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@
},
"include": [
"**/*.ts",
"**/*.tsx",
"**/*.tsx",
],
"exclude": [
"target/**/*"
],
"kbn_references": []
"kbn_references": [
"@kbn/i18n",
"@kbn/i18n-react",
"@kbn/kibana-react-plugin",
]
}
1 change: 1 addition & 0 deletions x-pack/plugins/fleet/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,6 @@
"@kbn/core-saved-objects-utils-server",
"@kbn/integration-assistant-plugin",
"@kbn/core-security-server-mocks",
"@kbn/avc-banner",
]
}
1 change: 1 addition & 0 deletions x-pack/plugins/security_solution/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,5 +207,6 @@
"@kbn/core-i18n-browser",
"@kbn/core-theme-browser",
"@kbn/integration-assistant-plugin",
"@kbn/avc-banner",
]
}

0 comments on commit 239718e

Please sign in to comment.