📄️ Coding Standards
Start by creating a coding-standards.json file in your root workspace folder. The file should look like the one below:
📄️ Entities
Entity is a fundamental part of coding-standards.json. In entities key you can define entities.
📄️ Entity Relations
You can configure relationships between Entities. You can do it in coding-standards.json under entityRelations key.
📄️ External
External is used to reference external npm packages or typescript packages in the same monorepo
📄️ Worskpace
By default the plugin will try to resolve your base typescript configuration file and your workspace configuration file.
📄️ Modules
One of the promises of Lowgular is that you do not have to worry about NgModules.