You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 weeks ago | |
|---|---|---|
| .. | ||
| lib | 3 weeks ago | |
| LICENSE | 3 weeks ago | |
| README.md | 3 weeks ago | |
| package.json | 3 weeks ago | |
| types.d.cts | 3 weeks ago | |
README.md
@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