-
Notifications
You must be signed in to change notification settings - Fork 11
Update the tests for Angular to run on an Angular workspace #177
Copy link
Copy link
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
Describe the issue
Originally #173
The tests for Angular also need to be expanded to validate that our configuration and how we document its use works with Angular workspaces and the VSCode extensions. This will be done in a separate PR.
The new flat configuration has characteristics that are specific to Angular and distinct between a root application and child projects.
- Replace the
tests/angularindex file with an Angular workspace that includes a root and child project. - Ensure the file patterns in
angular.jsoninclude JavaScript files. - Ensure the child project uses the
projectconfiguration to reference its TS configuration. - Develop a smoke test that ensures the linter configuration applies with the correct linter configurations with the root and separately child project.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers