newrelic / nr1-cloud-optimize

NR1 Cloud Optimize allows you to Identify right-sizing opportunities and potential savings of your AWS, GCP, and Azure instances across your cloud environment.
https://discuss.newrelic.com/t/cloud-optimizer-nerdpack/82936
Apache License 2.0
48 stars 37 forks source link

chore: update ESLint #37

Closed danielgolden closed 4 years ago

danielgolden commented 4 years ago

Ran the following commands:

rm -rf node_modules
npm uninstall eslint
npm install --save-dev eslint

Closes newrelic#35

tangollama commented 4 years ago

@danielgolden can you run an npm run eslint-fix on this PR so that it'll pass the linting check in Circle?

danielgolden commented 4 years ago

@tangollama eslint-fix caused a bunch of merge conflicts. Should I close this PR and submit a new one to get around these merge conflicts?

danielgolden commented 4 years ago

Closing because there are some new changes to Joel that I merged into the wrong branch (master) on my fork. So I've submitted a PR to replace this one (https://github.com/newrelic/nr1-cloud-optimize/pull/40)