Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 681 Bytes

MONOREPO.md

File metadata and controls

32 lines (21 loc) · 681 Bytes

Monorepo Info

This Monorepo is using Nx.

Reasons for this:

  • It supports running sub-Module commands only for Modules that have changes by using the nx affected runner.

VSCode

Linting for Modules

Command Palette:

CMD + Shift + P Start to type Workspace settings

Select --> Preferences: Open Workspace Settings

Search for ESLint, and look for Working Directories.

  "eslint.workingDirectories": [
    "modules/api-svc",
    "modules/outbound-command-event-handler",
    "modules/outbound-domain-event-handler",
    "modules/private-shared-lib"
    ...
  ]

CMD + Shift + P -> ESLint: Restart ESLint Server.