Files
backstage/plugins/jenkins/.eslintrc.js
T
David Tuite f080c3256f Add Jenkins plugin
It doesn't do anything other than render "Builds go here" in a DOM but
the scaffold is there to start making API calls. This plugin borrows
heavily from the CircleCI plugin.
2020-08-12 12:54:06 +02:00

4 lines
84 B
JavaScript

module.exports = {
extends: [require.resolve('@backstage/cli/config/eslint')],
};