initial search-backend setup

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Anders Näsman
2021-02-15 11:15:32 +01:00
committed by Eric Peterson
parent e11d48c1d3
commit 2c58ccaeee
9 changed files with 277 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
module.exports = {
extends: [require.resolve('@backstage/cli/config/eslint.backend')],
};