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

cli(init): Better defaults #451

Merged
merged 9 commits into from
May 22, 2018
Prev Previous commit
chore(resolve): resolve conflicts
  • Loading branch information
evenstensberg committed May 20, 2018
commit 5fdb178f601452b6d72ac2b373b055ff2758a735
2 changes: 2 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ install:
- npm ci
- npm install --global codecov
- npm install eslint-plugin-node@latest --save-dev
- npm install eslint-config-prettier@latest --save-dev
- npm install eslint-plugin-prettier@latest --save-dev
Copy link
Member

Choose a reason for hiding this comment

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

why it is needed here? Just curious

Copy link
Member Author

Choose a reason for hiding this comment

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

It was fetched from the rebase I think


test_script:
- node --version
Expand Down