Skip to content

Commit d5d85fd

Browse files
Merge branch 'master' into issues/59949-1
2 parents 78d5b62 + 68ed17a commit d5d85fd

File tree

937 files changed

+125823
-128719
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

937 files changed

+125823
-128719
lines changed

.eslintrc.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,9 @@ module.exports = {
11031103
*/
11041104
{
11051105
// typescript for front and back end
1106-
files: ['x-pack/plugins/{alerts,stack_alerts,actions,task_manager,event_log}/**/*.{ts,tsx}'],
1106+
files: [
1107+
'x-pack/plugins/{alerting,stack_alerts,actions,task_manager,event_log}/**/*.{ts,tsx}',
1108+
],
11071109
rules: {
11081110
'@typescript-eslint/no-explicit-any': 'error',
11091111
},

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ x-pack/plugins/telemetry_collection_xpack/schema/ @elastic/kibana-core @elastic/
260260
#CC# /x-pack/plugins/security/ @elastic/kibana-security
261261

262262
# Kibana Alerting Services
263-
/x-pack/plugins/alerts/ @elastic/kibana-alerting-services
263+
/x-pack/plugins/alerting/ @elastic/kibana-alerting-services
264264
/x-pack/plugins/actions/ @elastic/kibana-alerting-services
265265
/x-pack/plugins/event_log/ @elastic/kibana-alerting-services
266266
/x-pack/plugins/task_manager/ @elastic/kibana-alerting-services

0 commit comments

Comments
 (0)