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

fix(@schematics/angular): generate workspace tslint and .editorconfig… #13354

Closed
wants to merge 2 commits into from
Closed

fix(@schematics/angular): generate workspace tslint and .editorconfig… #13354

wants to merge 2 commits into from

Conversation

alan-agius4
Copy link
Collaborator

… in minimal workspaces and applications

When in minimal, tslint does get installed thus the tslint config should also be created, as this will break

The minimal flags definition stats that the project will be created without any testing frameworks.

Fixes #13054

… in minimal workspaces and applications

When in minimal, tslint does get installed thus the tslint config should also be created, as this will break

The minimal flags definition stats that the project will be created without any testing frameworks.

Fixes #13054
"protractor": "~5.4.0",<% } %>
"ts-node": "~7.0.0",
"protractor": "~5.4.0",
"ts-node": "~7.0.0",<% } %>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: ts-node is used with protoactor

When generating a minimal project test builder config is not required.
@alan-agius4 alan-agius4 requested a review from clydin January 3, 2019 12:20
@clydin clydin added the needs: discussion On the agenda for team meeting to determine next steps label Jan 4, 2019
@clydin
Copy link
Member

clydin commented Jan 4, 2019

Actually, we might want to go in the other direction and not install tslint. I'll mark this for discussion as a more formal definition of minimal is needed.

@alan-agius4
Copy link
Collaborator Author

See also: #9160 (comment)

@alan-agius4
Copy link
Collaborator Author

Superseded by #13408

@alan-agius4 alan-agius4 deleted the minimal-project-lint branch January 11, 2019 07:38
@hansl hansl removed needs: discussion On the agenda for team meeting to determine next steps labels Jan 24, 2019
kyliau pushed a commit that referenced this pull request Jun 11, 2019
Minimal projects are considered as throw-away projects and only a small subset of features are supported.

More context #13408 and #13354

Closes #14727
kyliau pushed a commit that referenced this pull request Jun 11, 2019
Minimal projects are considered as throw-away projects and only a small subset of features are supported.

More context #13408 and #13354

Closes #14727
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants