Files
backstage/packages/backend-plugin-manager/.eslintrc.js
T
David Festal f343869652 New backend-plugin-manager service that:
- scans and imports plugins dynamically from a root folder,
- provides plugin initialization,

for both the legacy and the new backend system.

Signed-off-by: David Festal <dfestal@redhat.com>
Co-Authored-By: Gorkem Ercan <gorkem.ercan@gmail.com>
2023-08-28 18:22:12 +02:00

2 lines
77 B
JavaScript

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