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

Default JS linting to false during firebase init for functions #836

Merged
merged 2 commits into from
Jul 23, 2018

Conversation

laurenzlong
Copy link
Contributor

Description

Scenarios Tested

Sample Commands

@@ -26,7 +26,7 @@ module.exports = function(setup, config) {
name: "lint",
type: "confirm",
message: "Do you want to use TSLint to catch probable bugs and enforce style?",
default: true,
default: false,
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be true. If they use TypeScript they'll have a precompile step even if they don't lint, so we may as well leave it true.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good point.

@laurenzlong laurenzlong changed the title Default linting to false during firebase init for functions Default JS linting to false during firebase init for functions Jul 23, 2018
@laurenzlong laurenzlong merged commit b35592d into master Jul 23, 2018
@laurenzlong laurenzlong deleted the ll-lintfalse branch July 23, 2018 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants