Skip to content

Commit

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

* escope -> eslint-scope

* Fix linting
  • Loading branch information
greenkeeper[bot] authored and danez committed Jun 25, 2017
1 parent 3c6b2de commit c2626f9
Show file tree
Hide file tree
Showing 3 changed files with 245 additions and 350 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@
},
"homepage": "https://github.com/babel/babel-eslint",
"devDependencies": {
"babel-eslint": "^7.0.0",
"babel-eslint": "^8.0.0-alpha.13",
"dedent": "^0.7.0",
"eslint": "^3.18.0",
"eslint": "^4.1.0",
"eslint-config-babel": "^7.0.1",
"eslint-plugin-flowtype": "^2.30.3",
"eslint-plugin-prettier": "^2.1.2",
"espree": "^3.4.0",
"husky": "^0.14.0",
"lint-staged": "^3.6.1",
"lint-staged": "^4.0.0",
"mocha": "^3.0.0",
"prettier": "1.4.4"
"prettier": "^1.4.4"
},
"lint-staged": {
"*.js": [
Expand Down
2 changes: 1 addition & 1 deletion test/babel-eslint.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var assert = require("assert");
var babelEslint = require("..");
var espree = require("espree");
var escope = require("escope");
var escope = require("eslint-scope");
var util = require("util");
var unpad = require("dedent");

Expand Down
Loading

0 comments on commit c2626f9

Please sign in to comment.