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

Commit

Permalink
Add note about @babel/eslint-parser (#842)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

Co-authored-by: Brian Ng <[email protected]>

Co-authored-by: Brian Ng <[email protected]>
  • Loading branch information
JLHwung and existentialism committed Jul 31, 2020
1 parent d63d594 commit 6398dac
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
@@ -1,6 +1,6 @@
# babel-eslint [![npm](https://img.shields.io/npm/v/babel-eslint.svg)](https://www.npmjs.com/package/babel-eslint) [![travis](https://img.shields.io/travis/babel/babel-eslint/master.svg)](https://travis-ci.org/babel/babel-eslint) [![npm-downloads](https://img.shields.io/npm/dm/babel-eslint.svg)](https://www.npmjs.com/package/babel-eslint)

## NOTE: babel-eslint is being moved into the [Babel monorepo](https://github.com/babel/babel/tree/master/eslint). Please follow along [here](https://github.com/babel/babel/issues/10752) to track our progress.
## NOTE: babel-eslint is now `@babel/eslint-parser` and has moved into the [Babel monorepo](https://github.com/babel/babel/tree/master/eslint/babel-eslint-parser).

**babel-eslint** allows you to lint **ALL** valid Babel code with the fantastic
[ESLint](https://github.com/eslint/eslint).
Expand Down

0 comments on commit 6398dac

Please sign in to comment.