plugins: add initial app-backend

This commit is contained in:
Patrik Oldsberg
2020-08-15 17:53:34 +02:00
parent b8858e1220
commit 9ae483312e
14 changed files with 316 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
module.exports = {
extends: [require.resolve('@backstage/cli/config/eslint.backend')],
};