Skip to content

Commit

Permalink
fix: update ESLint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Nov 10, 2018
1 parent 423c1cb commit b3bf328
Show file tree
Hide file tree
Showing 3 changed files with 329 additions and 323 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
- stage: 'Tests'
name: 'Tests'
script:
- yarn lint:hbs
- yarn lint:js
- yarn test

Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@commitlint/cli": "7.2.1",
"@commitlint/config-conventional": "7.1.2",
"@commitlint/travis-cli": "7.2.1",
"@ember/optional-features": "^0.6.3",
"@types/ember": "^3.0.25",
"broccoli-asset-rev": "^2.4.5",
"ember-cli": "^3.5.0",
Expand All @@ -48,7 +49,8 @@
"eslint-plugin-ember": "^5.4.0",
"eslint-plugin-node": "^8.0.0",
"husky": "^1.1.3",
"loader.js": "^4.2.3"
"loader.js": "^4.2.3",
"qunit-dom": "^0.8.0"
},
"keywords": [
"ember-addon",
Expand All @@ -58,7 +60,7 @@
"rotate"
],
"dependencies": {
"ember-cli-babel": "^6.0.0"
"ember-cli-babel": "^6.16.0"
},
"optionalDependencies": {
"@mike-north/js-lib-renovate-config": "1.0.0",
Expand Down
Loading

0 comments on commit b3bf328

Please sign in to comment.