cli: remove unnecessary lint rules and fix issues

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-02-03 16:48:43 +01:00
parent 4753d26b94
commit 906af5db53
6 changed files with 5 additions and 11 deletions
+1
View File
@@ -22,6 +22,7 @@
import { program } from 'commander';
import { exitWithError } from './lib/errors';
// eslint-disable-next-line @backstage/no-relative-monorepo-imports
import { version } from '../../../package.json';
import createApp from './createApp';
+1 -1
View File
@@ -14,7 +14,7 @@
* limitations under the License.
*/
/* eslint-disable monorepo/no-relative-import */
/* eslint-disable @backstage/no-relative-monorepo-imports */
/*
This is a list of all packages used by the template. If dependencies are added or removed,