This repository has been archived by the owner on Aug 18, 2021. It is now read-only.
Releases: babel/babel-eslint
Releases · babel/babel-eslint
v6.0.0
v5.0.1
v6.0.0-beta.6
Remove estraverse-fb error since ESLint 2.4.0 is out now
v6.0.0-beta.5
Temporarily error with:
"babel-eslint isn't currently compatible with ESLint 2.3.x. The recommendation is to pin to ESLint 2.2.x right now."
instead of just the "estraverse-fb" not found error
v6.0.0-beta.2
v6.0.0-beta.1
v6.0.0-beta.1
Initial release (all current tests are passing).
Installation
npm install [email protected] --save-dev
or
$ npm install [email protected] babel-eslint --save-dev
$ npm install [email protected] babel-eslint@next --save-dev
// package.json
{
"babel-eslint": "^6.0.0-beta.1", // ^ update if there's fixes
"babel-eslint": "6.0.0-beta.1",
"babel-eslint": "next",
}
v5.0.0
v5.0.0-beta10
v5.0.0-beta9
- #244 - account for escope 3.4.0 babel 6 update.
I'm moving the 5.x beta to the next
tag so users that use npm install babel-eslint
will get the 4.x version. If you want the 5.x version use npm install babel-eslint@next
or the specific version.
v5.0.0-beta7
Fixes #228
- issues with
use strict