Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for project references / composite projects #369

Closed
ajafff opened this issue Aug 6, 2018 · 1 comment · Fixed by #392
Closed

Support for project references / composite projects #369

ajafff opened this issue Aug 6, 2018 · 1 comment · Fixed by #392

Comments

@ajafff
Copy link
Member

ajafff commented Aug 6, 2018

Is there a need to support linting composite projects? I'd like to get some feedback whether that actually makes sense.
The alternative is manually starting the linter for each project.

@ajafff ajafff changed the title Support for project references / composite projects? Support for project references / composite projects Aug 26, 2018
@ajafff
Copy link
Member Author

ajafff commented Aug 26, 2018

Apparently this makes sense if you have multiple projects and one tsconfig.json that references all of them. That way you can build and lint all projects at once and don't have repeated startup time.

Requirements for the implementation:

  • when a tsconfig.json is referenced by multiple other projects it should only be linted once
  • the order of the linted projects probably doesn't matter
  • when files are specified the implementation only lints the projects that contain any of the specified files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant