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

Commit

Permalink
fix index path typo (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonlaurentino authored and kaicataldo committed Nov 7, 2018
1 parent ef1fc0e commit e67c03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ aren't supported by ESLint. When using this plugin, ESLint is monkeypatched and
transformed into code that ESLint can understand. All location info such as line numbers,
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.
Basically `babel-eslint` exports an [`index.js`](/lib/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.

## Usage
Expand Down

0 comments on commit e67c03d

Please sign in to comment.