UNPKG

@jobgetapp/rush-enforce-categories-plugin

Version:

Utility to ensure rush projects to not leak internal code.

10 lines 328 B
{ "$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-plugin-manifest.schema.json", "plugins": [ { "pluginName": "rush-enforce-categories-plugin", "description": "Utility to ensure rush projects to not leak internal code.", "commandLineJsonFilePath": "./command-line.json" } ] }