Files
backstage/plugins/events-backend-module-bitbucket-cloud/.eslintrc.js
T
Patrick Jungermann 6bc121bf0d feat(events/bitbucketCloud): add BitbucketCloudEventRouter
Add an event router for Bitbucket Cloud
which handles events from the topic `bitbucketCloud`
and re-publishes events under their more specific topic
based on the `x-event-key` metadata
like e.g., `bitbucketCloud.repo:push`.

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-11-12 00:21:23 +01:00

2 lines
77 B
JavaScript

module.exports = require('@backstage/cli/config/eslint-factory')(__dirname);