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

Commit

Permalink
Upgrade eslint version (#48)
Browse files Browse the repository at this point in the history
* Upgrade eslint version

* Update travis config

* Update node versions
  • Loading branch information
johncmckim committed Sep 19, 2017
1 parent 9ea126c commit 4d6fa62
Show file tree
Hide file tree
Showing 3 changed files with 367 additions and 237 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
@@ -1,13 +1,11 @@
language: node_js
node_js:
- '4.4'
- '5.11'
- '6.2'
- '6.10'
- '8'

before_install:
- npm install -g yarn
install:
- yarn
- yarn install

script:
- yarn run lint
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"coveralls": "^2.11.16",
"eslint": "^3.15.0",
"eslint": "^4.7.1",
"eslint-config-standard": "^6.2.0",
"eslint-plugin-node": "^4.0.0",
"eslint-plugin-promise": "^3.4.1",
Expand Down

0 comments on commit 4d6fa62

Please sign in to comment.