Skip to content

Fixing es-lint problems#86

Merged
oblador merged 2 commits intooblador:masterfrom
russellsanborn:es-lint-fixes
Feb 24, 2018
Merged

Fixing es-lint problems#86
oblador merged 2 commits intooblador:masterfrom
russellsanborn:es-lint-fixes

Conversation

@russellsanborn
Copy link
Copy Markdown
Contributor

@russellsanborn russellsanborn commented Oct 20, 2017

I discovered these by pulling down the project for the first time and running

npm test

I discovered these by pulling down the project for the first time and running

```bash
npm test
```

I also am ignoring the package-lock.json since it showed up when I ran the following:

```bash
npm install
```
Comment thread .gitignore Outdated
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules

package-lock.json
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I think it is common to include package-lock.json in a projects repo. It helps keep dependencies in sync.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

i, removed it from .gitignore. Thanks for the catch and reminder.

@oblador oblador merged commit 838d8ef into oblador:master Feb 24, 2018
@oblador
Copy link
Copy Markdown
Owner

oblador commented Feb 24, 2018

Thanks!

@russellsanborn russellsanborn deleted the es-lint-fixes branch April 7, 2023 20:13
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.

3 participants