lint fails for newly generated angular remote application #20150
Labels
outdated
scope: angular
Issues related to Angular support in Nx
scope: module federation
Issues related to module federation support
type: bug
Current Behavior
Newly generated remote using
npx nx generate @nx/angular:remote --name=newremote --directory=apps/newremote --projectNameAndRootFormat=as-provided --setParserOptionsProject=true --no-interactive
will failnpx nx lint newremote
since eslint configuration with parserOptions is not configured to handle the .ts files coming from the module-federation config.Expected Behavior
Newly generated remote using
npx nx generate @nx/angular:remote --name=newremote --directory=apps/newremote --projectNameAndRootFormat=as-provided --setParserOptionsProject=true --no-interactive
should successfully runnpx nx lint newremote
.GitHub Repo
No response
Steps to Reproduce
Nx Report
Failure Logs
Package Manager Version
No response
Operating System
Additional Information
I guess the fix should be to include the .ts files coming from module federation in the tsconfig. But I let you decide what is best.
The text was updated successfully, but these errors were encountered: