babel-eslint
Advanced tools
Comparing version 6.0.0-beta.3 to 6.0.0-beta.4
@@ -48,3 +48,5 @@ var babylonToEspree = require("./babylon-to-espree"); | ||
estraverseRelative = createModule(esrecurseLoc); | ||
} catch (err) {} | ||
} catch (err) { | ||
throw new Error("babel-eslint isn't currently compatible with ESLint 2.3.x. The recommendation is to pin to ESLint 2.2.x right now."); | ||
} | ||
@@ -51,0 +53,0 @@ // contains all the instances of estraverse so we can modify them if necessary |
{ | ||
"name": "babel-eslint", | ||
"version": "6.0.0-beta.3", | ||
"version": "6.0.0-beta.4", | ||
"description": "Custom parser for ESLint", | ||
@@ -36,3 +36,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"eslint": "^2.3.0", | ||
"eslint": "~2.2.0", | ||
"espree": "^3.0.0", | ||
@@ -39,0 +39,0 @@ "mocha": "^2.3.3" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33937
851