Kubernetes plugins boilerplate (#2559)

* Kubernetes plugins boilerplate

* pr feedback; check for k8s annotation
This commit is contained in:
Matthew Clarke
2020-09-22 15:47:27 +01:00
committed by GitHub
parent 999ff914af
commit e3c99d72f1
29 changed files with 718 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
module.exports = {
extends: [require.resolve('@backstage/cli/config/eslint')],
};