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

Rename app config #98

Merged
merged 7 commits into from Mar 19, 2020
Merged

Rename app config #98

merged 7 commits into from Mar 19, 2020

Conversation

koddsson
Copy link
Contributor

The description of the app config is:

Recommended rules when writing a browser application.

Even though we have a browser config already. This PR renames the app config, the internal config and makes sure that it only loads rules that internal github applications would want.

Also removed the es6 part of the docs because I missed them in #96

@koddsson koddsson added this to the 4.0.0 milestone Mar 19, 2020
@koddsson koddsson requested a review from a team March 19, 2020 10:13
@@ -47,7 +47,7 @@ const questions = [
}
]

inquirer.prompt(questions).then(answers => {
for (const answers of inquirer.prompt(questions)) {
Copy link
Member

Choose a reason for hiding this comment

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

does this need an await?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh shoot, this was supposed to be a await/async conversion and not a for-of one.

process.stderr.write(`\nCommand failed: ${nonzero}\n`)
process.exit(nonzero)
}
})
Copy link
Member

Choose a reason for hiding this comment

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

This doesn't look right. There needs to be parens to call this function

@koddsson koddsson requested a review from keithamus March 19, 2020 13:34
@koddsson koddsson merged commit 4128e9c into master Mar 19, 2020
@koddsson koddsson deleted the rename-app-config branch March 19, 2020 14:55
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.

None yet

2 participants