Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Clarify what all valid code means in readme #563

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ columns is also retained so you can track down errors with ease.
Basically `babel-eslint` exports an [`index.js`](/index.js) that a linter can use.
It just needs to export a `parse` method that takes in a string of code and outputs an AST.

*"ALL valid Babel code"* means you don't need to provide a `.babelrc` file. Under the hood it uses `Babylon` parser with *all* available syntax plug-ins enabled by default.

## Usage

### Supported ESLint versions
Expand Down