-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enforce Rush rules for package.json files
Add rules for managing `package.json` files in the `monorepo-one` repository. * **rush.json**: Add a note in the comments section to explicitly state that `package.json` files should not be in the root directory. * **.github/copilot-instructions.md**: Add instructions about the rule regarding `package.json` files in the root directory. * **.github/workflows/ci.yml**: Add a step to verify that no `package.json` file exists in the root directory.
- Loading branch information
Showing
3 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters