f080c3256f
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.
4 lines
84 B
JavaScript
4 lines
84 B
JavaScript
module.exports = {
|
|
extends: [require.resolve('@backstage/cli/config/eslint')],
|
|
};
|