add search-common package

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Anders Näsman
2021-02-26 14:55:01 +01:00
committed by Eric Peterson
parent f9b203e07e
commit 608649b13c
5 changed files with 109 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
module.exports = {
extends: [require.resolve('@backstage/cli/config/eslint.backend')],
};