Use project configuration
September 25, 2023 ยท View on GitHub

Description
This validator checks that everything that could be considered as a Nx project should contain a file project.json.
Solution
- Create a
project.jsonfile for each library/application within the repository - You can apply these conditions on the folder structure within the project repository:
IFthere is apackage.json, there should be aproject.jsonIFthere is atsconfig.json, there should be aproject.jsonELSEany other directory that is considered as a project (for example a back-end folder) should contain aproject.json