add a skeleton service for auth

This commit is contained in:
Raghunandan
2020-05-15 13:02:25 +02:00
parent 16df7e9ce0
commit 7cbd6f5b20
14 changed files with 322 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
module.exports = {
extends: [require.resolve('@backstage/cli/config/eslint.backend')],
};