style: sort keys in main.ts

This commit is contained in:
Zoltan Kochan
2019-10-07 03:04:07 +03:00
parent b7297c6a78
commit 6f5e408863

View File

@@ -267,6 +267,20 @@ const SUPPORTED_CLI_OPTIONS: Record<CANONICAL_COMMAND_NAMES, Set<CLI_OPTIONS>> =
'sort',
'workspace-concurrency',
]),
'remove': new Set([
'force',
'global-pnpmfile',
'global',
'lockfile-directory',
'lockfile-only',
'lockfile',
'package-import-method',
'pnpmfile',
'recursive',
'reporter',
'shared-workspace-lockfile',
'store',
]),
'restart': new Set([]),
'root': new Set([
'global',
@@ -291,20 +305,6 @@ const SUPPORTED_CLI_OPTIONS: Record<CANONICAL_COMMAND_NAMES, Set<CLI_OPTIONS>> =
'test': new Set([
'recursive',
]),
'remove': new Set([
'force',
'global-pnpmfile',
'global',
'lockfile-directory',
'lockfile-only',
'lockfile',
'package-import-method',
'pnpmfile',
'recursive',
'reporter',
'shared-workspace-lockfile',
'store',
]),
'unlink': new Set([
'recursive',
]),