Skip to content

Commit

Permalink
Drop ember-cli-eslint in favor of plain eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Jul 12, 2019
1 parent ca97c03 commit 896d83a
Show file tree
Hide file tree
Showing 3 changed files with 238 additions and 266 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/blueprints/*/files/**/*.js
/tmp
/dist
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"ember-ajax": "^3.0.0",
"ember-cli": "~3.2.0-beta.2",
"ember-cli-dependency-checker": "^2.0.0",
"ember-cli-eslint": "^4.2.1",
"ember-cli-htmlbars": "^2.0.1",
"ember-cli-htmlbars-inline-precompile": "^1.0.3",
"ember-cli-inject-live-reload": "^1.4.1",
Expand All @@ -48,6 +47,7 @@
"ember-source": "~3.2.0-beta.2",
"ember-source-channel-url": "^1.0.1",
"ember-try": "^0.2.23",
"eslint": "^6.0.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-ember": "^5.0.0",
"eslint-plugin-node": "^6.0.1",
Expand Down
Loading

0 comments on commit 896d83a

Please sign in to comment.