packages/cli: move config loading to separate config-loader package

This commit is contained in:
Patrik Oldsberg
2020-06-03 14:37:22 +02:00
parent 70c442e8f3
commit ff9aa28301
11 changed files with 151 additions and 11 deletions
+3
View File
@@ -0,0 +1,3 @@
module.exports = {
extends: [require.resolve('@backstage/cli/config/eslint')],
};