@babel/eslint-parser

  • Version 8.0.1
  • Published
  • 90.3 kB
  • 3 dependencies
  • MIT license

Install

npm i @babel/eslint-parser
yarn add @babel/eslint-parser
pnpm add @babel/eslint-parser

Overview

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

Index

Variables

variable _default

const _default: {
meta: { name?: string | undefined; version?: string | undefined };
parse: typeof parse;
parseForESLint: typeof parseForESLint;
};

    variable meta

    const meta: ESLint.ObjectMetaProperties;

      Functions

      function parse

      parse: (code: string, options?: Linter.ParserOptions) => AST.Program;

        function parseForESLint

        parseForESLint: (
        code: string,
        options?: Linter.ParserOptions
        ) => Linter.ESLintParseResult;

          Package Files (1)

          Dependencies (3)

          Dev Dependencies (6)

          Peer Dependencies (2)

          Badge

          To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

          You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@babel/eslint-parser.

          • Markdown
            [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@babel/eslint-parser)
          • HTML
            <a href="https://www.jsdocs.io/package/@babel/eslint-parser"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>