node-babel-eslint

Custom parser for ESLint
  https://github.com/babel/babel-eslint
  0
  no reviews



Babel-eslint allows you to lint ALL valid Babel code with the fantastic ESLint.

You only need to use babel-eslint if you are using types (Flow) or experimental features not supported in ESLint itself yet. Otherwise try the default parser (you don't have to use it just because you are using Babel).

Node.js is an event-based server-side JavaScript engine.