JSPM

  • Created
  • Published
  • Downloads 8774441
  • Score
    100M100P100Q219642F
  • License MIT

ESLint parser that allows for linting of experimental syntax transformed by Babel

Package Exports

  • @babel/eslint-parser
  • @babel/eslint-parser/experimental-worker
  • @babel/eslint-parser/package.json

Readme

@babel/eslint-parser

allows you to lint all valid Babel code with the fantastic ESLint

See our website @babel/eslint-parser for more information or the issues associated with this package.

Install

Using npm:

npm install --save-dev @babel/eslint-parser

or using yarn:

yarn add @babel/eslint-parser --dev