| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @microsoft/rush-lib > ApprovedPackagesConfiguration
This represents the JSON file specified via the "approvedPackagesFile" option in rush.json.
Signature:
export declare class ApprovedPackagesConfiguration |
Constructor |
Modifiers |
Description |
|---|---|---|
|
Constructs a new instance of the |
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
ApprovedPackagesItem<></>[] |
|
Method |
Modifiers |
Description |
|---|---|---|
|
Clears all the settings, returning to an empty state. | ||
|
Loads the configuration data from the filename that was passed to the constructor. | ||
|
Loads the configuration data to the filename that was passed to the constructor. | ||
|
If the file exists, calls loadFromFile(). |