You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`--base`| string | Base of the current branch (usually main). |
24
-
|`--exclude`| string | Exclude certain projects from being processed. |
25
-
|`--files`| string | Change the way Nx is calculating the affected command by providing directly changed files, list of files delimited by commas or spaces. |
26
-
|`--head`| string | Latest commit of the current branch (usually HEAD). |
27
-
|`--help`| boolean | Show help. |
28
-
|`--libs-and-apps`| boolean | Format only libraries and applications files. |
29
-
|`--projects`| string | Projects to format (comma/space delimited). |
|`--base`| string | Base of the current branch (usually main). |
24
+
|`--exclude`| string | Exclude certain projects from being processed. |
25
+
|`--files`| string | Change the way Nx is calculating the affected command by providing directly changed files, list of files delimited by commas or spaces. |
26
+
|`--head`| string | Latest commit of the current branch (usually HEAD). |
27
+
|`--help`| boolean | Show help. |
28
+
|`--libs-and-apps`| boolean | Format only libraries and applications files. |
29
+
|`--projects`| string | Projects to format (comma/space delimited). |
30
+
|`--sort-root-tsconfig-paths`| boolean | Ensure the workspace's tsconfig compilerOptions.paths are sorted. Warning: This will cause comments in the tsconfig to be lost. (Default: `true`) |
|`--base`| string | Base of the current branch (usually main). |
24
-
|`--exclude`| string | Exclude certain projects from being processed. |
25
-
|`--files`| string | Change the way Nx is calculating the affected command by providing directly changed files, list of files delimited by commas or spaces. |
26
-
|`--head`| string | Latest commit of the current branch (usually HEAD). |
27
-
|`--help`| boolean | Show help. |
28
-
|`--libs-and-apps`| boolean | Format only libraries and applications files. |
29
-
|`--projects`| string | Projects to format (comma/space delimited). |
|`--base`| string | Base of the current branch (usually main). |
24
+
|`--exclude`| string | Exclude certain projects from being processed. |
25
+
|`--files`| string | Change the way Nx is calculating the affected command by providing directly changed files, list of files delimited by commas or spaces. |
26
+
|`--head`| string | Latest commit of the current branch (usually HEAD). |
27
+
|`--help`| boolean | Show help. |
28
+
|`--libs-and-apps`| boolean | Format only libraries and applications files. |
29
+
|`--projects`| string | Projects to format (comma/space delimited). |
30
+
|`--sort-root-tsconfig-paths`| boolean | Ensure the workspace's tsconfig compilerOptions.paths are sorted. Warning: This will cause comments in the tsconfig to be lost. (Default: `true`) |
|`tree`|[`Tree`](../../devkit/documents/Tree)| the file system tree |
12
+
|`options?`|`Object`| - |
13
+
|`options.sortRootTsconfigPaths`|`boolean`| TODO(v21): Stop sorting tsconfig paths by default, paths are now less common/important in Nx workspace setups, and the sorting causes comments to be lost. |
|`--base`| string | Base of the current branch (usually main). |
24
-
|`--exclude`| string | Exclude certain projects from being processed. |
25
-
|`--files`| string | Change the way Nx is calculating the affected command by providing directly changed files, list of files delimited by commas or spaces. |
26
-
|`--head`| string | Latest commit of the current branch (usually HEAD). |
27
-
|`--help`| boolean | Show help. |
28
-
|`--libs-and-apps`| boolean | Format only libraries and applications files. |
29
-
|`--projects`| string | Projects to format (comma/space delimited). |
|`--base`| string | Base of the current branch (usually main). |
24
+
|`--exclude`| string | Exclude certain projects from being processed. |
25
+
|`--files`| string | Change the way Nx is calculating the affected command by providing directly changed files, list of files delimited by commas or spaces. |
26
+
|`--head`| string | Latest commit of the current branch (usually HEAD). |
27
+
|`--help`| boolean | Show help. |
28
+
|`--libs-and-apps`| boolean | Format only libraries and applications files. |
29
+
|`--projects`| string | Projects to format (comma/space delimited). |
30
+
|`--sort-root-tsconfig-paths`| boolean | Ensure the workspace's tsconfig compilerOptions.paths are sorted. Warning: This will cause comments in the tsconfig to be lost. (Default: `true`) |
0 commit comments