UNPKG

@nx-dotnet/dotnet

Version:

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

15 lines 585 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.formatCommandLineParamFixes = void 0; // Deliberately excluding the version option, as it doesn't perform any actual formatting. exports.formatCommandLineParamFixes = { keyMap: { noRestore: 'no-restore', fixWhitespace: 'fix-whitespace', fixStyle: 'fix-style', fixAnalyzers: 'fix-analyzers', verifyNoChanges: 'verify-no-changes', }, explicitFalseKeys: ['fixWhitespace', 'fixStyle', 'fixAnalyzers'], }; //# sourceMappingURL=dotnet-format-flags.js.map