UNPKG

@nx-dotnet/dotnet

Version:

This library was generated with [Nx](https://nx.dev).

4 lines (3 loc) 352 B
import { CommandLineParamFixes } from '@nx-dotnet/utils'; export type dotnetFormatFlags = 'noRestore' | 'fixWhitespace' | 'fixStyle' | 'fixAnalyzers' | 'diagnostics' | 'include' | 'exclude' | 'check' | 'report' | 'binarylog' | 'verbosity' | 'verifyNoChanges'; export declare const formatCommandLineParamFixes: CommandLineParamFixes<dotnetFormatFlags>;