Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Replace jshint with eslint. Closes #596 and closes #601. #724

Merged
merged 4 commits into from
Oct 13, 2016
Merged

Replace jshint with eslint. Closes #596 and closes #601. #724

merged 4 commits into from
Oct 13, 2016

Conversation

btecu
Copy link
Contributor

@btecu btecu commented Oct 12, 2016

jshint has merged with eslint and only eslint will be supported.

Note: Using ember-cli-eslint version 2.0.0 because the latest 3.0.0 has dropped support for node 0.10 and 0.12.

Will follow additional PR to fix some newly discovered warnings.

cc @HospitalRun/core-maintainers

`jshint` has merged with `eslint` and only `eslint` will be supported.
Unreacheable code, unused variable and use of `console`
@btecu
Copy link
Contributor Author

btecu commented Oct 12, 2016

Note that eslint-plugin-ember-suave is included but not turned on.
I plan on submitting another pull request where I turn it on and fix all the errors.

@btecu btecu mentioned this pull request Oct 12, 2016
21 tasks
@jkleinsc
Copy link
Member

@btecu we don't need to support node 0.10 and 0.12, so I would recommend using the latest ember-cli-eslint

Node 0.10 and 0.12 are not supported
@btecu
Copy link
Contributor Author

btecu commented Oct 12, 2016

@jkleinsc Great, I've updated ember-cli-eslint to version 3.0.0.

@btecu btecu mentioned this pull request Oct 12, 2016
21 tasks
@@ -73,6 +73,7 @@
"ember-suave": "4.0.1",
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't ember-suave be removed?

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 catch. Updated.

@jkleinsc jkleinsc merged commit 13a9a64 into HospitalRun:master Oct 13, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants