remove apiRef register, pr fixes

Signed-off-by: Alex Rybchenko <arybchenko@box.com>
This commit is contained in:
Alex Rybchenko
2022-03-11 13:21:08 +01:00
parent 8411f85ee8
commit 7fcae219d1
6 changed files with 11 additions and 21 deletions
+1 -3
View File
@@ -1,3 +1 @@
module.exports = {
extends: [require.resolve('@backstage/cli/config/eslint')],
};
module.exports = require('@backstage/cli/config/eslint-factory')(__dirname);