Skip to content

Commit

Permalink
Update eslint-config-babel to the latest version 🚀 (#357)
Browse files Browse the repository at this point in the history
* chore(package): update eslint-config-babel to version 4.0.0

https://greenkeeper.io/

* Update .eslintrc

* Update package.json
  • Loading branch information
greenkeeper[bot] authored and danez committed Jan 10, 2017
1 parent 3900952 commit a7e16da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .eslintrc
Expand Up @@ -5,8 +5,5 @@
},
"extends": [
"eslint-config-babel"
],
"rules": {
"prefer-const": "error"
}
]
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
"codecov": "^1.0.1",
"cross-env": "^2.0.0",
"eslint": "^3.8.1",
"eslint-config-babel": "^3.0.0",
"eslint-config-babel": "^4.0.1",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-flowtype": "^2.25.0",
"nyc": "^10.0.0",
Expand Down

0 comments on commit a7e16da

Please sign in to comment.